Skip to main content

A lightweight static weblog generator

Project description

https://secure.travis-ci.org/lepture/liquidluck.png

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.

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.

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for liquidluck-1.6.tar.gz
Algorithm Hash digest
SHA256 afa8f5d3f644935d8cf89cf831b616b64435fe681161405878463538d85bf517
MD5 23ee6741b396049df3cc12344f2c81dc
BLAKE2b-256 643caf167d621e47255aad73c66713fa099ee33390ae8a9254cfe5d71bc721b0

See more details on using hashes here.

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