summaryrefslogtreecommitdiff
path: root/themes/archie/exampleSite/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 12:24:32 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 12:24:32 -0300
commitccc3d0623c21a5f27ea35018a86b181a97d4ed1b (patch)
tree60b49f47fed47ff1d61baf23e927d29da3522636 /themes/archie/exampleSite/config.toml
parent7cb88455cf4d9f65bff7e0412fc852188442cd4f (diff)
Removed useless content in the theme
Diffstat (limited to 'themes/archie/exampleSite/config.toml')
-rw-r--r--themes/archie/exampleSite/config.toml48
1 files changed, 0 insertions, 48 deletions
diff --git a/themes/archie/exampleSite/config.toml b/themes/archie/exampleSite/config.toml
deleted file mode 100644
index d7c4fb2..0000000
--- a/themes/archie/exampleSite/config.toml
+++ /dev/null
@@ -1,48 +0,0 @@
-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