issues
search
Ajlow2000
/
dacrib
My Personal Website (as might be seen at aleclowry.com)
0
stars
0
forks
source link
Dynamic CMS for articles
#5
Open
Ajlow2000
opened
5 months ago
Ajlow2000
commented
5 months ago
Desired End Behaviour:
Write articles in a separate git repo (probably markdown, but maybe not always markdown)
Render Articles on website
Track server side article specific metadata like "Date Published" (this cant be tracked in article metadata in the source repo)
Necessary components
a parsing engine from markdown to html (maybe other source formats as well)
local database (probs sqlite)
async watchdog for keeping local database up to date with src article repo
Ajlow2000
commented
5 months ago
depends on #11
Desired End Behaviour:
Necessary components