diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-04-27 00:12:15 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-04-27 00:12:15 -0600 |
commit | 745b8648f8f650a0e189554fc4c63e7259656187 (patch) | |
tree | 26d1a4f7312b9ac87be10c4dc318052781fe9e7f /blog | |
parent | b4ebb8b00356efde02d8323a4b6648b4415fd265 (diff) |
add new scripts and configs for updated pyssg
Diffstat (limited to 'blog')
-rw-r--r-- | blog/config.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/blog/config.ini b/blog/config.ini new file mode 100644 index 0000000..6057e85 --- /dev/null +++ b/blog/config.ini @@ -0,0 +1,17 @@ +[path] +site=$HOME/luevano.xyz/blog +src=%(site)s/src +dst=%(site)s/dst +plt=%(site)s/plt +[url] +main=https://blog.luevano.xyz +static=https://static.luevano.xyz +default_image=/images/b/default.png +[fmt] +date=%%a, %%b %%d, %%Y @ %%H:%%M %%Z +list_date=%%b %%d +list_sep_date=%%B %%Y +[info] +title=Luevano's Blog +[other] +force=False |