0.0
No commit activity in last 3 years
No release in over 3 years
Staticpress is a blog-focused static site generator. It uses Tilt for rendering nearly any template you can think of and come with a built-in Rack server for easy development previews.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
>= 0
>= 0

Runtime

>= 0
>= 0
>= 0
>= 0
 Project Readme

What is Staticpress?

Staticpress is a blog-focused static site generator. It uses Tilt for rendering nearly any template you can think of and come with a built-in Rack server for easy development previews.

Getting Started

Staticpress is installable as a Rubygem so a simple [sudo] gem install staticpress is all you need. Once installed you will need to initialize your blog with staticpress new <path-to-blog> [name-of-blog], where <path-to-blog> is a relative path to some directory and [name-of-blog] is an optional title. If the directory does not exist yet, it will be created, so go ahead and cd into it.

From your blog directory, you can create a new blog post with staticpress create <title>. You can turn on the server with staticpress serve to preview work in progress. Several other commands are available; check out staticpress help for more information.