Skip to content

dwoffinden/dwoffinden.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

344 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source for https://daw.dev

Built with Zola and Nix. Theme based on Hallo.

Local Development

Either use nix-direnv or run nix develop to enter a shell with zola and the dependencies available.

Run zola serve to preview the site locally. The site will be available at http://localhost:1111.

zola build will build the site in ./public.

Building

Run nix build, the output will be in ./result.

Deploying

The GitHub Action in .github/workflows/deploy.yml builds the site with nix build as above and pushes to GH Pages.

About

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • HTML 40.8%
  • Nix 33.7%
  • SCSS 25.4%
  • Shell 0.1%