mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-10 03:51:38 +00:00
Update README.md
This commit is contained in:
parent
a843ed63c1
commit
620f8f68f6
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
My Online Cookbook is a starter kit to create your own website of recipes, using [Eleventy](https://11ty.io) and [Netlify CMS](https://www.netlifycms.org/). It is meant to be both highly accessible (including to non-developers), as well as fully customisable should you want to use it as a starting off point.
|
||||
|
||||
Presentation & set-up instructions : https://myonlinecookbook.xyz/
|
||||
Demo (this is what you get out of the box) : [https://myonlinecookbook.netlify.app/](https://myonlinecookbook.netlify.app/)
|
||||
|
||||
Get started now by forking the project or deploy to Netlify : [](https://app.netlify.com/start/deploy?repository=https://github.com/maeligg/my-online-cookbook&stack=cms)
|
||||
|
|
@ -38,4 +39,4 @@ Go to `/admin` to access the admin interface (this also works locally). You'll n
|
|||
* `src/admin` contains the configuration for editable fields in Netlify CMS.
|
||||
* `src/img` contains all images. Note that only images placed in `src/img/recipes` are editable from the CMS admin interface.
|
||||
* `src/recipes` is your main content, with each recipe saved as a markdown file.
|
||||
* Each other page is located at the root of `src/` as its own markdown or nunjucks file.
|
||||
* Each other page is located at the root of `src/` as its own markdown or nunjucks file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue