posts:node: Add a post on Node and npm
[blog.git] / posts / inline.mdwn
1 [[!template id=gitrepo repo=ikiwiki]]
2
3 While writing the [[yacc2dot]] page I ran across some difficulties
4 inlining raw files (i.e. those whose type/extension ikiwiki doesn't
5 know about).  Fixed with the following changes:
6
7 * Altered `inline.pm` which reads the content of raw files if the
8   selected template is in the `raw_templates` config array.
9 * New `raw.tmpl` to minimally format the raw contents (formatting
10   still needs work).
11
12 Changes made in my branch of the IkiWiki Git repository.