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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rwxr-xr-xexampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f55b5e8..78654d5 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,8 @@ languageCode = "en-us"
defaultContentLanguage = "en"
isMultilingual = false
title = "Call me Sam"
-theme = "sam"
+theme = "github.com/victoriadrake/hugo-theme-sam" # pull in theme as hugo module
+# theme = "sam" # install theme locally (git clone or submodule)
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"