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. We don’t create any syntax that is only available in Felix Felicis

  2. Document should always be valid, it will be pretty even without Felix Felicis

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for liquidluck-1.1.tar.gz
Algorithm Hash digest
SHA256 11aa382288d74e1165ed139ad8fc9e7186bb8c0a5c7ad1e76c5b9ce6d7aa6bef
MD5 f490b70cff0443f6dcea8029a4d4bc83
BLAKE2b-256 339610caf91bd23fcbeeed3b9f3c45019b186f1e8976c3a356e2c2f55345c2f7

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