summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 7adf66e16fb721d408166878774a6992644ed13d (plain)
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
permalink: "/:year/:month/:day/:title/"
exclude: ["README.markdown"]
lsi: false
safe: true
future: true
baseurl: ""
excerpt_separator: "\n\n\n"


title: Irssi
project: The Irssi Project
description: The Client of the Future
name: Irssi Core Team
email: staff@irssi.org

gems:
  - jekyll-paginate
  - jekyll-redirect-from
  - jekyll-sitemap

whitelist:
  - jekyll-paginate
  - jekyll-redirect-from
  - jekyll-sitemap

paginate: 8
paginate_path: "news/:num/"

collections:
  articles:
    output: true
    permalink: "/articles/:title/"