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

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <onedrawingperday@gmail.com>2020-02-10 10:54:47 +0300
committerAlex <onedrawingperday@gmail.com>2020-02-10 10:54:47 +0300
commit63553fff749c28800bc55612dee5e05452b43103 (patch)
tree0d41bf0c5b20a87bee2dcf7e7fca4729cf3b7f30
parent85f3f6fafb18d01229c8bb6dc5e600e829ed09e1 (diff)
Add archives content file
Also this reverts the previous commit
-rw-r--r--content/archives.md5
-rw-r--r--content/post/_index.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/content/archives.md b/content/archives.md
new file mode 100644
index 0000000..98a1ee9
--- /dev/null
+++ b/content/archives.md
@@ -0,0 +1,5 @@
+---
+date: 2019-05-28
+type: section
+layout: "archives"
+--- \ No newline at end of file
diff --git a/content/post/_index.md b/content/post/_index.md
index 8b3c0eb..7c6bd54 100644
--- a/content/post/_index.md
+++ b/content/post/_index.md
@@ -1,5 +1,5 @@
+++
-aliases = ["posts","articles","blog","showcase","docs","archives"]
+aliases = ["posts","articles","blog","showcase","docs"]
title = "Posts"
author = "Hugo Authors"
tags = ["index"]