Static site for Anabaptist Aid Initiative built with Hugo.
content/: Markdown content for each page (home, videos, SALT program).layouts/: Hugo templates, including the shared base layout and per-page markup.static/: Static assets such as the shared CSS file.config.toml: Site configuration and navigation menus.
- Install Hugo Extended (tested with
hugo v0.123.7). - Run the development server:
hugo server -D
- Visit the site at the address printed in the terminal (defaults to http://localhost:1313).
To create a production build, run:
hugoThe generated site will be in the public/ directory.