summaryrefslogtreecommitdiff
path: root/pyssg.xyz
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz')
-rw-r--r--pyssg.xyz/config.yaml31
-rw-r--r--pyssg.xyz/plt/blog/index.html (renamed from pyssg.xyz/plt/index.html)0
-rw-r--r--pyssg.xyz/plt/blog/page.html (renamed from pyssg.xyz/plt/page.html)0
-rw-r--r--pyssg.xyz/plt/blog/tag.html (renamed from pyssg.xyz/plt/tag.html)0
-rw-r--r--pyssg.xyz/src/blog/first.md10
5 files changed, 41 insertions, 0 deletions
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml
index cd5d4d7..7fa948e 100644
--- a/pyssg.xyz/config.yaml
+++ b/pyssg.xyz/config.yaml
@@ -29,4 +29,35 @@ dirs:
rss: True
sitemap: True
exclude_dirs: []
+...
+---
+define: &root_path "$HOME/pyssg/pyssg.xyz/"
+
+title: "pyssg blog"
+author: "David Luévano Alvarado"
+author_email: "david@luevano.xyz"
+description: "PySSG blog, the python static site generator official blog."
+lang: "en"
+path:
+ src: !join [*root_path, "src/blog"]
+ dst: !join [*root_path, "live/blog"]
+ plt: !join [*root_path, "plt"]
+ db: !join [*root_path, "db_blog.psv"]
+url:
+ main: "https://blog.pyssg.xyz"
+ static: "https://static.pyssg.xyz"
+ default_image: "images/default.png"
+fmt:
+ date: "%a, %b %d, %Y @ %H:%M %Z"
+ list_date: "%b %d"
+ list_sep_date: "%B %Y"
+dirs:
+ /:
+ cfg:
+ plt: "blog/page.html"
+ tags: "blog/tag.html"
+ index: "blog/index.html"
+ rss: True
+ sitemap: True
+ exclude_dirs: []
... \ No newline at end of file
diff --git a/pyssg.xyz/plt/index.html b/pyssg.xyz/plt/blog/index.html
index 96d66ef..96d66ef 100644
--- a/pyssg.xyz/plt/index.html
+++ b/pyssg.xyz/plt/blog/index.html
diff --git a/pyssg.xyz/plt/page.html b/pyssg.xyz/plt/blog/page.html
index d7f5e43..d7f5e43 100644
--- a/pyssg.xyz/plt/page.html
+++ b/pyssg.xyz/plt/blog/page.html
diff --git a/pyssg.xyz/plt/tag.html b/pyssg.xyz/plt/blog/tag.html
index 59cbdf1..59cbdf1 100644
--- a/pyssg.xyz/plt/tag.html
+++ b/pyssg.xyz/plt/blog/tag.html
diff --git a/pyssg.xyz/src/blog/first.md b/pyssg.xyz/src/blog/first.md
new file mode 100644
index 0000000..567ea3e
--- /dev/null
+++ b/pyssg.xyz/src/blog/first.md
@@ -0,0 +1,10 @@
+title: First blog post for testing purposes
+author: David Luévano
+lang: en
+summary: This is just a post used for testing.
+tags: test
+ english
+ short
+ update
+
+Even though I have this "blog" subdomain and page setup, doesn't mean I'll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for. \ No newline at end of file