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

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-05-15 23:39:38 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-05-15 23:39:38 +0300
commit7a424fa43a410afff957de609234abe00b857342 (patch)
treebc2564dc02a21a83341709d7ce5c37e1f11be3ec /example-config.toml
parent14f98788bb9193d7ca063d2cb07eecaec2748e86 (diff)
rename config.toml after fixing conflicts with #2
Diffstat (limited to 'example-config.toml')
-rw-r--r--example-config.toml52
1 files changed, 52 insertions, 0 deletions
diff --git a/example-config.toml b/example-config.toml
new file mode 100644
index 0000000..2d71d81
--- /dev/null
+++ b/example-config.toml
@@ -0,0 +1,52 @@
+baseURL = "https://www.example.com"
+languageCode = "en-us"
+title = "title"
+copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
+theme = "npq-hugo"
+pygmentsUseClasses=true
+
+[params]
+ author = "your name"
+ description = "your description"
+ keywords = "hugo blog"
+ useAvatar = true
+ microBlogSection = "posts"
+ displayMicroBlog = false
+ displayRecent = true
+ displayHomeContent = false
+ recentMax = 4
+ mail = "mail@example.com"
+ phone = "8888888888"
+ formspreeID = "yourformspreeID"
+
+[menu]
+ [[menu.main]]
+ name = "home"
+ pre = "<i class=\"fas fa-home fa-sm\"></i>"
+ url = "/"
+ weight = -9
+ [[menu.main]]
+ name = "blog"
+ pre = "<i class=\"fas fa-keyboard fa-ms\"></i>"
+ url = "/blog/"
+ weight = -8
+ [[menu.main]]
+ name = "tags"
+ pre = "<i class=\"fas fa-tags fa-ms\"></i>"
+ url = "/tags"
+ weight = -7
+ [[menu.main]]
+ name = "github"
+ pre = "<i class=\"fab fa-github fa-ms\"></i>"
+ url = "https://github.com/yourgithubusername23434"
+ weight = -6
+ [[menu.main]]
+ name = "RSS"
+ pre = "<i class=\"fas fa-rss fa-ms\"></i>"
+ url = "/index.xml"
+ weight = -4
+ [[menu.main]]
+ name = "contact"
+ pre = "<i class=\"far fa-envelope\"></i>"
+ url = "/contact"
+ weight = -1