diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 22:18:12 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-06-04 22:18:12 -0600 |
commit | 135c6380ad381762c89276bed4b8736e235529ff (patch) | |
tree | 3c138b8a541fcf228c034a2e93ba8ce49d218dd9 | |
parent | 11b9e8505b8a92555cce6615f19268a620e9ce53 (diff) |
move plt dir to be included in data
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | pyssgrc | 2 | ||||
-rw-r--r-- | src/pyssg/plt/index.html (renamed from plt/index.html) | 0 | ||||
-rw-r--r-- | src/pyssg/plt/page.html (renamed from plt/page.html) | 0 | ||||
-rw-r--r-- | src/pyssg/plt/rss.xml (renamed from plt/rss.xml) | 0 | ||||
-rw-r--r-- | src/pyssg/plt/sitemap.xml (renamed from plt/sitemap.xml) | 0 | ||||
-rw-r--r-- | src/pyssg/plt/tag.html (renamed from plt/tag.html) | 0 |
7 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ CHANGES ======= +* refactor and add support for jinija * just include changelog v0.4.1 @@ -1,6 +1,6 @@ SRC_PATH=e_src DST_PATH=e_dst -PLT_PATH=plt +PLT_PATH=src/pyssg/plt BASE_URL=https://blog.luevano.xyz BASE_STATIC_URL=https://static.luevano.xyz TITLE=Luévano's Blog diff --git a/plt/index.html b/src/pyssg/plt/index.html index c96db3b..c96db3b 100644 --- a/plt/index.html +++ b/src/pyssg/plt/index.html diff --git a/plt/page.html b/src/pyssg/plt/page.html index fefaaa6..fefaaa6 100644 --- a/plt/page.html +++ b/src/pyssg/plt/page.html diff --git a/plt/rss.xml b/src/pyssg/plt/rss.xml index 99b2b49..99b2b49 100644 --- a/plt/rss.xml +++ b/src/pyssg/plt/rss.xml diff --git a/plt/sitemap.xml b/src/pyssg/plt/sitemap.xml index a5b5404..a5b5404 100644 --- a/plt/sitemap.xml +++ b/src/pyssg/plt/sitemap.xml diff --git a/plt/tag.html b/src/pyssg/plt/tag.html index 2fdc27b..2fdc27b 100644 --- a/plt/tag.html +++ b/src/pyssg/plt/tag.html |