From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/src/blog/toc_test.md | 14 +++++++------- pyssg.xyz/src/pyssg.xyz/index.md | 9 +++++---- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'pyssg.xyz/src') 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) -- cgit v1.2.3-54-g00ecf