aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-15 19:23:24 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-15 19:23:24 +0100
commitc79dd725827c67333db3ffc880cd44bda209ba8f (patch)
tree7e38a63063a28a1c857c13a687c6fca578d437d7
parentdb65bde3a9c231aac3af3ddc960d311d7b52e64f (diff)
Removed {{TITLE}} from line as script replaces it. Used plain text instead.
-rw-r--r--posts/blarg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/blarg.md b/posts/blarg.md
index fed09ca..96dba29 100644
--- a/posts/blarg.md
+++ b/posts/blarg.md
@@ -66,7 +66,7 @@ To make the script work as intended, you should adhere to the following rules:
- Make sure to empty out the contents of the `build`, `posts`, `pages` and `public` folders so you don't end up with my content.
- Use git and don't edit history after publishing. This is required for the automatic timestamp generation.
- All posts except the `index.md` have a title using the `# ` syntax at the beginning of the document. This title is used for the HTML title tag and for the post titles in the article listing and RSS feed.
-- To set the title for `index.html` edit the text between `<title>` and `{{TITLE}}</title>` of the file `header.html`. Do not delete the `{{TITLE}}` text as this is used for setting the title on all pages of your site.
+- To set the title for `index.html` edit the text between `<title>` and `</title>` of the file `header.html`. Do not delete the the double brackets or the word title inside them {{}} as this is used for setting the title on all pages of your site.
- `header.html` contains an absolute link to your `atom.xml`, including a hostname you control. This is necessary to build a correct atom feed.
- Also make sure to edit the section in `header.html` between the `<nav></nav>` tags to suit your site too.
- All images and other content to be published go into the `public` folder.