-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yml
43 lines (36 loc) · 926 Bytes
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# -*- coding: utf-8 -*-
#: settings for liquidluck
#: site information
#: all variables can be accessed in template with ``site`` namespace.
#: for instance: {{site.name}}
site:
name: Arale # your module name
url: "http://aralejs.org/"
#: this config defined information of your site
#: 1. where the resources 2. how should the site be generated
config:
source: .
output: .
static: ./static
static_prefix: /static/
permalink: "{{clean_folder}}/{{filename}}.html"
relative_url: true
author:
default: lepture
vars:
# key: value
#: active readers
reader:
active:
- liquidluck.readers.markdown.MarkdownReader
- liquidluck.readers.restructuredtext.RestructuredTextReader
vars:
post_class: arale.AralePost
#: active writers
writer:
active:
- arale.PackageWriter
- arale.AraleWriter
#: theme variables
theme:
name: arale