summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/default.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 02:13:36 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-17 02:13:36 -0600
commit3c0691df1b7ff1fd04e22ab6055e84cc2137504e (patch)
treedded20edb6c37f2b6904447684db693fcddf16a7 /src/pyssg/plt/default.ini
parentf203d11cff37d6809396d0ea39bf53abe9bad182 (diff)
refactor config handler and morev0.6.0
Refactored the configuration handling to use configparser; also the argument parser; generally added more 'logging'; updated template resources; and more minor things
Diffstat (limited to 'src/pyssg/plt/default.ini')
-rw-r--r--src/pyssg/plt/default.ini22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/pyssg/plt/default.ini b/src/pyssg/plt/default.ini
index 2700d28..ab4eac1 100644
--- a/src/pyssg/plt/default.ini
+++ b/src/pyssg/plt/default.ini
@@ -1,14 +1,16 @@
-[dir_paths]
+[path]
src=src
dst=dst
plt=plt
-[urls]
-url=https://example.com
-static_url=https://static.example.com
-default_image_url=/images/default.png
-[formats]
-date_format=%%a, %%b %%d, %%Y @ %%H:%%M %%Z
-list_date_format=%%b %%d
-list_sep_date_format=%%B %%Y
+[url]
+main=https://example.com
+static=https://static.example.com
+default_image=/images/default.png
+[fmt]
+date=%%a, %%b %%d, %%Y @ %%H:%%M %%Z
+list_date=%%b %%d
+list_sep_date=%%B %%Y
[info]
-title=Example site \ No newline at end of file
+title=Example site
+[other]
+force=False \ No newline at end of file