Inhaltsverzeichnis
webgen Website Generation Tool
First Steps
- Create a new website directory:
webgen create <sitename>
- Create and populate the output directory of the website:
webgen -d <sitename> [run]
- Change look annd feel of a website:
webgen -d <sitename> use website_style <stylename>
with <stylename> may be default or one of andreas00..andreas09
Writing Content
The webgen site content is written in kramdown, the ruby implementation of Markdown Markup Language