summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
index 4d02346..3476243 100644
--- a/config.yaml
+++ b/config.yaml
@@ -30,6 +30,11 @@ dirs:
rss: False
sitemap: True
exclude_dirs: []
+exts:
+ pymdvar:
+ variables:
+ SURL: "https://static.luevano.xyz"
+ enable_env: False
...
---
define: &root_path "$HOME/luevano.xyz/"
@@ -62,6 +67,11 @@ dirs:
rss: True
sitemap: True
exclude_dirs: []
+exts:
+ pymdvar:
+ variables:
+ SURL: "https://static.luevano.xyz"
+ enable_env: False
...
---
define: &root_path "$HOME/luevano.xyz/"
@@ -94,4 +104,9 @@ dirs:
rss: True
sitemap: True
exclude_dirs: []
+exts:
+ pymdvar:
+ variables:
+ SURL: "https://static.luevano.xyz"
+ enable_env: False
... \ No newline at end of file