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:
Beautiful is better than ugly.
Nothing is better than everything.
Documentation is available on RTD.
Commands
Create a site:
liquidluck init
Search for a theme:
liquidluck search
Install a theme:
liquidluck install moment
Build articles:
liquidluck build
Preview server:
liquidluck server
More information with liquidluck help.
Write a post
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
Global theme gallery, site theme gallery, site template
No extension system (Is this a feature? YES!)
GitHub and BitBucket web hook service
Live preview server
Compatibility
Markup:
Python:
2.6
2.7
3.1
3.2
Release files for liquidluck 3.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| liquidluck-3.8.1.tar.gz | 40.8 kB | Details |
Release files / liquidluck-3.8.1.tar.gz
| Download URL | liquidluck-3.8.1.tar.gz |
|---|---|
| Size | 40.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a85c2ac1f35c7ceedf6086f39d538b6f5feb95d34a3e5bf9b83af94dbe67c27
|
|
BLAKE2b-256 checksum How to use checksums |
2b17f221a58bc9b13a18c265649e69823eb0070e81b57d2f90c1ee81ef50479a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |