-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·50 lines (40 loc) · 1.08 KB
/
_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
44
45
46
47
48
49
50
# Built with Jekyll 3.2.0
# Setup
title: KM
tagline: '知识及注意力管理社群'
description: 'KM 不仅仅针对知识以及其载体, 更加关注使用/生产/传播知识的人以及组织以及过程中注意力消耗的规模.'
#url: 'http://minicomp.github.io'
baseurl: '/km'
# About/contact
author:
name: DAMA
url: https://github.com/ZoomQuiet
email: [email protected]
# Color scheme. Options: red, orange, magenta, cyan, blue, brown
color-scheme:
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Collections for texts
collections:
texts:
output: true
# Markdown specs
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Exclusions from the final site
exclude:
- old_theme_files
- optional
- vendor
# Theme
theme: jekyll-theme-cayman