cs763/website/mkdocs.yml

33 lines
862 B
YAML
Raw Normal View History

2018-07-21 20:34:26 +00:00
site_name: 'CS 839: Topics in Security and Privacy (Fall 2018)'
site_url: ''
repo_url: 'https://git.justinh.su/justhsu/cs839'
site_description: 'Course webpage for CS 839: Topics in Security and Privacy (Fall 2018)'
site_author: 'Justin Hsu'
theme:
name: 'material'
language: 'en'
feature:
tabs: 'true'
2018-08-01 17:59:32 +00:00
logo: 'assets/images/favicon.ico'
favicon: 'assets/images/favicon.ico'
2018-07-21 20:34:26 +00:00
palette:
primary: indigo
accent: indigo
pages:
- Home:
- About: 'index.md'
- Syllabus: 'syllabus.md'
- Course Format: 'format.md'
- Schedule:
- Lectures: 'schedule/lectures.md'
- Deadlines: 'schedule/deadlines.md'
- Resources:
- Papers: 'resources/readings.md'
- Software: 'resources/software.md'
2018-07-27 04:12:22 +00:00
- Related Courses: 'resources/related.md'
2018-07-21 20:34:26 +00:00
- Project:
- Details: 'projects/details.md'
- Gallery: 'projects/final.md'