No description
  • HTML 41.9%
  • JavaScript 35.2%
  • CSS 22.9%
Find a file
2026-09-25 00:59:52 -04:00
archetypes first! 2026-09-25 00:49:25 -04:00
content Resolve warning 2026-09-25 00:55:23 -04:00
data Update archive links 2026-09-25 00:59:52 -04:00
layouts/_shortcodes first! 2026-09-25 00:49:25 -04:00
old first! 2026-09-25 00:49:25 -04:00
static first! 2026-09-25 00:49:25 -04:00
themes/blank Update archive links 2026-09-25 00:59:52 -04:00
.gitignore first! 2026-09-25 00:49:25 -04:00
hugo.toml first! 2026-09-25 00:49:25 -04:00
README.txt first! 2026-09-25 00:49:25 -04:00

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
-------------------------------+------------------------------------------------------------