From d5e2cf7749c6834b67df7fbbd1e18d4e333389ef Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 18:58:56 +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 d9bc408..cc2e8c2 100644 --- a/posts/making-your-own-blog.md +++ b/posts/making-your-own-blog.md @@ -15,6 +15,8 @@ Please note that I will be updating this as I go along. This is my **first** tim ## Still here? +Please note that this guide assumes you're working in a browser rather than a terminal/command line. + Well, let's begin. First of all, if you want to use GitHub as the source for your code you'll need a repository(repo). If you're reading this then you may be new to GitHub like I was not so long ago. @@ -75,4 +77,4 @@ You can add an about me page by editing `/about/index.md`. Leave the front matte --- ``` Now then, you'll probably want to make some blog posts, this is a blog repo that you're maiking after all right? -The Eleventy base blog template comes with a few in `/posts`, I'd recommend leaving the front matter except the tags, change them as you please. Oh and you can rename the file, just keep at as `something.`**md** +The Eleventy base blog template comes with a few in `/posts`, I'd recommend leaving the layout section in the front matter, change everything else as you please. Oh and you can rename the file, just keep at as `something.`**md**