-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
40 lines (34 loc) · 1.06 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
# Site configuration
domain: "http://songroger.win"
baseurl: "/murmur" # the subpath of your site, e.g. /blog
url: "http://songroger.github.io/" # the base hostname & protocol for your site
permalink: /:title/
avatar: /murmur/assets/avatar.jpg
about: /murmur/assets/about.jpg
favicon: /murmur/assets/favicon.ico
basecss:
# Theme specific configuration
title: songroger
description: >
Hi there, My name is Luozhan.Song, usually I use "songroger" as my ID everywhere.
I was born and raised in Hunan China.
I'm really fond of beautiful design, drawing etc.
# Contact and social media links
twitter_username: songrogero
github_username: songroger
facebook_username: song.roger.1
instagram_username: songroger198
linkedin_username: songroger
exclude: ['node_modules', 'gulpfile.js', 'package.json']
kramdown:
input: GFM
# If U enable the comment, edit disqus or duoshuo account
# before deploy your webpage
enable_comment: false
# disqus_account: songroger
# gems: ['jekyll-paginate']
# Pagination
paginate: 5
paginate_path: /archive/page:num
plugins:
- jekyll-paginate