From e81d6e12c7f2f79ba4294fc21d0e72056edd229e Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 16:15:30 +0100 Subject: [PATCH] Update making-your-own-blog.md --- posts/making-your-own-blog.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/posts/making-your-own-blog.md b/posts/making-your-own-blog.md index 66f7022..dbc68e9 100644 --- a/posts/making-your-own-blog.md +++ b/posts/making-your-own-blog.md @@ -40,8 +40,4 @@ You can create your repo using a template (what I did) e.g Eleventy's base templ - Make sure ``Public`` is ticked, it should be by default - Keep ``Include all branches`` unticked (it's what I did, so some things may be different if you decide to tick it, I can't help with some things at that point) -GitHub will then generate your repo using the eleventy base blog template. There will be a list of files generated, an important one being ``README.md``. -As the README states, you will need to ``Edit _data/metadata.json``. You will find this at -But first, let's head over to [Netlify](https://app.netlify.com/signup). You can use your email or GitHub login (I'd recommend using GH as that is what I did). Once logged in go to , choose ``GitHub`` as the option for Continuous Deployment then select your repo you have created with the elventy template. Then click ``Deploy site`` - -Head to +GitHub will then generate your repo using the eleventy base blog template. There will be a list of files generated, an important one being ``README.md``. As the README states, you will need to ``Edit _data/metadata.json``. You will find this at . But first, let's head over to [Netlify](https://app.netlify.com/signup). You can use your email or GitHub login (I'd recommend using GH as that is what I did). Once logged in go to , choose ``GitHub`` as the option for Continuous Deployment then select your repo you have created with the elventy template. Then click ``Deploy site``. Head to