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

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-25 10:15:54 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-25 10:15:54 +0300
commitb802f6236a224b68c4c12c47e1585aeb71b53d5a (patch)
treed0a5c4e40ba7266a073c148f2daf36bfba447f66
parent2d5993d060553fd11ac5fb05922db51d3027b385 (diff)
Add _index.md
To make the <title> less stuttery.
-rw-r--r--.gitignore3
-rw-r--r--content/_index.md4
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b7f92d3..d62bdd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-content/
+content/*
+!content/_index.md
public/
static/theme
static/images
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..84365bd
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,4 @@
+---
+title: "Complete List"
+date: 2017-07-25T09:00:00-05:00
+--- \ No newline at end of file