From a9d5d971961bd28f2d6275aabfa78f2fd268b851 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 25 May 2021 02:36:53 -0600 Subject: fix readme links --- ChangeLog | 1 + README.md | 4 ++-- 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. -- cgit v1.2.3