The new 2021 Hugo showtime theme!
Contains templates for generating new pages using the Hugo CLI.
The assets folder contains files that should be processed by Hugo before being served. This includes assets like SCSS.
The layouts folder contains the HTML templates for this theme.
index.html
- Contains the home page's layout_default/
baseof.html
- Contains the base structure of the site which should be always appliedlist.html
- Contains the layout for the index pages of the different sections (e.g. ss20, ...)project.html
- Contains the layout for the project pagesprojects-list.html
- Contains the layout for the projects list for the current semestersingle.html
- Contains the layout for all single pages, like the imprint
partials/
- Contains partial templates to be included/reused in other templates for this themeshortcodes/
- Contains partials which can be included in markdown pages
The static folder contains files that should be served without being processed by Hugo. You may put files like images, CSS or scripts into this folder.
Contains metadata about the theme (e.g. theme name, author, description)