summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 02:36:53 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-25 02:36:53 -0600
commita9d5d971961bd28f2d6275aabfa78f2fd268b851 (patch)
treec608003b0ff918fd6d28ea0a7eda6868a0abbb63
parent8f4b56863ec87113e879d0b358319470cff81a97 (diff)
fix readme linksv0.3.1
-rw-r--r--ChangeLog1
-rw-r--r--README.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d9d286..c35abee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
CHANGES
=======
+* add tags as categories
* add content:encoded tag in rss and update readme
v0.3.0
diff --git a/README.md b/README.md
index 1ef3265..00335d7 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ I'm writing this in *pYtHoN* (thought about doing it in Go, but I'm most comfort
- [x] Build static site parsing `markdown` files ( `*.md` -> `*.html`)
- [x] Using plain `*.html` files for templates.
- - [ ] Would like to change to something more flexible and easier to manage ([`jinja`](), for example).
+ - [ ] Would like to change to something more flexible and easier to manage ([`jinja`](https://jinja.palletsprojects.com/en/3.0.x/), for example).
- [x] Preserves hand-made `*.html` files.
- [x] Tag functionality.
- [ ] Open Graph (and similar) support.
@@ -22,7 +22,7 @@ I'm writing this in *pYtHoN* (thought about doing it in Go, but I'm most comfort
### Markdown features
-This program uses the base [`markdown` syntax]() plus additional syntax, all thanks to [`python-markdown`](https://python-markdown.github.io/) that provides [extensions](https://python-markdown.github.io/extensions/). The following extensions are used:
+This program uses the base [`markdown` syntax](https://daringfireball.net/projects/markdown/syntax) plus additional syntax, all thanks to [`python-markdown`](https://python-markdown.github.io/) that provides [extensions](https://python-markdown.github.io/extensions/). The following extensions are used:
- Extra (collection of QoL extensions).
- Meta-Data.