index
:
publisher
master
A python app for mainstreaming a hugo multilingual setup publishing workflow
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Collapse
)
Author
Files
Lines
5 days
feat: add meta_type, meta_tags, meta_categories, meta_date properties to Article
Danilo M.
1
-0
/
+29
5 days
feat: add font_size config option, apply at startup
Danilo M.
1
-0
/
+3
Reads font_size (int, default 10) from config.toml and sets it as the app-wide QFont point size before the main window is shown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 days
chore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, ↵
Danilo M.
1
-1
/
+1
frontmatter fixes
5 days
fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter test
Danilo M.
1
-1
/
+1
5 days
feat: article scanner with translation pair detection
Danilo M.
1
-0
/
+34
5 days
fix: remove unused field import, document orphan-discard contract in ↵
Danilo M.
1
-1
/
+2
save_taxonomy
5 days
feat: taxonomy load/save with IT/EN pair alignment
Danilo M.
1
-0
/
+23
7 days
feat: TOML frontmatter parse/write with tomlkit
Danilo M.
1
-0
/
+28
7 days
feat: Article dataclass and ARTICLE_TYPES
Danilo M.
1
-0
/
+15
7 days
fix: clean up config module - remove self-import pattern, pass path ↵
Danilo M.
1
-12
/
+7
explicitly in tests
7 days
feat: config load/save with tomlkit
Danilo M.
1
-0
/
+40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 days
chore: initial project scaffold
Danilo M.
1
-0
/
+0