Displaying 3 results from an estimated 3 matches for "goundan".
Did you mean:
gondan
2011 Feb 07
8
Pygments
The Pygments highlighter supports many more languages than CodeRay.
Pygments is written in Python, but I''ve seen non-Python projects use it
(Jekyll, Pygments).
There''s also this: https://github.com/nex3/rb-pygments
Any idea how much work it would be to add Pygments support to Webgen?
2007 Aug 10
3
Mix of PHP and HTML files.
Most of my website is static HTML, but I do have a couple PHP pages. I''d like the default template to be applied to it (i.e. I don''t want it to just be copied).
How can I get webgen to create the PHP file with the right extension in the output directory? A way to specify the following mapping would be nice:
*.php.page -> *.php
*.page -> *.html
Thanks.
-
2007 Aug 06
1
(no subject)
[Using webgen 0.4.5, ruby 1.8.5, Ubuntu Linux 7.04]
I want "index.page" to use "index.template" and all other pages to use "default.template".
Attempt 1: Just set the "template" key in "index.page":
---
title: "Index Page"
template: index.page
--- content, markdown
...
Result: "index.page" gets rendered with