Inhaltsverzeichnis
nanoc Website Generation Tool
First Steps
Examples
nanoc Website Generation Tool
nanoc.stoneship.org
– Project Homepage
groups.google.com - nanoc
nanoc Trac Wiki
First Steps
Create a new website directory:
nanoc create_site <sitename>
Populate the
output
directory of the website:
cd <sitename>; nanoc compile
Add a new item to the website:
nanoc create_item <itemname>
Start nanoc's built in web server:
nanoc view &
http://localhost:3000/
–
URL
to view the result
Examples
I built my blog with nanoc, and now I am happy again
Blogging with nanoc3 Blog Starter Kit