Liquidluck
Felix Felicis (aka liquidluck) is a static blog generator in python
Install / Use
/learn @avelino/LiquidluckREADME
Felix Felicis
.. image:: https://travis-ci.org/lepture/liquidluck.png?branch=master :target: https://travis-ci.org/lepture/liquidluck
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 <http://liquidluck.readthedocs.org>_ 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:
- restructedText_
- markdown_
-
Python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
.. _restructedText: http://docutils.sourceforge.net/rst.html .. _markdown: http://daringfireball.net/projects/markdown/
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
