7 Commits

Author SHA1 Message Date
f7e211564e refer to py3.10 in instructions, now that 3.9 is unsupported
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
8238787900 use beautifulsoup to parse the description from the first paragraph
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
20673c178a use beautifulsoup to derive title from HTML h1
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
3ca13cc6f8 requirements bump
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
7b2bf6905a test the high level SSG build command
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
dd2f5eeaea remove python 3.9 from supported versions
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2026-01-28 14:40:45 -06:00
d66a471c76 Changelog for v2.0.5
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-09-18 16:45:36 -05:00

View File

@@ -7,8 +7,8 @@ A lightweight static site generator for Markdown-based sites.
Something like the following should suffice:
```
% virtualenv --python=python3.9 env-py3.9
% source env-py3.9/bin/activate
% virtualenv --python=python3.10 env-py3.10
% source env-py3.10/bin/activate
% pip install -U pip
% pip install incorporeal-cms
% incorporealcms-build ./path/to/instance ./path/to/output/www/root