aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-15 18:17:10 -0400
committerhistoria <[not public]>2026-06-15 18:17:10 -0400
commitfec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch)
treea6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /README.md
parent193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff)
downloadssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz
refactor. added rss feed.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1dd1461..8423c32 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
This is a modification to the simple static site generator '[ssg](https://romanzolotarev.com/bin/ssg)' by Roman Zolotarev. This is a markdown to HTML static site generator that also creates a minimal blog index page with category headings and posts sorted by date using YAML frontmatter in markdown files.
-![example](example/example.webp)
+It also generates a sitemap.xml and rss.xml file.
+
+![demo of generated site](demo/demo.webp)
# Install / Usage
@@ -23,16 +25,16 @@ publish: false
---
```
-If a file has no frontmatter, no `date`, or `publish: false`, the page won't be included in the index. It will still be rendered in sitemap.xml.
+If a file has no frontmatter, no `date`, or `publish: false`, the page won't be included in the index, sitemap, or RSS feed.
Setting `publish: true` is optional and equivalent to not having `publish` at all.
-## Example
+## Demo
-There is an example directory in this repo to show you how to set up the files (src) and what the output looks like (dst). This was the command used to generate the example output:
+There is a demo directory in this repo to show you an example of how to set up the files (src) and what the output looks like (dst). This was the command used to generate the demo output:
```
-./ssg-blog example/src example/dst 'https://example.org'
+./ssg-blog demo/src demo/dst 'https://example.org'
```
Note a few things about the output: