Coder Social home page Coder Social logo

feitianyiren / rux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hit9/rux

0.0 2.0 0.0 298 KB

Micro & Fast static blog generator (markdown => html).

Home Page: https://pypi.python.org/pypi/rux

License: BSD 2-Clause "Simplified" License

Python 94.23% C 5.77%

rux's Introduction

Rux

Micro & Fast static blog generator (markdown => html).

latest version: v0.6.6-Beta

Features

  • Static: Markdown => HTML

  • Not tags, No categories, No feed generation, No ...

  • Minimal & Simple configuration

  • Ability to run in the background as a daemon

  • Ability to save posts in PDF for offline reading

  • Ability to build automatically once source updated

Installation

$ mkdir MyBlog
$ cd MyBlog
$ virtualenv venv
New python executable in venv/bin/python
Installing setuptools............done.
Installing pip...............done.
$ . venv/bin/activate
$ pip install rux

Install troubles: https://github.com/hit9/rux#common-issues

Demo

QuickStart

  1. Create a new directory and install rux:

    mkdir myblog && cd myblog
    virtualenv venv
    . venv/bin/activate
    pip install rux

    Deploy blog inside it:

    mkdir blog && cd blog
    rux deploy
  2. Edit generated configuration:

    vi config.toml
  3. Start rux daemon:

    rux start
  4. New a post:

    rux post
  5. Preview site in browser, default url: 0.0.0.0:8888.

Sample Post

Sample post:

Hello World
http://titlepic.jpg
---
**Hello World**

A post is separated into head and body by ---.

Head includes title (required) and title picture (optional), body is in markdown.

Commands

To deploy a new blog in new-created directory:

rux deploy

To build site from source to htmls:

rux build

To create a new post:

rux post

To remove all htmls rux built:

rux clean

To start a HTTP server and watch source changes:

rux serve

When you save your writings, rux can detect the changes and start rebuilding.

To run rux's server and rebuilder in the background(so we can write blog with at most one shell session.):

rux start

To generate all posts to pdf:

rux pdf

Themes

You really should manage your theme in a standalone git repository, and use it as a submodule of your blog's submodule if your blog is under git versioning too.

For instance, add theme default a submodule of your blog's repo:

$ git submodule add git://github.com/hit9/rux-theme-default.git default

If you want to modify a theme created by someone else, just fork his(or her) repo, and then modify it.

But it's 100% ok to use themes not in the submodule way.

Theme list:

Common Issues

  1. Installation troubles on Ubuntu: cann't find Python.h, solution:
sudo apt-get install python-dev
  1. How to generate PDF from my blog? You need to install wkhtmltopdf first:

License

BSD. Rux can be used, modified for any purpose.

rux's People

Contributors

hit9 avatar

Watchers

James Cloos avatar Tang Zheng'en avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.