Code Monkey home page Code Monkey logo

github-course-starter's Introduction

About

This is a template for an academic course website generated using Jekyll, designed in Bootstrap, and compatible with hosting on Github Pages.

A sample course page formatted via this template can be viewed at http://brentonk.github.io/github-course-starter/.

Structure

The template is in the following directories and files. Further explanation of the directory structure is available in the Jekyll documentation. These can, in theory, be left unchanged (except for the base URL in _config.yml, which is site-specific).

  • _config.yml: YAML configuration file for Jekyll
  • _includes/: snippets that can be reused throughout the site
    • credits_and_license.html: footer text
  • _layouts/: HTML layout templates
    • default.html: default layout
    • assignment.md and note.md: layouts for assignments and course notes, respectively
  • assets/: CSS stylesheets, fonts, and Javascript code

Your actual course content goes in the following directories and files:

  • index.md: course home page in Markdown format
  • syllabus.md: syllabus in Markdown format
  • _assignments/: a collection containing assignments in Markdown format
  • _data/: data files in YAML format
    • course.yml: information about the course
    • instructor.yml: information about the instructor
    • license.yml: (optional) information about the license for course content (e.g., Creative Commons)
  • _notes/: a collection containing course notes in Markdown format

Suggested Workflow

  1. Fork this repository
  2. Alter the template at will (e.g., replace the default Bootstrap CSS file with one of the more attractive options from Bootswatch)
  3. Initialize a page for each of your courses by cloning your personal github-course-starter
    1. Leave the tracking branch created by git clone in place, so you can fetch and merge future changes to the template

Issues

  • Filenames for notes and assignments must correspond to the order you wish them to appear in the navbar, hence _notes/01-first-note.md, _notes/02-second-note.md, and so on. It is probably possible to change this by including a custom ordering variable in the front matter of each note/assignment.

github-course-starter's People

Contributors

brentonk avatar karlstolley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.