A lightweight static weblog generator
Project description
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:
We don’t create any syntax that is only available in Felix Felicis
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
Markup:
Python:
2.6
2.7
3.1
3.2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file liquidluck-1.0.tar.gz
.
File metadata
- Download URL: liquidluck-1.0.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2892b2d8e2b59a159cb707d1550787480a116d6962cc237b532239527aa3ca1 |
|
MD5 | b382420f7007d80579aeb5be9b1b1316 |
|
BLAKE2b-256 | 0d568da39ffd43dd63d0698c2b9e8d364c20b4eb6cb607ccfb716fae0ddc4095 |