tongquhq / about

A static site generator built for Tongqu's about page
MIT License
1 stars 0 forks source link

Ref #1

Open at15 opened 8 years ago

at15 commented 8 years ago
at15 commented 8 years ago

For markdown parser, instead of marked, we got other choices like https://github.com/GitbookIO/kramed, also other gitbook plugins are very useful, like https://github.com/GitbookIO/plugin-katex, https://github.com/GitbookIO/plugin-exercises

at15 commented 8 years ago

For blog history, inspired by @ComMouse during cure-web google-diff-match-patch can be used

at15 commented 8 years ago

For config https://github.com/nodeca/js-yaml can be used, and inspired by swagger, $ref can be used to avoid giant config file.

at15 commented 8 years ago

For es6

at15 commented 8 years ago

If I need to use a complex server framework (I'd rather not .... using vanilla js with some es6 features) maybe I can try polymer

at15 commented 8 years ago

For test, inspired by @arrowrowe 's tam

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 8 years ago

I think I can submit about-cli to it, though most pr are not handled for about 20 days

at15 commented 8 years ago
at15 commented 8 years ago
at15 commented 7 years ago

another static web site generator https://github.com/middleman/middleman