We want to catalog the best places for vegan food and vegan-friendly shops in Prestwich.
Feel free to make a pull request, or join the discussion on Facebook
This site is built with Eleventy and deployed using Nix / Nixos
default.nix (link)
- deletes
_sitefolder - creates
_site/style - compiles the SCSS in
styleto CSS in_site/style - minifies and adds vendor prefixes to the CSS using
lightningcss - builds the site to HTML using Eleventy, into
_site - minifies the HTML using
html-minifier - copies the output to
$out
shell.nix (link)
- if you call
serve:- deletes
_sitefolder - creates
_site/style - compiles the SCSS in
styleto CSS in_site/style - builds the site to HTML using Eleventy, into
_site - serves it up on http://localhost:8080
- deletes
- if you call
upgrade_deps:- upgrades the
yarn.lockfile to the latest version of Eleventy
- upgrades the