summaryrefslogtreecommitdiff
path: root/pyssg.xyz/src
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/src')
-rw-r--r--pyssg.xyz/src/blog/toc_test.md14
-rw-r--r--pyssg.xyz/src/pyssg.xyz/index.md9
2 files changed, 12 insertions, 11 deletions
diff --git a/pyssg.xyz/src/blog/toc_test.md b/pyssg.xyz/src/blog/toc_test.md
index 43ef7ad..c0a42a8 100644
--- a/pyssg.xyz/src/blog/toc_test.md
+++ b/pyssg.xyz/src/blog/toc_test.md
@@ -7,25 +7,25 @@ tags: test
short
update
-This is just a table of content test
+This is just a table of content test. This uses the `[TOC]` markdown syntax, as described at [python-markdown toc](https://python-markdown.github.io/extensions/toc/).
-# Table of contents
+## Table of contents
[TOC]
-# Hello
+## Hello
Anyone there?
-## No
+### No
Nobody.
-# Test?
+## Test?
Don't know how many of these I'll "test".
-## Second
+### Second
-### Test 2?
+#### Test 2?
Last one
diff --git a/pyssg.xyz/src/pyssg.xyz/index.md b/pyssg.xyz/src/pyssg.xyz/index.md
index 71194a8..38e3abc 100644
--- a/pyssg.xyz/src/pyssg.xyz/index.md
+++ b/pyssg.xyz/src/pyssg.xyz/index.md
@@ -1,9 +1,10 @@
title: pyssg
-Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it.
+Welcome to the official pyssg website. For now this is just used as testing grounds for pyssg changes.
## Blog
-You can find the blog (actually just a mock) [here](https://blog.pyssg.xyz).
-
-Get the RSS feed: [https://blog.pyssg.xyz/rss.xml](https://blog.pyssg.xyz/rss.xml) \ No newline at end of file
+- Mock blog where I test some features: [pyssg blog](https://blog.pyssg.xyz)
+RSS: [https://blog.pyssg.xyz/rss.xml](https://blog.pyssg.xyz/rss.xml)
+- Personal blog that I normally use: [Luévano's blog](https://blog.luevano.xyz)
+RSS: [https://blog.luevano.xyz/rss.xml](https://blog.luevano.xyz/rss.xml)