This repository powers drn.ie
The site is generated using Zola and is currently hosted on Netlify. For more information on changes to this site, check out my site's about page.
This is defined using Nix.
To create a temporary development environment, will all required tools installed run
nix-shell
- Make changes on laptop
- Eventually CMS within private network
- Save markdown files and push to git
- Run zola to convert to html - fly app
- This could be on laptop for now?
- Copy html and static files to Internet?
- Fly volume?
- Dockerized app on fly.io should run and server files
- I dont want to have to build this each time it starts up
- Eventually app should build volume at start up
➜ drn-ie git:(master) ✗ podman build . -f http-cmd.Dockerfile -t http-cmd
podman run -v