From 04b485a31050d29959270adb84746caa5b65020e Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 04:05:04 +0100 Subject: [PATCH] Update making-your-own-blog.md --- posts/making-your-own-blog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/posts/making-your-own-blog.md b/posts/making-your-own-blog.md index e040af7..7ab1abc 100644 --- a/posts/making-your-own-blog.md +++ b/posts/making-your-own-blog.md @@ -39,4 +39,6 @@ You can create your repo using a template (what I did) e.g Eleventy's base templ - Under ``Description `` you can add a bit about your site, for example what it is about and how it is made - 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``. +