1
0
Fork 0
mirror of https://github.com/chobbledotcom/vegan-prestwich.git synced 2025-10-09 23:22:24 +01:00
veganprestwich.co.uk - an Eleventy site, built with Nix, hosted on NixOS https://veganprestwich.co.uk
Find a file
2025-10-04 14:36:21 +01:00
.forgejo/workflows Use locally hosted actions 2025-04-25 17:14:33 +00:00
.github Fix storage zone name 2025-10-02 23:38:55 +01:00
_data Switch to www 2025-10-04 14:04:51 +01:00
_deleted_places Delete Plate & Palette :( 2025-09-12 13:09:16 +01:00
_includes Fix canonical tag 2025-10-04 14:36:21 +01: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 Fix duplicate web listing 2025-10-02 23:37:53 +01:00
scripts Add top 10 voted for to the homepage 2025-02-02 01:01:41 +00:00
static Switch to www 2025-10-04 14:04:51 +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 Remove CDN 2025-10-02 23:42:20 +01: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(places): add new place Lupo Cafe with details and images 2025-09-01 09:19:08 +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 Switch to www 2025-10-04 14:04:51 +01: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