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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2019-08-17 05:06:29 +0300
committerGitHub <noreply@github.com>2019-08-17 05:06:29 +0300
commit30ff78a8e71270d61e4058b6f4cdada904b735f3 (patch)
tree45e266124bfae16962a30e847f637a6059531600 /exampleSite
parentef5eff8e34f31e7a9576b3f587dea8ab5dcc0ca2 (diff)
Make new release (#10)1.2.0
* Fixes issue raise by gohugoio/hugoThemes#682 (comment) * Use Hugo pipe for assets management
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
-rw-r--r--exampleSite/content/about/_index.md1
-rw-r--r--exampleSite/content/blog/_index.md1
-rw-r--r--exampleSite/content/work/_index.md1
4 files changed, 7 insertions, 10 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e2ecb57..68e50fc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,7 +21,7 @@ pygmentsUseClasses = true
[menu]
[[menu.main]]
- name = "Blog"
+ name = "Post"
url = "/post/"
[[menu.main]]
@@ -37,7 +37,7 @@ pygmentsUseClasses = true
# Custom CSS
customCSS = []
- # List of sections support disqus comments
+ # List of sections that support disqus comments
disqusSections = [ "blog" ]
# Site meta description
description = "Sweet little Hugo's theme for personal website or blog."
@@ -48,17 +48,17 @@ pygmentsUseClasses = true
# URL to license file, can be outside of your domain
licenseURL = "/about/license"
- # Configure which section for Latest Posts
- postSection = "post"
- # Configure which section for Latest Works
- workSection = ""
+ # Configure which sections for Latest Posts
+ mainSections = ["blog", "post"]
+ # Configure which sections for Latest Works
+ workSections = ["work"]
# 404 Configuration
head404 = "Sorry, I can't find what you want."
sub404 = "Back to <a href='/'>Home</a>."
# Color of your website's accent
- colorTheme = "#ff8181"
+ colorTheme = "#ff6565"
# Maximum number of item in Latest Posts or Works
latestCount = 3
# Path to site's favicon image
diff --git a/exampleSite/content/about/_index.md b/exampleSite/content/about/_index.md
index 9faf548..fc1ef62 100644
--- a/exampleSite/content/about/_index.md
+++ b/exampleSite/content/about/_index.md
@@ -1,7 +1,6 @@
+++
title = "About"
date = "2017-06-24T18:57:12+07:00"
-menu = "main"
+++
It's a minimalist and responsive theme for Hugo Static Site Generator. It's
name taken from Indonesian Language for *Sweet*.
diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md
index 2cf0052..b43ab16 100644
--- a/exampleSite/content/blog/_index.md
+++ b/exampleSite/content/blog/_index.md
@@ -1,5 +1,4 @@
+++
title = "Blog"
date = "2017-07-02T08:14:51+07:00"
-menu = "main"
+++
diff --git a/exampleSite/content/work/_index.md b/exampleSite/content/work/_index.md
index 2f83a66..d41dbc1 100644
--- a/exampleSite/content/work/_index.md
+++ b/exampleSite/content/work/_index.md
@@ -1,5 +1,4 @@
+++
title = "Work"
date = "2017-07-02T08:15:25+07:00"
-menu = "main"
+++