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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 814cc2a..ed308b6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,12 +2,15 @@
baseURL = "https://example.com"
languageCode = "en-gb"
title = "Sam Robbins"
-theme = "hugo-developer-portfolio"
+# theme = "hugo-developer-portfolio"
googleAnalytics = ""
# Remove this when using normally
-themesDir = "../../"
-
+# themesDir = "../../"
+# `
+[module]
+ [[module.imports]]
+ path = "github.com/samrobbins85/hugo-developer-portfolio"
# Plugins
[params.plugins]