Skip to content
David Springate edited this page Jun 3, 2013 · 1 revision
To test your site in a development server

Currently I am using python to serve the files, but am working on an R development server based on Rook

To run the dev server (assuming you have Python installed):

cd path/to/mysite/mysite
python path/to/samatha/src/server.py

Then open your browser and point it to http://localhost:8000/

Contents

Introduction

Installation and setup

HTML generation

Building a new static site

Posts and Pages

The Samatha engine

RSS Feeds

Testing your site

Samatha Online

Clone this wiki locally