All Projects → kjhealy → course_template

kjhealy / course_template

Licence: other
No description, website, or topics provided.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Jupyter Notebook
11667 projects
TeX
3793 projects
python
139335 projects - #7 most used programming language

Course website skeleton

A template for generating course websites like socviz880.co.

Various hugo and blogdown features borrowed more or less directly from Andrew Heiss and his excellent course websites.

This skeleton uses the Academic Hugo theme, with some slight template modifications found in /assets/ and layouts/. The theme is included as a submodule, so when when cloning for the first time, use this command to get the theme too:

git clone --recursive https://github.com/gcushen/hugo-academic.git

To get the theme later, use this command:

git submodule add \
  https://github.com/gcushen/hugo-academic.git \
  themes/hugo-academic

To update to the latest version of the theme, use:

git submodule update --recursive --remote
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].