Skip to content

c3wien/c3w.at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder contains the nikola configuration and references for content and themes of c3w.at and is all you need to set up your local copy of the site.

Installation and documentation of nikola can be found at https://getnikola.com/


check out the content git repo::

   git clone [email protected]:c3wien/c3w.at-pages.git content

To build the site::

    nikola build

To see it::

    nikola serve -b

or to automatically rebuild the site on local changes use::

    nikola auto -b