-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (41 loc) · 1.03 KB
/
_config.yml
File metadata and controls
50 lines (41 loc) · 1.03 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Site Settings
title: Jenkov | Blog for Jenkov Deng
email: [email protected]
description: A awesome Blog.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://jenkov.xyz" # the base hostname & protocol for your site
google_analytics: "UA-XXXXXXXX-X"
# User Settings
username: Jenkov Deng
user_description: Some text about you.
disqus_username: disqus_username
# Social Media
# Remove the item if you don't need it
github_username: smilegithub01
facebook_username: 邓阿康
linkedin_username: Jenkov Deng
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
paginate: 12
paginate_path: "/page/:num/"
svg_color: "#ff0a16"
# Plugins
plugins:
- jemoji
- jekyll-paginate
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: My Collection
url: /funny/
- title: About
url: /about/
- title: Contact
url: /contact/
# Exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']
theme: jekyll-theme-cayman