generated from fastai/fast_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
71 lines (60 loc) · 1.23 KB
/
_config.yml
File metadata and controls
71 lines (60 loc) · 1.23 KB
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
baseurl:
url: https://yangjava.github.io
title: yangjava
subtitle: "Talk is cheap, show me the code"
description: "yangjava's personal page"
date_format: "ordinal"
# timezone: Asia/Hangzhou
encoding: "utf-8"
side_bar_repo_limit: 5
author: 杨京京
organization: oschina
organization_url: https://my.oschina.net/u/1398304
github_username: yangjava
location: Hangzhou, China
email: [email protected]
# Navigation
navs:
-
href: /
label: Homepage
-
href: /categories/
label: Blogs
# -
# href: /links/
# label: Links
# RSS
subscribe_rss: /feed.xml
# Jekyll
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
paginate: 8
lsi: false
quiet: false
excerpt_separator: "\n\n"
permalink: /:year/:month/:day/:title/
plugins:
- jekyll-github-metadata
- rouge
# - jekyll-html-pipeline
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jemoji
# - jekyll-mentions
collections:
wiki:
output: true
permalink: /wiki/:path/
repository: yangjava/yangjava.github.io
# Search
simple_jekyll_search:
fulltext: false # full text search enable
limit: 10 # limitation of the search results to show
# Analytics
google:
analytics_id: UA-80669434-1
github: [metadata]