-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
43 lines (34 loc) · 999 Bytes
/
_config.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
# Simiki Configuration
# Doc: http://simiki.org/configuration.html
# e.g: "http://example.com"
url: http://simiki.org
title: Simiki
keywords: simiki, wiki, python, web, code
description: Simiki is a simple static site generator for wiki.
author: Tanky Woo
# If publishing to a subdirectory as in http://example.com/project set 'root: /project'
root: /
source: content
destination: output
themes_dir: themes
# Choose the theme
theme: cod
# Default file extension
default_ext: "md"
# Replace the default home page with indexes.
default_home_page:
# Enable the code highlight feature.
pygments: true
# Debug Mode, default is False
debug: false
# Set `true` to use "index.md" under source dir as index,
# or you can set any wiki file as index, such as "tool/git.md".
# If not set or set `false`, simiki will auto generate catalog as index, this is
# the default action
index:
##### Deploy #####
deploy:
- type: rsync
user: root
host: 192.81.133.96
dir: /opt/simiki.org/output/