This section assumes that you already have Felix Felicis (liquidluck) installed. If you do not, header over to the Installation section.
Now, you have Felix Felicis installed. Let’s create a website:
$ cd ~
$ mkdir website
$ cd website
$ liquidluck init
You will be asked some questions. If the question has a default value, we don’t change it, just hit Enter.
See what happens:
$ ls
content settings.yml
Create a post:
$ touch content/hello-world.md
Write with you favorite editor, for example vim:
$ vim content/hello-world.md
# Hello World
- date: 2012-12-12
- category: life
- tags: python, code
----------------
Hello World. This is a DEMO post.
Now that you have written a post, let’s create the website:
$ cd ~/website
$ liquidluck build -v
$ ls
content deploy settings.py
The website is created, you can test your website:
$ liquidluck server
Open your browser: http://127.0.0.1:8000
Felix Felicis provided a more powerful Preview Server, you should check it.
You can test more posts yourself.
Get all commands:
$ liquidluck -h
List all themes:
$ liquidluck search
Install a theme:
$ liquidlcuk install {{name}}