summaryrefslogtreecommitdiff
path: root/hugoBasicExample/config.toml
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
commit386a69ae2612e07bc963bb14cd9ec57414391ae1 (patch)
tree09a1c632eb09cd5e901b2cba7a99b6644ed77f26 /hugoBasicExample/config.toml
parentf595a82a5a593254bae4c65870e3dc96297b208a (diff)
Fixes for theme submission
Diffstat (limited to 'hugoBasicExample/config.toml')
-rw-r--r--hugoBasicExample/config.toml61
1 files changed, 0 insertions, 61 deletions
diff --git a/hugoBasicExample/config.toml b/hugoBasicExample/config.toml
deleted file mode 100644
index ae2392f..0000000
--- a/hugoBasicExample/config.toml
+++ /dev/null
@@ -1,61 +0,0 @@
-baseURL = "https://gohugo.io"
-title = "Hugo Themes"
-author = "Steve Francia"
-copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
-paginate = 3
-languageCode = "en"
-DefaultContentLanguage = "en"
-enableInlineShortcodes = true
-
-summarylength = 10
-enableEmoji = true
-
-[params]
-description = ""
-# gravatar = "soho@example.com"
-profilePicture = "images/profile.png"
-copyright = "Author Name"
-license = "CC BY-SA 4.0"
-licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
-
- [[params.socialIcons]]
- icon = "fa-linkedin"
- title = "Linkedin"
- url = "#"
-
- [[params.socialIcons]]
- icon = "fa-github"
- title = "GitHub"
- url = "#"
-
- [[params.socialIcons]]
- icon = "fa-twitter"
- title = "Twitter"
- url = "#"
-
-[menu]
-
- [[menu.main]]
- name = "Posts"
- weight = 100
- identifier = "posts"
- url = "/posts/"
-
- [[menu.main]]
- name = "About"
- identifier = "about"
- weight = 300
- url = "/about/"
-
-[markup]
-
- [markup.highlight]
- codeFences = true
- guessSyntax = false
- hl_Lines = ""
- lineNoStart = 1
- lineNos = false
- lineNumbersInTable = true
- noClasses = true
- style = "monokai"
- tabWidth = 4