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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for liquidluck-1.12.tar.gz
Algorithm Hash digest
SHA256 8473279037f865b262ea5a8f6ae4ff32b5d5f3d031490523a54bba04139dda35
MD5 9ec7df64c0836dfc6807da8d6d773b6b
BLAKE2b-256 fa1bfeeb5e6d7fe16926333246800a4b534a4639ec4e5bb9e789230b795cf9b8

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