summaryrefslogtreecommitdiff
path: root/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 /config.toml
parente09d9dc4ffc26c6082ef003251efa77d133795f8 (diff)
Changed theme to Archie, moving blog to rogs.me
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml35
1 files changed, 22 insertions, 13 deletions
diff --git a/config.toml b/config.toml
index a67e06d..4947e7b 100644
--- a/config.toml
+++ b/config.toml
@@ -1,19 +1,21 @@
-baseURL = "https://blog.rogs.me"
+baseURL = "https://rogs.me/"
languageCode = "en-us"
title = "rogs | Blog"
-theme = "m10c"
+theme = "archie"
staticDir = ["static"]
+paginate=3 # articles per page
+copyright = "© Rogs"
+
[permalinks]
posts = "/:year/:month/:title/"
[params]
author = "Roger Gonzalez"
- description = "my blog, thoughts and other stuff"
+ subtitle = "my blog, thoughts and other stuff"
avatar = "avatar.png"
- [[params.social]]
- name = "fas fa-globe"
- url = "https://rogs.me"
+ mode = "dark"
+
[[params.social]]
name = "fas fa-envelope"
url = "mailto:roger@rogs.me"
@@ -24,9 +26,6 @@ staticDir = ["static"]
name = "fab fa-linkedin-in"
url = "https://linkedin.com/in/rogergonzalez21"
[[params.social]]
- name = "fab fa-twitter"
- url = "https://twitter.com/rogergonzalez21"
- [[params.social]]
name = "fab fa-keybase"
url = "https://keybase.io/rogs"
[[params.social]]
@@ -42,7 +41,17 @@ staticDir = ["static"]
name = "fab fa-paypal"
url = "https://www.paypal.me/rogsme21"
-[params.style]
- darkestColor = "#38761d"
- darkColor = "#212121"
- lightColor = "#fafafa"
+[[menu.main]]
+name = "About"
+url = "/"
+weight = 1
+
+[[menu.main]]
+name = "Blog"
+url = "/posts"
+weight = 2
+
+[[menu.main]]
+name = "Tags"
+url = "/tags"
+weight = 3