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

github.com/mavidser/hugo-rocinante.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSid Verma <mavidser@gmail.com>2020-03-05 22:37:25 +0300
committerSid Verma <mavidser@gmail.com>2020-03-05 22:37:25 +0300
commit491ececcc4b370902a02b04d32ec8d91521c920e (patch)
tree813f46a58678cb4a7b6ac8775c2c33c80e2bc20d
parent50be5393f6c95d5675032d519f6f4e8728e7d286 (diff)
Rename posts to post
This makes exampleSite work along with hugo's demo content
-rw-r--r--exampleSite/config.toml1
-rw-r--r--exampleSite/content/post/another-blog-post.md (renamed from exampleSite/content/posts/another-blog-post.md)0
-rw-r--r--exampleSite/content/post/even-more-posts.md (renamed from exampleSite/content/posts/even-more-posts.md)0
-rw-r--r--exampleSite/content/post/this-is-a-blog-post.md (renamed from exampleSite/content/posts/this-is-a-blog-post.md)0
-rw-r--r--exampleSite/content/post/this-is-the-last.md (renamed from exampleSite/content/posts/this-is-the-last.md)0
5 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 172d3e6..697f3b0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -16,6 +16,7 @@ summaryLength = 0
name = "Sid Verma"
[params]
+ mainSections = ["post", "photos"]
email = "email@example.com"
smart_email_link = ["Email"]
favicon = "/icon/favicon.jpg"
diff --git a/exampleSite/content/posts/another-blog-post.md b/exampleSite/content/post/another-blog-post.md
index 41a7b21..41a7b21 100644
--- a/exampleSite/content/posts/another-blog-post.md
+++ b/exampleSite/content/post/another-blog-post.md
diff --git a/exampleSite/content/posts/even-more-posts.md b/exampleSite/content/post/even-more-posts.md
index 30aee9c..30aee9c 100644
--- a/exampleSite/content/posts/even-more-posts.md
+++ b/exampleSite/content/post/even-more-posts.md
diff --git a/exampleSite/content/posts/this-is-a-blog-post.md b/exampleSite/content/post/this-is-a-blog-post.md
index 7c09a63..7c09a63 100644
--- a/exampleSite/content/posts/this-is-a-blog-post.md
+++ b/exampleSite/content/post/this-is-a-blog-post.md
diff --git a/exampleSite/content/posts/this-is-the-last.md b/exampleSite/content/post/this-is-the-last.md
index b311f53..b311f53 100644
--- a/exampleSite/content/posts/this-is-the-last.md
+++ b/exampleSite/content/post/this-is-the-last.md