Website for Team Resistance, built with Hugo.
- Install Hugo:
brew install hugo(macOS) or see Hugo installation docs - Run development server:
hugo server -D - View site at http://localhost:1313
hugo --minifyOutput will be in the public/ directory.
This site is configured for Cloudflare Pages deployment:
- Build command:
hugo --minify - Build output directory:
public - Root directory:
/
Create new pages in the content/ directory:
hugo new content/page-name.mdEdit the markdown file and set draft = false when ready to publish.
content/-- Markdown content fileslayouts/-- HTML templatesstatic/-- Static assets (CSS, images, favicon)hugo.toml-- Site configuration