-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
40 lines (36 loc) · 842 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
40
# Site settings
title: AC_Von's Blog
email: [email protected]
description: "Python,HTML,CSS,Machine Leaning"
permalink: /:year/:month/:day/:title.html
baseurl: ""
url: "http://vongang.github.io"
atom-baseurl: "http://vongang.github.io"
author: "vongang"
# Build settings
# permalink: date
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: [fenced_code_blocks,no_intra_emphasis,strikethrough,no_intra_emphasis,autolink,tables]
#duoshuo
comments :
provider : duoshuo
duoshuo :
short_name : vongang
navigations:
- title: About
class: fa fa-list-ul
href: /about/
- title: Blogs
class: fa fa-tags
href: /blogs/
- title: Categories
class: fa fa-user
href: /categories/
- title: Tags
class: fa fa-film
href: /tags/
- title: Rss
class: fa fa-rss
href: /atom.xml