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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2018-03-25 18:12:37 +0300
committerVicky <vicky@vickylai.io>2018-03-25 18:12:37 +0300
commit65b49aa8c810d5fbaf809e58fe3a5a55bb95ffba (patch)
tree400754d69b845e0c92dc112e32186846be97c290 /exampleSite/config.toml
parentb59b398e2f27a6b67704e78fd0bc63de691e64e9 (diff)
parent96c9303c4fd9e0b2f69d6cbf101005a338f3236c (diff)
Merge branch 'master' of https://github.com/hivickylai/hugo-theme-introduction
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d57b8b9..07c40cd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -27,6 +27,7 @@ canonifyurls = true # Turns relative urls in
pygmentsCodefences = true
footertext = "" # Text to show in footer (overrides default text)
fadein = true # Turn on/off the fade-in effect
+ customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"]
showblog = true # Show Blog section on home page
showprojects = true # Show Projects section on home page
@@ -55,4 +56,4 @@ canonifyurls = true # Turns relative urls in
[[params.social]]
url = "https://linkedin.com/"
- icon = "linkedin" \ No newline at end of file
+ icon = "linkedin"