{"id":18246299,"url":"https://github.com/mfcovington/bis180l_web","last_synced_at":"2025-04-08T19:27:31.040Z","repository":{"id":28901403,"uuid":"32426201","full_name":"mfcovington/BIS180L_web","owner":"mfcovington","description":"Course Website for UC Davis BIS180L","archived":false,"fork":false,"pushed_at":"2015-04-29T02:24:17.000Z","size":48247,"stargazers_count":0,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"gh-pages","last_synced_at":"2025-02-14T15:15:34.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfcovington.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-17T23:23:27.000Z","updated_at":"2020-03-28T22:42:06.000Z","dependencies_parsed_at":"2022-07-27T17:18:40.970Z","dependency_job_id":null,"html_url":"https://github.com/mfcovington/BIS180L_web","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2FBIS180L_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2FBIS180L_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2FBIS180L_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfcovington%2FBIS180L_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfcovington","download_url":"https://codeload.github.com/mfcovington/BIS180L_web/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247911197,"owners_count":21016846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T09:25:20.650Z","updated_at":"2025-04-08T19:27:30.974Z","avatar_url":"https://github.com/mfcovington.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BIS180L Website\n\nWebsite for UC Davis class BIS180L\n\nBased on the Jekyll theme [Hyde](http://hyde.getpoole.com/)\n\nThe live website is [http://jnmaloof.github.io/BIS180L_web/](http://jnmaloof.github.io/BIS180L_web/)\n\n## Some formatting info\n\nTo have a markdown file converted it must have front matter.\n\n### Regular page\n\nFor a regular page use the following front matter:\n\n    ---\n    layout: page\n    title: YOUR TITLE HERE\n    ---\n\nPlace the .md file in the root directory for the site.  It will get added to the sidebar links.\n\n### Lab markdown page\n\nFor a lab _markdown_ page use:\n\n    ---\n    layout: lab\n    title: Instructions on installing and using the BIS180L virtual linux machine\n    hidden: true    \u003c!-- To prevent post from being displayed as regular blog post --\u003e\n    tags:\n        - Linux\n    ---\n\nSave it in the `_posts` folder with a name that follows a format of `yyyy-mm-dd-title.md'.  This will automatically get added to the list of lab pages\n\n### Lab Rmarkdown page\n\nFor a lab _*R* markdown_ page things are a bit more complicated.  Use the same front matter as for a regular lab markdown page, but save it in the `_rmd` folder.  Then run jekyll_knit_BIS180L.R (found in `_rmd` directory), changing the paths as appropriate.  This will automatically create the `.md` file and place it in the posts directory with appropriate links to image files.  Non-R files that you want to include should be placed in the `images` directory.  R images generated during knitting will be automatically places in the `figure` directory and inlcuded.  __Important__: name your code chunks, especially those that generate figures!\n\n### Post\n\nFor a post to be listed on the front page, use:\n\n    ---\n    layout: post\n    title: Welcome to BIS180L\n    ---\n\nSave it in the '_posts' folder with a name that follows a format of `yyyy-mm-dd-title.md'.  This will automatically get added to the front page.\n\n## Setting up your computer to use jekyll\n\nSee https://github.com/github/pages-gem or https://help.github.com/articles/using-jekyll-with-pages/ .  Bundler has been a bit strange for me, so the former approach may be better.\n\nOnce you have jekyll installed, type `jekyll serve` in the root directory and point your browser to http://localhost:4000\n\n## Branching Scheme\n\n* gh-pages: the published site\n* develop: for making relatively minor changes to the site\n* feature-XYZ: for adding labs, etc, that may take a longer time to complete.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcovington%2Fbis180l_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfcovington%2Fbis180l_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfcovington%2Fbis180l_web/lists"}