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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-24 17:46:02 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-24 17:46:02 +0300
commitdbce9d6aa5b8b4b460158d978c214f2695ee6554 (patch)
tree596912e5592e7f6cac5822a6e7645cbaee286d60 /exampleSite/config.toml
parenta380fae56e8534e11c209afd6acd00f2d218d3c2 (diff)
:tada: Initial Hugo files
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..2b13a3e
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,4 @@
+languageCode = "en-us"
+title = "Massively"
+baseURL = "http://localhost:1313/"
+theme = "../.." \ No newline at end of file