From 69e42886a6a7e094577618f4b37c6dde3b540c1d Mon Sep 17 00:00:00 2001 From: jackyzha0 <j.zhao2k19@gmail.com> Date: Sun, 18 Jul 2021 20:40:53 +0000 Subject: [PATCH] flesh out docs --- content/notes/editing.md | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/content/notes/editing.md b/content/notes/editing.md index 3264d4b..6b47767 100644 --- a/content/notes/editing.md +++ b/content/notes/editing.md @@ -7,6 +7,8 @@ **All content in your garden can found in the `/content` folder.** To make edits, you can open any of the files and make changes directly and save it. You can organize content into any folder you'd like. +**To edit the main home page, open `/content/_index.md`.** + To create a link, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. ```markdown @@ -14,6 +16,18 @@ [A link to the config page](config.md) ``` +### Front Matter +Hugo is picky when it comes to metadata for files. Ensure that you have a title defined at the top of your file like so: + +```markdown +--- +title: "Example Title" +--- + +## Headers should start at H2 +Rest of your content here... +``` + ### Obsidian I *strongly* recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your digital garden. It comes with a really nice editor and graphical interface to preview all of my local files. -- Gitblit v1.10.0