-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
39 lines (33 loc) · 937 Bytes
/
_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
# Site settings
title: 趣拍
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
趣拍的博客
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://danqoo.github.io" # the base hostname & protocol for your site
rss_url: /pages/feed.xml
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
# Social account
# twitter: badboy4471
# weibo: ID
# github: badboy4471
# codepen: username
# dribbble: username
# avatar头像及Favicon
avatar: https://danqoo.github.io/assets/img/logo.jpg
favicon: https://danqoo.github.io/assets/img/bitbug_favicon.ico
# disqus 设置 email:[email protected] password:badboy4471
disqus:
shortname: danqoo
# google analytics 设置
ga:
id: UA-87928441-1
url: https://danqoo.github.io
# Build settings
permalink: /:year/:month/:day/:title.html
markdown: kramdown
highlighter: rouge
sass:
style: compressed