summaryrefslogtreecommitdiff
path: root/themes/archie/exampleSite/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-11-02 18:37:23 -0300
committerRoger Gonzalez <roger@rogs.me>2020-11-02 18:37:23 -0300
commitdea4a61cbf42ff422f1409d4342fa59017950526 (patch)
tree991f6d09a6c30dab04e5a1806ba59501471c6779 /themes/archie/exampleSite/config.toml
parente09d9dc4ffc26c6082ef003251efa77d133795f8 (diff)
Changed theme to Archie, moving blog to rogs.me
Diffstat (limited to 'themes/archie/exampleSite/config.toml')
-rw-r--r--themes/archie/exampleSite/config.toml48
1 files changed, 48 insertions, 0 deletions
diff --git a/themes/archie/exampleSite/config.toml b/themes/archie/exampleSite/config.toml
new file mode 100644
index 0000000..d7c4fb2
--- /dev/null
+++ b/themes/archie/exampleSite/config.toml
@@ -0,0 +1,48 @@
+baseURL = "https://example.com"
+languageCode = "en-us"
+title = "Archie"
+theme="archie"
+copyright = "© Athul"
+pygmentsstyle = "monokai"
+pygmentscodefences = true
+pygmentscodefencesguesssyntax = true
+[params]
+ mode="auto"
+ useCDN=false
+ subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
+
+[[params.social]]
+name = "GitHub"
+icon = "github"
+url = "https://github.com/athul/archie"
+
+[[params.social]]
+name = "Twitter"
+icon = "twitter"
+url = "https://github.com/athulcajay/"
+
+[[params.social]]
+name = "GitLab"
+icon = "gitlab"
+url = "https://gitlab.com/athul/"
+
+[[menu.main]]
+name = "Home"
+url = "/"
+weight = 1
+
+[[menu.main]]
+name = "Blog"
+url = "/blog"
+weight = 2
+
+[[menu.main]]
+name = "All posts"
+url = "/posts"
+weight = 3
+
+
+[[menu.main]]
+name = "Tags"
+url = "/tags"
+weight = 4