veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
Find a file
2025-08-09 13:40:46 +00:00
.forgejo/workflows Use locally hosted actions 2025-04-25 17:14:33 +00:00
.github Switch to Github Actions and a Chobble Template'y kinda way of doing builds 2025-08-02 18:06:00 +01:00
_data Fix Formspark ID 2025-08-03 19:02:40 +01:00
_deleted_places RIP Nonna's Kitchen & TGI Fridays 2025-01-22 18:53:12 +00:00
_includes refactor(liquid-layout): refactor shop filtering logic for non-chain shops 2025-08-09 13:28:39 +00:00
_lib Switch to Github Actions and a Chobble Template'y kinda way of doing builds 2025-08-02 18:06:00 +01:00
bin Switch to Github Actions and a Chobble Template'y kinda way of doing builds 2025-08-02 18:06:00 +01:00
pages feat(shops): add shops layout and update shops page to use it 2025-08-09 12:44:48 +00:00
place Greggs is indie 2025-08-09 14:40:16 +01:00
scripts Add top 10 voted for to the homepage 2025-02-02 01:01:41 +00:00
static Add botpoison stuff (WIP) 2025-08-03 18:50:56 +01:00
style Tidier contact form 2025-08-03 22:32:37 +01:00
tags nearly there 2022-11-27 23:45:57 +00:00
.eleventy.js feat(shops): add shops layout and update shops page to use it 2025-08-09 12:44:48 +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 Github Actions and a Chobble Template'y kinda way of doing builds 2025-08-02 18:06:00 +01:00
.pages.yml Move reviews into each place 2025-08-02 20:28:15 +01:00
default.nix Switch back to working default.nix 2025-01-09 23:36:04 +00:00
flake.lock Switch to Github Actions and a Chobble Template'y kinda way of doing builds 2025-08-02 18:06:00 +01:00
flake.nix Much simpler flake 2025-08-07 23:52:51 +01:00
LICENSE begin 11ty rewrite 2022-11-25 00:54:51 +00:00
package-lock.json feat(shops): add shops layout and update shops page to use it 2025-08-09 12:44:48 +00:00
package.json feat(markdown): add markdown filter for rendering markdown content 2025-08-03 17:55:46 +00:00
process_reviews_correct.nix Convert reviews into frontmatter data 2025-08-02 20:53:14 +01:00
README.md Update README.md 2024-11-27 10:03:11 +00:00
sitemap.liquid Fix sitemap dates 2025-01-22 16:21:49 +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