No description
- HTML 41.9%
- JavaScript 35.2%
- CSS 22.9%
| archetypes | ||
| content | ||
| data | ||
| layouts/_shortcodes | ||
| old | ||
| static | ||
| themes/blank | ||
| .gitignore | ||
| hugo.toml | ||
| README.txt | ||
iwf.gay ======= This is a Hugo website. You can generate it by running: hugo Here's the TL;DR on the site structure: (relative to this directory) -------------------------------+------------------------------------------------------------ content/ | Markdown files -------------------------------+------------------------------------------------------------ static/ | Static content; resources and such -------------------------------+------------------------------------------------------------ data/ | Contains collab information, e.g. links, participants -------------------------------+------------------------------------------------------------ layouts/_shortcodes/ | Hugo shortcodes, i.e. code snippets -------------------------------+------------------------------------------------------------ themes/blank/static/ | Static content specifically for the site's theme +- css/style.css | Main CSS -------------------------------+------------------------------------------------------------ themes/blank/layouts/ | For the Hugo theme used by iwf.gay +- baseof.html | Main HTML template -------------------------------+------------------------------------------------------------ themes/blank/layouts/_partials/| For the Hugo theme used by iwf.gay (parts of templates) +- header.html | Masthead & navigation bar template +- participants.html | Participants list template -------------------------------+------------------------------------------------------------