Skip to main content

A lightweight static weblog generator

Project description

https://travis-ci.org/lepture/liquidluck.png?branch=master

Felix Felicis (aka liquidluck) is a simple lightweight static blog generator written in Python.

There are so many static blog generators, why create a new one?

The main design pattern of Felix Felicis:

  1. Beautiful is better than ugly.

  2. Nothing is better than everything.

Documentation is available on RTD.

Commands

  1. Create a site:

    liquidluck init
  2. Search for a theme:

    liquidluck search
  3. Install a theme:

    liquidluck install moment
  4. Build articles:

    liquidluck build
  5. Preview server:

    liquidluck server

More information with liquidluck help.

Write a post

A post in markdown:

# Hello World

- date: 2012-06-11
- tags: python, javascript

-------

Hello World in Python

```python
def hello(name="World"):
    print "Hello %s" % name
```

Hello World in JavaScript

```javascript
function hello(name) {
    alert('Hello ' + name);
}
```

A post in restructuredText:

Hello World
============

:date: 2012-06-11
:tags: python, javascript

Hello World in Python::

    def hello(name="World"):
        print "Hello %s" % name

Hello World in JavaScript:

.. sourcecode:: javascript

    function hello(name) {
        alert('Hello ' + name);
    }

Both of these two posts are valid in their markup language, even without Felix Felicis they should be displayed well.

And in this case, your documents will always be yours, not tied to Felix Felicis.

Features

  • Category, Tag, Post, Page, Feed and everything a blog should have

  • Beautiful and valid syntax supports

  • Full customizable theme supports

  • Global theme gallery, site theme gallery, site template

  • No extension system (Is this a feature? YES!)

  • GitHub and BitBucket web hook service

  • Live preview server

Compatibility

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

liquidluck-3.8.1.tar.gz (40.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page