• Joined on 2024-10-17
omicron pushed to main at omicron/omicron-ssg 2026-09-08 02:38:28 +00:00
ab14def478 add tests for config, fix failing test on Site
ea14de6200 Move relative path check from Site.build to SiteConfig
Compare 2 commits »
omicron opened issue omicron/omicron-ssg#15 2026-09-08 02:11:06 +00:00
How does/should SiteConfig deal with weird schemas and basic auth?
omicron commented on issue omicron/omicron-ssg#10 2026-09-05 01:23:30 +00:00
Add typed config/frontmatter validation (pydantic? custom?)

The config file was refactored by 4351ea8e0d and now conforms to these requirements. It uses custom validation and creates a type annotated dataclass SiteConfig.

omicron pushed to main at omicron/omicron-ssg 2026-09-05 01:20:52 +00:00
4351ea8e0d Refactor config reading code
f991d3b110 Expand test Site tests
Compare 2 commits »
omicron pushed to main at omicron/omicron-ssg 2026-09-03 01:48:29 +00:00
7297adb966 Expand tests for Site
1fe2bbd1db Consolidate test site fixture into a single make_site
2835b77146 Add tests for output.Output and output.File
088fc4d463 Exclude abstract methods from coverage reports
Compare 4 commits »
omicron opened issue omicron/omicron-ssg#14 2026-09-02 01:11:37 +00:00
Implement log verbosity levels
omicron opened issue omicron/omicron-ssg#13 2026-09-02 01:08:30 +00:00
Site local template overrides
omicron opened issue omicron/omicron-ssg#12 2026-09-02 01:04:47 +00:00
Add opengraph tags for inline link generation
omicron opened issue omicron/omicron-ssg#11 2026-09-02 01:02:24 +00:00
Adapt heading levels to rendering context
omicron opened issue omicron/omicron-ssg#10 2026-09-02 00:58:41 +00:00
Add typed config/frontmatter validation (pydantic? custom?)
omicron opened issue omicron/omicron-ssg#9 2026-09-02 00:55:04 +00:00
Add LSP fuctionality
omicron opened issue omicron/omicron-ssg#8 2026-09-02 00:52:19 +00:00
Support a new custom markup format
omicron opened issue omicron/omicron-ssg#7 2026-09-02 00:49:21 +00:00
Add snapshot/test feature to help with refactoring
omicron opened issue omicron/omicron-ssg#6 2026-09-02 00:46:39 +00:00
Introduce photo/photo album content type
omicron opened issue omicron/omicron-ssg#5 2026-09-02 00:44:19 +00:00
Introduce recipe content type
omicron opened issue omicron/omicron-ssg#4 2026-09-02 00:33:21 +00:00
Deduplicate files referenced by content
omicron commented on issue omicron/omicron-ssg#3 2026-09-02 00:25:14 +00:00
Fix inconsistent heading numbers on index pages

Here's one option that can possibly resolve the headings:

Create content cards that aren't separated by headings. I think I like this but I need to research the impact of not having headings…

omicron opened issue omicron/omicron-ssg#3 2026-08-31 20:12:31 +00:00
Fix inconsistent heading numbers on index pages
omicron opened issue omicron/omicron-ssg#2 2026-08-31 20:06:17 +00:00
build should collect metadata for future builds
omicron opened issue omicron/omicron-ssg#1 2026-08-31 19:44:06 +00:00
Add init subcommand to create a new site directory