Khan / engblog

KA Engineering blog.
http://engineering.khanacademy.org
Other
29 stars 20 forks source link

Add ability to create blog posts with custom JS and styles. #2

Open itsjohncs opened 9 years ago

itsjohncs commented 9 years ago

We can potentially have the Phial app build a directory for each post that includes a collection of assets (and one HTML file). Then Gulp can just go through and combine everything.

This will let people add frontmatter to their posts pointing at the various assets they want and Gulp can handle the rest.

itsjohncs commented 9 years ago

@WChargin requested the ability to add in the KaTeX library to his post, which I can support through this.

xymostech commented 9 years ago

:+1:

wchargin commented 9 years ago

KaTeX should be satisfied by #33 and #34 together.

itsjohncs commented 9 years ago

For posterity, some of the requirements of this issue have been satisfied by the work above. But adding assets that will be inlined in specific posts is currently unsupported. Once that becomes supported, this issue will be resolved.