about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/website/blog/config.toml')
-rw-r--r--users/wpcarro/website/blog/config.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/users/wpcarro/website/blog/config.toml b/users/wpcarro/website/blog/config.toml
new file mode 100644
index 0000000000..a0d65815f6
--- /dev/null
+++ b/users/wpcarro/website/blog/config.toml
@@ -0,0 +1,25 @@
+baseURL = "https://blog.wpcarro.dev"
+disqusShortname = "blog-wpcarro-dev"
+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