Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/escalate/hugo-split-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Boerner <ich@felix-boerner.de>2018-05-26 16:46:46 +0300
committerFelix Boerner <ich@felix-boerner.de>2018-05-26 16:46:46 +0300
commitab1bb55518e91dacc6cc19e394f620f208255dd8 (patch)
tree422e8738e50494fa0c0d9e6c1087db705094b7af
parent3b690067c30f90e4ae11e5ced6739389b6147c5d (diff)
docs: use markdown syntax for highlighting
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a6e92f6..7b29915 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Add a file named `_index.md` inside content directory to create your homepage. U
$ hugo new content/_index.md
-```toml
+```markdown
+++
title = "Jenny Jones"
tagline = "Designer. Stylist. Nomad."
@@ -55,7 +55,7 @@ You can create additional pages as usual inside content directory.
$ hugo new content/luctus-urna.md
-```toml
+```markdown
+++
title = "luctus urna"
+++