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:
authorHanzei <hanzei@mailbox.org>2018-07-20 19:27:34 +0300
committerHanzei <hanzei@mailbox.org>2018-07-20 19:27:34 +0300
commit452913c1faedcc20cf500555fa33443464ed7741 (patch)
tree8675390d98a3a59047e6d6ac248d85b4df91c514 /exampleSite/config.toml
parent80c0c42f93fe73ba3e451098e46f22367e919496 (diff)
Place custom css under assets
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 17bc030..753d547 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,7 +11,7 @@ DefaultContentLanguage = "en" # Default language fo
fadeIn = true # Turn on/off the fade-in effect
dateFormat = "Jan 2, 2006"
email = "youremail@email.com" # E-mail address for contact section
- # customCSS = ["foo.css"] # Include custom css files
+ # customCSS = ["foo.css"] # Include custom css files placed under assets/
# Configure the home page
[params.home]