10 ms·
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/casualwrit
by ckhung 4y 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 https://github.com/casualwriter/casual-markdown-blog
in same design idea: single html + markdown. no db, no dependence.
- llagerlof 4y agoYeah, 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.
- ckhung 4y agothanks. 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.