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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2018-11-14 16:08:01 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-14 16:08:01 +0300
commit1f104a4968934c2ae587997beb82ea43720f940a (patch)
tree849110040fa1a8dbd688cb0844362fbd12396e94 /exampleSite/config.toml
parenta4d639b1ce098fa0fe21b335e4bb0193e4075b26 (diff)
Modified layouts
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml28
1 files changed, 24 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 780a668..a3a8d18 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,19 +1,39 @@
baseURL = "https://example.com"
languageCode = "en-us"
title = "Hugo Apps Theme"
-
paginate = 10
+
+[params]
+ profile_img = "https://openclipart.org/download/103855/tux.svg"
+ author = "gonapps"
+
[[menu.main]]
name = "About"
weight = 1
url = "/about"
[[menu.main]]
- name = "Apps"
+ name = "Blog"
weight = 2
- url = "/apps"
+ url = "/blog"
+
[[menu.main]]
- name = "Github"
+ name = "Apps"
weight = 3
+ url = "/apps"
+
+[[params.social]]
+ name = "Github"
+ weight = 1
url = "https://github.com/gonapps"
+
+[[params.social]]
+ name = "Gitlab"
+ weight = 2
+ url = "https://gitlab.com/gonapps"
+
+[[params.social]]
+ name = "Youtube"
+ weight = 3
+ url = "https://youtube.com"