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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Moreno <adrian@morenomartinez.com>2016-08-24 16:50:24 +0300
committerAdrian Moreno <adrian@morenomartinez.com>2016-08-24 16:50:24 +0300
commit12225a50bf043ff73639d932da2d7a525e53aced (patch)
tree285af3a1bea74c7cadf83ff486d9d539a1db7781 /exampleSite/config.toml
parentf8650c4acf459ceb23110d718bfce0ecd7fad35d (diff)
Updates blog url from "post" to "blog"
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml25
1 files changed, 10 insertions, 15 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 04b6016..9b385b0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,7 @@
-baseurl = "http://themes.gohugo.io/theme/hugo-universal-theme/"
-languageCode = "en-us"
+baseurl = "http://http://replace-this-with-your-hugo-site.com"
title = "Universal"
+theme = "hugo-universal-theme"
+languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = "devcows"
# Enable Google Analytics by entering your tracking code
@@ -8,9 +9,9 @@ googleAnalytics = ""
# Define the number of posts per page
paginate = 10
-theme = "hugo-universal-theme"
[params]
+ viewMorePostLink = "/blog/"
author = "DevCows"
# Since this template is static, the contact form uses www.formspree.io as a
@@ -42,6 +43,9 @@ theme = "hugo-universal-theme"
</p>
"""
+[Permalinks]
+ blog = "/blog/:year/:month/:day/:filename/"
+
[[params.menu]]
name = "Home"
url = "/"
@@ -49,28 +53,19 @@ theme = "hugo-universal-theme"
[[params.menu]]
name = "Blog"
- url = "/post"
+ url = "/blog/"
weight = 2
[[params.menu]]
name = "FAQ"
- url = "/faq"
+ url = "/faq/"
weight = 3
[[params.menu]]
name = "Contact"
- url = "/contact"
+ url = "/contact/"
weight = 4
-[social]
- github = "devcows"
-
-[params.contact]
- map = true
- mapLat = 41.1333037
- mapLng = 1.2467193
- mapTitle = "DevCows"
-
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true