-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
115 lines (107 loc) Β· 1.97 KB
/
config.yaml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
##
# Title of your blog.
#
# Examples:
#
# title: My cool blog!
#
title: My cool blog!
##
# Author(s) of this blog.
#
# Examples:
#
# author: Foo Bar
#
# author:
# - Foo Bar
# - Qux Moz
# - Another A. U. Thor
#
author: Foo Bar
##
# (Slim)
#
# Description of your blog.
# Slim syntax must be used.
#
# Examples:
#
# description: This is my cool blog.
#
# description: |
# | Hey, you know what?
#
# markdown:
# This is my *cool* blog.
#
# textile:
# I _certainly_ think so!
#
description: |
| This is my cool blog.
##
# URL where your blog is published.
#
# Examples:
#
# published_url: http://you.your_host.com/path/to/your/blog/
#
# published_url: http://your_host.com/~you/path/to/your/blog/
#
published_url: http://you.your_host.com/path/to/your/blog/
##
# The character set used in your blog entries.
#
# Examples:
#
# charset: utf-8 # Unicode (for all languages)
#
# charset: x-sjis # Shift JIS (for Japanese only)
#
charset: utf-8
##
# Format of dates in the blog.
# See http://man.cx/strftime(3)
#
# To use your system locale's preferred date format:
#
# date_format: "%c"
#
date_format: "%e %B %Y"
##
# Locale for formatting dates.
# See http://en.wikipedia.org/wiki/Locale
#
# To use the default USA English locale, leave this parameter blank:
#
# date_locale:
#
# To see what locales your system supports, run the following command:
#
# locale -a
#
date_locale:
##
# Number of most-recent entries to put in the syndication feed.
#
# Examples:
#
# feed_length: 10 # include 10 most-recent entries in the feed
# feed_length: -1 # include all available entries in the feed
# feed_length: -2 # include all except the oldest entry in the feed
#
feed_length: 1
##
# Service that hosts your blog entry comments.
#
# Examples:
#
# comments_service: IntenseDebate
# comments_account: XXX
#
# comments_service: Disqus
# comments_account: XXX # where XXX is from http://disqus.com/forums/XXX/
#
comments_service:
comments_account: