Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install liquidluck

How to install liquidluck

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install liquidluck
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3
3.8.1Never BuiltWhy not?
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Windows (64-bit)
0.3
3.8.1Never BuiltWhy not?
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
Mac OS X (10.5+)
3.5
3.8.1Never BuiltWhy not?
3.5 Available View build log
1.13 Available View build log
1.8 Available View build log
1.4 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
3.5
3.8.1Never BuiltWhy not?
3.7 Failed View build log
3.5 Available View build log
3.4 Available View build log
1.14 Failed View build log
1.13 Available View build log
1.12 Failed View build log
1.11 Available View build log
1.10 Failed View build log
1.9 Failed View build log
1.8 Available View build log
1.7 Available View build log
1.6 Failed View build log
1.4 Available View build log
1.3 Failed View build log
1.2 Failed View build log
1.1 Failed View build log
Linux (32-bit)
3.7
3.8.1Never BuiltWhy not?
3.7 Available View build log
3.5 Available View build log
3.4 Available View build log
1.14 Available View build log
1.13 Available View build log
1.12 Available View build log
1.11 Available View build log
1.10 Available View build log
1.9 Available View build log
1.8 Available View build log
1.7 Available View build log
1.6 Available View build log
1.4 Available View build log
1.3 Available View build log
1.2 Available View build log
1.1 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
3.5
3.8.1Never BuiltWhy not?
3.7 Failed View build log
3.5 Available View build log
3.4 Available View build log
1.14 Failed View build log
1.13 Available View build log
1.12 Failed View build log
1.11 Available View build log
1.10 Failed View build log
1.9 Failed View build log
1.8 Available View build log
1.7 Available View build log
1.6 Failed View build log
1.4 Available View build log
1.3 Failed View build log
1.2 Failed View build log
1.1 Failed View build log
Linux (64-bit)
3.8.1 Available View build log
3.7 Available View build log
3.5 Available View build log
3.4 Available View build log
1.14 Available View build log
1.13 Available View build log
1.12 Available View build log
1.11 Available View build log
1.10 Available View build log
1.9 Available View build log
1.8 Available View build log
1.7 Available View build log
1.6 Available View build log
1.4 Available View build log
1.3 Available View build log
1.2 Available View build log
1.1 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
3.5
3.8.1Never BuiltWhy not?
3.7 Failed View build log
3.5 Available View build log
3.4 Available View build log
1.14 Failed View build log
1.13 Available View build log
1.12 Failed View build log
1.11 Available View build log
1.10 Failed View build log
1.9 Failed View build log
1.8 Available View build log
1.7 Available View build log
1.6 Failed View build log
1.4 Available View build log
1.3 Failed View build log
1.2 Failed View build log
1.1 Failed View build log
3.8.1 Available View build log
 
License
BSD License
Lastest release
version 3.8.1 on Sep 20th, 2013
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

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.