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:35:56 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-05-15 23:35:56 +0300
commite0bc510bdcd165d4d3079c16c720465e60f2c369 (patch)
tree552c888465463a0a014c432b16927908b72f2b29 /example-config.toml
parent3e8aeaa35be978d123bb689c3b91140ad4a1eaa9 (diff)
try to manually fix conflicts with #2
Diffstat (limited to 'example-config.toml')
-rw-r--r--example-config.toml51
1 files changed, 0 insertions, 51 deletions
diff --git a/example-config.toml b/example-config.toml
deleted file mode 100644
index 820aaf5..0000000
--- a/example-config.toml
+++ /dev/null
@@ -1,51 +0,0 @@
-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
- 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