Skip to content

Commit

Permalink
Details on config
Browse files Browse the repository at this point in the history
  • Loading branch information
iebecker committed Aug 19, 2024
1 parent 9caa68f commit ca54da7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
COURSE_NAME = '2024_AM215'
COURSE_NAME = 'AM215'

AUTHOR = ''
AUTHOR = 'Ignacio Becker Troncoso'

SEMESTER = ''
SEMESTER = 'Fall'

YEAR = ''
YEAR = '2024'

SITEURL = ''

Expand All @@ -14,7 +14,12 @@

# Define Navbar links
# ex. ('Link Name', 'URL')
MENUITEMS = []
MENUITEMS = [
# ('Syllabus', 'pages/syllabus.html'),
('Schedule', 'pages/schedule_static.html'),
('Project', 'pages/project.html'),
('Resources', 'pages/resources.html'),
]

# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
Expand Down

0 comments on commit ca54da7

Please sign in to comment.