linux-config/templates/jekyll.nix
2024-10-25 21:55:18 +01:00

9 lines
172 B
Nix

{
description = "Set up a jekyll site with nix";
path = ./jekyll;
welcomeText = ''
# Getting started
- Run `nix run .#bundle`
- Run `nix develop`
'';
}