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>2017-05-14 10:12:23 +0300
committerVicky <vicky@vickylai.io>2017-05-14 10:12:23 +0300
commit90b2dd142f4551d89e1cb2366d0e9a95d21f15ba (patch)
tree70f0c9338bf101b119a46d23bf1427d93b2bd741 /exampleSite
parent11776e89f2079be9ceea533b605257bdc494d7c6 (diff)
Added light and dark themes.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d19b463..196a3ff 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,6 +20,7 @@ author = "A Clever Author" # Full name shows on blog post pages
firstname = "awesome" # First name shows in introduction on main page
tagline = "I'm a theme for Hugo." # Appears after the introduction
introheight = "large" # Input either 'medium' or 'large' or 'fullheight'
+theme = "dark" # Choose 'light' or 'dark'
avatar = "img/profile.png" # Path to image in static folder eg. img/avatar.png
email = "youremail@email.com" # Shows in contact section, or leave blank to omit
localtime = true # Show your current local time in contact section