about summary refs log tree commit diff
path: root/website/blog/config.toml
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·46+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-20T00·46+0000
commit95e761e59b739c1cd702f70757225d7d01325284 (patch)
tree86628cc050ff09fa8b629fd5889b054010daa956 /website/blog/config.toml
parent54d1a0048a7101dc51bbea49feed7cded5031b17 (diff)
Move blog into website/blog
Nest the blog work within the website directory.
Diffstat (limited to 'website/blog/config.toml')
-rw-r--r--website/blog/config.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/website/blog/config.toml b/website/blog/config.toml
new file mode 100644
index 000000000000..de67cf19cc69
--- /dev/null
+++ b/website/blog/config.toml
@@ -0,0 +1,25 @@
+baseURL = "https://blog.wpcarro.dev"
+disqusShortname = "wpcarro"
+languageCode = "en-us"
+title = "blog.wpcarro.dev"
+theme = "tailwind"
+pygmentsCodeFences = true
+pygmentsUseClasses = true
+
+[taxonomies]
+    tag = "tags"
+
+[permalinks]
+    posts = "/posts/:year/:month/:title/"
+
+[params]
+    author = "William Carroll"
+    description = "Loosely structured streams of consciousness"
+    tagline = "Loosely structured streams of consciousness"
+
+[languages]
+    [languages.en]
+        contentDir = "content/english"
+        languageCode = "en-us"
+        languageName = "English"
+        weight = 1
\ No newline at end of file