1
0
Fork 0
mirror of https://github.com/chobbledotcom/vegan-prestwich.git synced 2026-05-14 04:26:30 +01:00
veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
  • SCSS 53.3%
  • JavaScript 38.6%
  • Nix 6.2%
  • HTML 1.9%
Find a file
2026-04-26 06:12:15 +01: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
assets/fonts Refresh site theme: warm green + peach palette, self-hosted fonts (#10) 2026-04-24 00:18:58 +01:00
categories Migrate every page to design-system-base.html with blocks layout (#9) 2026-04-23 23:43:03 +01:00
combined Fix build errors and add local build scripts (#8) 2026-04-23 22:15:29 +01:00
css Refresh site theme: warm green + peach palette, self-hosted fonts (#10) 2026-04-24 00:18:58 +01:00
images Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
pages Migrate every page to design-system-base.html with blocks layout (#9) 2026-04-23 23:43:03 +01:00
products RIP Dokes 2026-04-26 06:12:15 +01:00
reviews Migrate site to chobble-client structure (#7) 2026-01-19 10:27:42 +00:00
scripts Fix build errors and add local build scripts (#8) 2026-04-23 22:15:29 +01: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 Fix build errors and add local build scripts (#8) 2026-04-23 22:15:29 +01: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