Hacker News new | ask | show | jobs
by ckhung 1386 days ago
i like the idea of single php file, no database and no dependencies. yet if u r looking another simple blogging system, pls check

https://github.com/casualwriter/casual-markdown-blog

in same design idea: single html + markdown. no db, no dependence.

1 comments

Yeah, I saw this project yesterday. Looks very nice. Isn't real single html since grab the css and js from cdn, but that's ok.
thanks. yes. it include js/css from my other repo, but can put them into real single html if necessary, but this is not the main issue. i do want to draw attention to "simple blogging" and "no dependence". even no need my project, raw github markdown is good enough if focus on content. and this PHP project is also a good try.