Skip to main content

A lightweight static weblog generator

Project description

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

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.

Post Syntax Overview

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

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for liquidluck-1.13.tar.gz
Algorithm Hash digest
SHA256 6ea8d39f0cd8e692e3175370a0072bb4a6100fd37de4fdeaf1b44bd02533d58f
MD5 0f19328525949368a7876741e1a20605
BLAKE2b-256 46cca209ae292001bb15f122b9a26b9dfa11ac516a8c75ae5dbfd5bb5d504214

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