From 620f8f68f65b6695418d74f32b128e424f4963b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Brunet?= Date: Fri, 11 Jun 2021 17:13:09 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec77629..046f6af 100644 --- a/README.md +++ b/README.md @@ -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 : [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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. \ No newline at end of file +* Each other page is located at the root of `src/` as its own markdown or nunjucks file.