forked from NSHipster/nshipster.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.zh.yml
57 lines (50 loc) · 1.04 KB
/
_config.zh.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
lang: zh-Hans
source: ./nshipster.cn
url: http://nshipster.cn
title: NSHipster
description: "<strong>NSHipster</strong> 关注被忽略的 Objective-C、Swift 和 Cocoa 特性。每周更新。"
permalink: /:title/
timezone: Asia/Shanghai
lsi: false
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
groups:
- Cocoa
- Objective-C
- Swift
- Open Source
- Xcode
- Miscellanea
collections:
authors:
output: true
permalink: /authors/:path/
translators:
output: true
permalink: /translators/:path/
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "authors"
values:
layout: "author"
-
scope:
path: ""
type: "translators"
values:
layout: "translator"
-
scope:
path: ""
type: "post"
values:
layout: "post"