Skip to content

yetone/rux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rux

     _/_/_/
    _/    _/  _/    _/  _/    _/
   _/_/_/    _/    _/    _/_/
  _/    _/  _/    _/  _/    _/
 _/    _/    _/_/_/  _/    _/

A simple, micro and lightweight static site generator, built for mini needs personal blog.

latest version: v0.3.0

Sample site

Features

  • Source in markdown
  • No tags, No categories
  • No comment system(disqus, duoshuo..)
  • Minimal configuration
  • Running in the background as a daemon

rux is designed only for writing.

Installation

  • Install rux using virtualenv:

    mkdir myblog && cd myblog
    virtualenv venv
    . venv/bin/activate
    pip install git+git://github.com/hit9/rux.git
    
  • System-Wide Installation

    sudo pip install git+git://github.com/hit9/rux.git
    

Quick start

  1. deploy a new blog
cd myblog
rux deploy
  1. edit the configuration, the config file is simple.
vim config.toml
  1. start rux's server(include a web server and a file watcher)
rux start
  1. new a post
rux post
  1. write this post in markdown
vim src/post/2013-03-27-10-10.md

rux will automatically build blog each time you save. Preview site at http://0.0.0.0:8888.

  1. stop the server
rux stop

Sample Post

A post is make up of title and body, split by ===:

Title
=====

Markdown body..

Common Issues

  1. Installation troubles on Ubuntu: cann't find Python.h, solution:
sudo apt-get install python-dev

License

BSD

About

A simple, micro and lightweight static site generator, built for mini needs personal blog.

Resources

License

Stars

Watchers

Forks

Packages

No packages published