The Hugo theme used for the showtime website
Contains templates for generating new pages using the Hugo CLI.
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 pagessingle.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 assets like images, stylesheets or scripts into this folder.
Contains metadata about the theme (e.g. theme name, author, description)