forked from NSHipster/nshipster.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.en.yml
61 lines (51 loc) · 1.12 KB
/
_config.en.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
51
52
53
54
55
56
57
58
59
60
lang: en-US
source: ./nshipster.com
url: http://nshipster.com
title: NSHipster
description: "<strong>NSHipster</strong> is a journal of the overlooked bits in Objective-C, Swift, and Cocoa. Updated weekly."
permalink: /:title/
timezone: America/Los_Angeles
twitter: 629523445
facebook: 418545184954768
google: 105091289906267717942
issn: 2373-9800
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "disable_indented_code_blocks", "autolink", "strikethrough", "highlight", "superscript", "tables", "footnotes", "with_toc_data"]
highlighter: pygments
exclude: ["articles", "books", "training"]
gems:
- jekyll-redirect-from
collections:
authors:
output: true
permalink: /authors/:path/
books:
output: false
groups:
- Cocoa
- Objective-C
- Swift
- Open Source
- Xcode
- Miscellanea
- Trivia
defaults:
-
scope:
path: ""
values:
layout: "default"
hiddenlang: "swift,objective-c"
-
scope:
path: ""
type: "authors"
values:
layout: "author"
-
scope:
path: ""
type: "post"
values:
layout: "post"