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

github.com/gangjun06/SimpleIntro.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.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..923c9d8
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,25 @@
+baseURL = ""
+languageCode = "en-us"
+theme = "SimpleIntro"
+title = "Theme Demo"
+publishDir = "public"
+
+[params]
+ mainbg = "https://picsum.photos/1920/1080"
+ name = "John Doe"
+ mainTitle = "Simple-intro"
+ mainText = "Just simple intro theme for hugo"
+
+[menus]
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "#about"
+ [[menu.main]]
+ identifier = "skills"
+ name = "Skills"
+ url = "#skills"
+ [[menu.main]]
+ identifier = "projects"
+ name = "Projects"
+ url = "#projects" \ No newline at end of file