summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--publish.md10
-rw-r--r--start.md5
2 files changed, 13 insertions, 2 deletions
diff --git a/publish.md b/publish.md
index 4cd72ab..cda864f 100644
--- a/publish.md
+++ b/publish.md
@@ -1,4 +1,7 @@
-# How I published my site on compost.party
+---
+title: How I published my site on compost.party
+lang: en
+...
These are the steps I took to publish my site on compost.party.
@@ -24,7 +27,10 @@ then edit that file using the text editor nano, for example:
Type some text, for example:
- # This is the title of my page.
+ ---
+ lang: en
+ title: This is the title of my page.
+ ...
some text.
diff --git a/start.md b/start.md
index 8295e69..1de0818 100644
--- a/start.md
+++ b/start.md
@@ -1,3 +1,8 @@
+---
+lang: en
+title: How I got started on compost.party
+...
+
# How I got started on compost.party
These are the steps I took to get setup on compost.party.