Cybrkyd's git repositories

page-with-py • commit: 90552e4

commit 90552e465de63c28c746137abfff2274b81467b1d107c7c2ece17e161ae035c8
author cybrkyd <vii@cybrkyd.com> 2025-09-30 18:38:35 +0100
committer cybrkyd <vii@cybrkyd.com> 2025-09-30 18:38:35 +0100

Commit Message

README

📊 Diffstat

README.md 7
1 files changed, 5 insertions(+), 2 deletions(-)

Diff

diff --git a/README.md b/README.md
index 8adb8d8..8b73591 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ Using Python3:
## Features
- - Converts Markdown files to HTML from folder `/post` with support for fenced code blocks, tables, and footnotes
+ - Converts Markdown files to HTML from folder `/post` with support for fenced code blocks, tables, footnotes and smart quotes
- Output URLS are clean; i.e. `/post/slug` versus `/post/slug.html`
- Front Matter Parsing: Extracts metadata from YAML-style front matter
- - Template system: Uses HTML template parts (footer.html, header.html, head.html, main.html, page.html, single.html, tags.html) from theme directory
+ - Template system: Uses HTML template parts (archive.html, footer.html, header.html, head.html, main.html, page.html, single.html, tags.html) from theme directory
- Pagination with reverse chronological sorting (newest first)
- RSS feed and Sitemap generation
- Static asset handling:
@@ -77,6 +77,9 @@ Generates an archive page based on the archive.html template.
**ARCHIVE_URL = "archive"**
The desired URL of the archive output. Someone might prefer '/blog' so here is the place to change it.
+ **TAGS_PAGE_TITLE = "tags and categories"**
+ Configurable Tags index page title which can appear on-page and will populate the <title> meta data.
+
### Front Matter
**title:** the title which appears in `<title>` meta data and optionally at the top of pages.
**summary:** the data which appears in `<meta name="description"` and optionally as a summary of posts on index pages.