Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 754 Bytes

raphael.li

Personal website/blog built with the Eleventy site generator - based on eleventy-base-blog

Prerequisites

This project requires Nix with flakes support for both the development and the build process, ensuring a consistent and reproducible environment across all stages.

Development Environment

# Manually start development environment ...
nix develop
# ... or let direnv do it for you
direnv allow

The development environment offers the following commands that are sufficient for most use cases:

  • nix build: builds the site (as NIX derivation)
  • npm run serve: serves the site locally