1
0
Fork 0
mirror of https://github.com/chobbledotcom/vegan-prestwich.git synced 2026-03-03 16:22:18 +00:00
veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
  • Nix 60.4%
  • SCSS 21.1%
  • HTML 18.5%
Find a file
2026-01-29 18:17:12 +00:00
.forgejo/workflows Use locally hosted actions 2025-04-25 17:14:33 +00:00
.github Exclude landing pages 2026-01-29 18:17:12 +00:00
_data Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
_includes Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
categories Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
combined Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
css Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
images Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
pages Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
products Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
reviews Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
snippets Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
.envrc Switch to Flake builds 2025-01-08 22:34:47 +00:00
.gitignore Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
.pages.yml Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00: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.json Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
README.md Switch to www 2025-10-04 14:04:51 +01: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