Skip to content

DewaldV/tales

Repository files navigation

Tales

Personal blog by Dewald Viljoen, built with Hugo and deployed to GitHub Pages.

Live at dewaldv.com.

Requirements

Development uses Nix to manage tooling. Hugo and Go are provided automatically via the flake.

Optionally, for automatic environment loading:

direnv allow

Development

# Start dev server
hugo server

# Start dev server including drafts
hugo server -D

# Production build
hugo --gc --minify

# Create a new post
hugo new content/posts/YYYY-MM-DD-slug.md

Theme

The site uses a custom local theme (themes/tales/) derived from smol by colorchestra. It features:

  • Minimal, monospace design
  • Dark/light mode (respects OS preference, with manual toggle)
  • No external dependencies or tracking
  • Single CSS file, no build step

Deployment

Pushes to main trigger a GitHub Actions workflow that builds and deploys to GitHub Pages. See .github/workflows/hugo.yaml.

Licence

MIT. The theme includes attribution to its upstream sources - see themes/tales/LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors