1
0
Fork 0
mirror of https://github.com/chobbledotcom/avo-coffee.git synced 2025-11-02 20:39:25 +00:00
No description
Find a file
2025-10-04 11:42:26 +01:00
.github/workflows Fix zone ID 2025-10-01 23:38:36 +01:00
_lib Move to Github and Bunny 2025-10-01 23:33:32 +01:00
bin Move to Github and Bunny 2025-10-01 23:33:32 +01:00
src Add www to canonical url 2025-10-04 11:42:26 +01:00
.eleventy.js Move to Github and Bunny 2025-10-01 23:33:32 +01:00
.envrc Initial commit 2025-03-10 20:14:47 +00:00
.gitignore Eleventy scss 2025-04-19 11:51:52 +01:00
flake.lock Move to Github and Bunny 2025-10-01 23:33:32 +01:00
flake.nix Update to NodeJS 24 2025-10-01 23:36:17 +01:00
LICENSE Initial commit 2025-03-10 20:14:47 +00:00
package-lock.json Move to Github and Bunny 2025-10-01 23:33:32 +01:00
package.json Move to Github and Bunny 2025-10-01 23:33:32 +01:00
README.md Move to Github and Bunny 2025-10-01 23:33:32 +01: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

Development

  • Run nix develop to enter the development environment
  • Run npm run serve to preview the site locally
  • Run npm run build to build the site for production
  • Run bin/lint to format code with Biome

License

Licensed under the AGPL-3.0 License.