veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
Find a file
2025-01-09 23:36:04 +00:00
_data begin 11ty rewrite 2022-11-25 00:54:51 +00:00
_deleted_places Karen's Diner is closed 2024-12-28 23:16:17 +00:00
_includes Tidy rendered HTML 2025-01-08 22:56:33 +00:00
bin Remove formatter 2025-01-09 23:16:40 +00:00
pages Add 404.html 2024-12-04 05:22:12 +00:00
place Karen's Diner is closed 2024-12-28 23:16:17 +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 Add Prestwich Makers Market (#1) 2024-12-08 19:57:18 +00:00
tags nearly there 2022-11-27 23:45:57 +00:00
.eleventy.js Fix canonical URL 2025-01-09 00:09:21 +00:00
.eleventyignore make 'static' dir, add not_found.html 2022-11-28 02:35:02 +00:00
.envrc Switch to Flake builds 2025-01-08 22:34:47 +00:00
.gitignore Switch to Flake builds 2025-01-08 22:34:47 +00:00
default.nix Switch back to working default.nix 2025-01-09 23:36:04 +00:00
flake.lock Remove formatter 2025-01-09 23:16:40 +00:00
flake.nix Verbose configurePhase 2025-01-09 23:28:11 +00:00
LICENSE begin 11ty rewrite 2022-11-25 00:54:51 +00:00
node-deps.nix Karen's Diner is closed 2024-12-28 23:16:17 +00:00
README.md Update README.md 2024-11-27 10:03:11 +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