My personal website based on the astrogon template. Check out the original project for more in-depth instructions!
Main modifications to the template I have made (besides content) are:
- Removing the poetry, blog, recipes, authors and portfolio
- Renaming docs to blog and index cards to cards of wisdom
- Adjustments in the behavior of cards of wisdom
- Adjustments in the header and footer
- Various smaller changes throughout the website
- Use the provided flake e.g. automatically with nix-direnv.
- From the project directory, install Node dependencies:
npm install - From the project directory, build:
npm run dev - See your changes live at
http://localhost:4321
- Use the provided flake e.g. automatically with nix-direnv.
- From the project directory, build:
npm run build. This will output in the./distfolder. - Deploy the
./distfolder using e.g. nginx.