alex9smith / recipes

The static site generator and content behind https://recipes.whitehead-smith.com

Home Page:https://recipes.whitehead-smith.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipes

The static site generator and content behind https://recipes.whitehead-smith.com.

Built with Eleventy and deployed to Cloudflare pages using their native Github integration. Commits pushed to main are automatically built and deployed.

Adding a new recipe

Add a new markdowm file in /src/recipes - the filename will become the URL slug.

Make sure the frontmatter inludes a title and the recipes tag. These are used to populate the list of recipes on the home page.

Developing the site

Run npm run serve to run the site locally including the hot-reloader.

All CSS is loaded from /src/css/all.css.

About

The static site generator and content behind https://recipes.whitehead-smith.com

https://recipes.whitehead-smith.com

License:Other


Languages

Language:Nunjucks 65.8%Language:CSS 20.6%Language:JavaScript 13.6%