Team Resistance programming training documentation site built with Hugo.
- Install Hugo:
brew install hugo(macOS) or download from their site - Run development server:
hugo server -D - View site at http://localhost:1313
hugoOutput will be in the public/ directory.
This site is configured for Cloudflare Pages deployment:
- Build command:
hugo --minify - Build output directory:
public - Root directory:
/(or set tohugo-siteif in subdirectory)
Create new pages in the content/ directory:
hugo new content/page-name.mdEdit the markdown file and add your content. The page will automatically appear in the navigation.
content/- Markdown content fileslayouts/- HTML templatesstatic/- Static assets (CSS, images, favicon)hugo.toml- Site configuration