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-28 22:57:35 +0300
committerByeonggon Lee <gonny952@gmail.com>2018-11-28 22:57:35 +0300
commit26ed32154da242da0fc382f87cf124a889767384 (patch)
tree41263fa0c0cd7013170869e8f395fc6cb6c19d05
parenta866b87ffa7fcfab78411dc8d57d80c60c528479 (diff)
Modified exampleSite
-rw-r--r--.gitignore1
-rw-r--r--exampleSite/config.toml27
2 files changed, 17 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index cbdee39..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +0,0 @@
-exampleSite/content/apps/*
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b6c9960..4d330ea 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,29 +3,36 @@ paginate = 10
languageCode = "en-us"
disqusShortname = ""
googleAnalytics = ""
-title = "Hugo Apps Theme"
-author = "gonapps"
+title = "Your site title"
copyright = ""
[params]
logo = "https://openclipart.org/download/103855/tux.svg"
+ author = "Your name"
+ info = "Any info about you"
+
[[menu.main]]
- name = "About"
+ name = "Github"
weight = 1
- url = "/about"
+ url = "https://github.com/gonapps"
[[menu.main]]
- name = "Blog"
+ name = "Website"
weight = 2
- url = "/blog"
-
+ url = "https://gonapps.com"
[[menu.main]]
- name = "Apps"
+ name = "*Apps*"
weight = 3
url = "/apps"
+[[menu.main]]
+ name = "README"
+ weight = 3
+ url = "/README"
+
+
[[params.social]]
name = "Github"
weight = 1
@@ -37,6 +44,6 @@ copyright = ""
url = "https://gitlab.com/gonapps"
[[params.social]]
- name = "Youtube"
+ name = "Website"
weight = 3
- url = "https://youtube.com"
+ url = "https://gonapps.com"