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:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-02-21 16:29:43 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-02-21 16:29:43 +0300
commitb3742c5b52e38c49fc9050e670d0c5e5afdcef49 (patch)
tree330c55c0370de84c6cc02ff3626bd38373298800
parent7261cc00cf7c318398020ceb1bde00a0dcac9d2a (diff)
Add more Aliases (#29)
-rw-r--r--content/post/_index.md2
-rw-r--r--content/post/migrate-from-jekyll.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/content/post/_index.md b/content/post/_index.md
index 3de3a9e..3e6fdc5 100644
--- a/content/post/_index.md
+++ b/content/post/_index.md
@@ -1,3 +1,3 @@
+++
-aliases = ["posts","articles"]
+aliases = ["posts","articles","blog","showcase"]
+++ \ No newline at end of file
diff --git a/content/post/migrate-from-jekyll.md b/content/post/migrate-from-jekyll.md
index a8b5a35..f7d306d 100644
--- a/content/post/migrate-from-jekyll.md
+++ b/content/post/migrate-from-jekyll.md
@@ -5,6 +5,8 @@ title: Migrate to Hugo from Jekyll
weight: 10
series:
- Hugo 101
+aliases:
+- /blog/migrate-from-jekyll/
---
## Move static content to `static`