Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 1000 Bytes

File metadata and controls

executable file
·
26 lines (17 loc) · 1000 Bytes

Overview

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

Development Instructions

  1. Use the provided flake e.g. automatically with nix-direnv.
  2. From the project directory, install Node dependencies: npm install
  3. From the project directory, build: npm run dev
  4. See your changes live at http://localhost:4321

Deployment Instructions

  1. Use the provided flake e.g. automatically with nix-direnv.
  2. From the project directory, build: npm run build. This will output in the ./dist folder.
  3. Deploy the ./dist folder using e.g. nginx.