veganprestwich.co.uk - an eleventy site, built with nix, hosted on nixos https://veganprestwich.co.uk
Find a file
2024-12-04 05:22:12 +00:00
_data begin 11ty rewrite 2022-11-25 00:54:51 +00:00
_deleted_places deleted moda :( 2024-01-29 17:13:47 +00:00
_includes Fix JSON-LD, use faster minifier 2024-12-03 21:15:46 +00:00
pages Add 404.html 2024-12-04 05:22:12 +00:00
place Fix asterisks on opening times 2024-12-01 16:28:25 +00:00
scripts Fix asterisks on opening times 2024-12-01 16:27:46 +00:00
static Fix JSON-LD, use faster minifier 2024-12-03 21:15:46 +00:00
style Update build stuff 2024-11-04 00:21:29 +00:00
tags nearly there 2022-11-27 23:45:57 +00:00
.eleventy.js Add canonical tag for the www version 2024-11-30 14:58:14 +00:00
.eleventyignore make 'static' dir, add not_found.html 2022-11-28 02:35:02 +00:00
.gitignore Ignore Aider stuff 2024-12-02 03:12:09 +00:00
default.nix Fix JSON-LD, use faster minifier 2024-12-03 21:15:46 +00:00
LICENSE begin 11ty rewrite 2022-11-25 00:54:51 +00:00
node-deps.nix Switch to Nix builds 2024-11-26 16:53:29 +00:00
README.md Update README.md 2024-11-27 10:03:11 +00:00
shell.nix Add serve command to shell.nix 2024-11-27 09:17:45 +00:00
sitemap.liquid buimp node, create image thumbnails 2024-04-14 23:13:53 +01:00
yarn.lock Switch to Nix builds 2024-11-26 16:53:29 +00:00

VeganPrestwich.co.uk

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

Building This Site

This site is built with Eleventy and deployed using Nix / Nixos

  • deletes _site folder
  • creates _site/style
  • compiles the SCSS in style to 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
  • if you call serve:
    • deletes _site folder
    • creates _site/style
    • compiles the SCSS in style to CSS in _site/style
    • builds the site to HTML using Eleventy, into _site
    • serves it up on http://localhost:8080
  • if you call upgrade_deps:
    • upgrades the yarn.lock file to the latest version of Eleventy