-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (35 loc) · 1.54 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
# Site configuration
theme author's domain: "http://songroger.win"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://anson98.github.io/studylog" # the base hostname & protocol for your site
permalink: /:title/
avatar: http://i.imgur.com/idprimf.jpg
about: http://i.imgur.com/Md41v9c.jpg
favicon: http://i.imgur.com/jZ4adr0.png
basecss:
# Theme specific configuration
title: Anson_98's Blog
description: >
大家好,这里是Anson,欢迎来到我的个人博客。
我来自上海,现居英国伦敦,就读于帝国理工大学,是一名计算机爱好者,喜欢设计,研究和创新新事物。
一般来讲我在网络上使用的用户名都是“Anson_98”,这使得你们能够在任何地方轻松地认出我。
平时我热爱游戏,不过我也非常喜欢学习自己感兴趣的东西,这也是我开设本站的原因。
我会在这里记录下自己的学习日志,同时也会不定期把本站的更新内容Post上来,希望大家能一同见证本站的发展。
# Contact and social media links
twitter_username: Anson_98
github_username: Anson98
facebook_username: ansonzc98
instagram_username: zcanson_98
qq_username: 2072966682
baidu_username: Anson_98
# linkedin_username: songroger
exclude: ['node_modules', 'gulpfile.js', 'package.json']
kramdown:
input: GFM
# If U enable the comment, edit disqus or duoshuo account of "/_layouts/post.html"
# before deploy your webpage
enable_comment: false
gems: ['jekyll-paginate']
# Pagination
paginate: 5
paginate_path: /archive/page:num