Watch
1
0
Fork
You've already forked vegan-prestwich
0
mirror of https://github.com/chobbledotcom/vegan-prestwich.git synced 2026-09-04 02:50:50 +01:00
veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
  • SCSS 52.5%
  • JavaScript 39.5%
  • Nix 6.1%
  • HTML 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-26 15:36:16 +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 Fix build: migrate to new chobble-template frontmatter conventions (#11) 2026-08-09 17:03:10 +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 Update loads of places 2026-08-09 16:29:54 +01:00
pages Fix build: migrate to new chobble-template frontmatter conventions (#11) 2026-08-09 17:03:10 +01:00
products Fix build: migrate to new chobble-template frontmatter conventions (#11) 2026-08-09 17:03:10 +01:00
reviews Fix build: migrate to new chobble-template frontmatter conventions (#11) 2026-08-09 17:03:10 +01:00
scripts Fix build errors and add local build scripts (#8) 2026-04-23 22:15:29 +01:00
snippets Update chobble.com links to www.chobble.com 2026-08-26 15:36:16 +01: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