-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·34 lines (30 loc) · 1 KB
/
Copy path_config.yml
File metadata and controls
executable file
·34 lines (30 loc) · 1 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
# Site settings
title: "@月黑风高食肉虎"
email: dewafer@gmail.com
header-img: img/home-bg.jpg
description: > # this means to ignore newlines until "baseurl:"
欢迎来到<a href="http://weibo.com/dewafer">@月黑风高食肉虎</a>的博客!
本博客展示的是技术相关的内容(其实也没什么内容),
欢迎您不提任何意见与建议。
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.dewafer.com" # the base hostname & protocol for your site
hostname: "dewafer.com"
twitter_username: dewafer
github_username: dewafer
facebook_username: dewafer
weibo_username: dewafer
tagline: '噗噗虎的技术博客'
paginate: 5
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.(doesn't work in 3.0)
permalink: pretty
# relative_permalinks: true
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-paginate
author: dewafer
author_url: "https://github.com/dewafer"