Inhaltsverzeichnis
nanoc Website Generation Tool
- nanoc.stoneship.org – Project Homepage
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