rehohoho / 50002

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course website for 50002

When adding new collection:

  1. Create folder with _[name], and populate with .md
  2. In config.yml, add under collections:
    • Set output: true
    • Set permalink: /[permalink]/
  3. Enable tags for the collection:
    • Under _layouts/tags.html, class home, collect tags in the collection (see liquid example for notes and problemset)
    • Under _layouts/tags.html, class "tag-posts", show tags and links (see liquid example for notes and problemset)
  4. Enable search for the collection:
    • Under assets/data/search.json, add liquid template to loop through site.[collection]

About

License:MIT License


Languages

Language:HTML 39.2%Language:SCSS 33.3%Language:CSS 17.6%Language:JavaScript 8.1%Language:Ruby 1.4%Language:Dockerfile 0.4%