Skip to main content

A lightweight static weblog generator

Project description

Felix Felicis
==============

.. image:: https://secure.travis-ci.org/lepture/liquidluck.png?branch=develop
:target: https://secure.travis-ci.org/lepture/liquidluck


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 <http://liquidluck.readthedocs.org>`_ 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
--------------

+ Markup:

- restructedText_ (you need install docutils by yourself)
- markdown_

+ Python:

- 2.6
- 2.7
- 3.1
- 3.2


.. _restructedText: http://docutils.sourceforge.net/rst.html
.. _markdown: http://daringfireball.net/projects/markdown/

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.tar.gz (40.8 kB view details)

Uploaded Source

File details

Details for the file liquidluck-3.8.tar.gz.

File metadata

  • Download URL: liquidluck-3.8.tar.gz
  • Upload date:
  • Size: 40.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for liquidluck-3.8.tar.gz
Algorithm Hash digest
SHA256 ace1ad6f25229e413b0f957d53878be7b6b41b8103769b7c593bed949f7a2868
MD5 7117eded74fa4a3c16e22a47fbb05f9f
BLAKE2b-256 e294fdcccdff9f30390bfba3e10fd9365363a1fcd61e2e7470a4daa3cf32b519

See more details on using hashes here.

Supported by

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