Website for Avo Coffee - an Eleventy site, built with Nix & Forgejo Actions, hosted on Neocities https://avocoffee.co.uk
Find a file
Stefan b369376fca
All checks were successful
Build and Deploy to Neocities / build (push) Successful in 45s
Add Just-Eat link and blog post
2025-07-07 11:52:32 +01:00
.forgejo/workflows Add package.lock 2025-04-23 10:09:25 +01:00
bin Eleventy scss 2025-04-19 11:51:52 +01:00
src Add Just-Eat link and blog post 2025-07-07 11:52:32 +01:00
.eleventy.js Eleventy scss 2025-04-19 11:51:52 +01:00
.envrc Initial commit 2025-03-10 20:14:47 +00:00
.gitignore Eleventy scss 2025-04-19 11:51:52 +01:00
default.nix Initial commit 2025-03-10 20:14:47 +00:00
flake.lock Add Just-Eat link and blog post 2025-07-07 11:52:32 +01:00
flake.nix Add Just-Eat link and blog post 2025-07-07 11:52:32 +01:00
LICENSE Initial commit 2025-03-10 20:14:47 +00:00
package-lock.json Add package.lock 2025-04-23 10:09:25 +01:00
package.json Add package.lock 2025-04-23 10:09:25 +01:00
README.md Update README.md 2025-03-12 15:28:51 +00:00

Avo Coffee Website

A minimal, responsive website for Avo Coffee, a family-run cafe in Haslingden, Rossendale offering freshly prepared food and great coffee.

Website Structure

Main Content Areas

  • Pages: src/pages/ - Main site pages including home, about, menu, and contact
  • Blog Posts: src/blog/ - Individual blog posts and news updates
  • Snippets: src/snippets/ - Reusable content blocks that can be inserted into any page
  • Assets: src/assets/ - Images, logos, and other static files

Layout & Design

Editing Content

Site Configuration

Edit src/_data/site.json to update:

  • Site name
  • Contact information
  • Social media links
  • Hours and address

Homepage Content

The homepage sections can be edited in:

Blog Posts

Add new blog posts in the src/blog/ directory with the following data at the top of the file:

---
title: Post Title
description: Brief summary for SEO
---

And name the file YYYY-MM-DD-blog-post-name.md

License

Licensed under the AGPL-3.0 License.