-
Notifications
You must be signed in to change notification settings - Fork 160
/
Copy path_config.yml
51 lines (44 loc) · 1.15 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
51
---
permalink: /blog/:categories/:year/:month/:day/:title.html
url: ""
baseurl: ""
origin_url: "http://frescolib.org"
title: Fresco
tagline: 专为ANDROID加载图片
fbappid: "1615782811974223"
gacode: "UA-43024238-8"
relative_permalinks: false
description: >
Fresco 是一个强大的图片加载组件。使用它之后,你不需要再去关心图片的加载和显示这些繁琐的事情! 支持 Android 2.3 及以后的版本。
timezone: Asia/Shanghai
ghrepo: "facebook/fresco"
ghrepo_doc: "liaohuqiu/fresco-docs-cn"
exclude: ['base.sh', 'manager.sh', '_docker']
current_version: 0.12.0
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'rougeHighlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
sass:
style: :compressed
collections:
docs:
output: true
permalink: /docs/:name/
support:
output: true
permalink: /support/
color:
primary: "#db6130"
secondary: "#f9f9f9"
# Use the following to specify whether the previous two colours are 'light'
# or 'dark'
primary-overlay: "dark"
secondary-overlay: "light"