A template for a Github Pages hosted syllabus.
- See the live site generated from this repo.
- See the code in the
masterbranch. - Fork/clone this repository and make your own course syllabus on Github Pages.
- Kritická teorie a inovace: kde jsme a co s tím? (repo)
- Introduction To Digital Humanities For The Ancient World (repo)
- Fork this repository.
- Enable GitHub Pages to publish your site from
masterbranch. - It should work by now. Check link to the live website right the in the settings.
- Edit
config.ymland*.mdfiles in_syllabusand this folder to add any content you want. - Replace contents of this
READMEfile with description of your syllabus.
- The syntax is mostly in easily readable Markdown.
- Config file is YAML, but may easily see it as
name: valuelist (it works most of the time like this). - You may use Github's own editor to edit or add any of the files in repository.
- Template is based on Jekyll static site generator (that is used by Github Pages). So if you want to dig deeper, you can change almost anything (visuals, content structure, etc.).
Licensed under MIT License.