-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (80 loc) · 2.52 KB
/
_config.yml
File metadata and controls
87 lines (80 loc) · 2.52 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Site Settings
source: .
encoding: UTF-8
exclude: ["*.gem", "*.gemspec", "Gemfile", "Gemfile.lock", "node_modules", "Rakefile", "starter-kit", "vendor", ".git"]
lang: en # Language code as defined in _data/i18n.yml. en, en-gb, en-us, zh, zh-cn, zh-tw etc.
permalink: /blog/:year/:month/:day/:title/
remote_theme: yizeng/jekyll-theme-simple-texture
whitelist: [jekyll-feed, jekyll-redirect-from, jekyll-seo-tag, jekyll-sitemap, jekyll-sitemap]
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-sitemap
#excerpt_separator: <!--more-->
markdown: kramdown
kramdown:
auto_id_prefix: 'heading-'
smart_quotes: ["apos", "apos", "quot", "quot"]
toc_levels: 1..3
sass:
style: compressed
# Site Data
url: https://singularitykchen.github.io
baseurl: # the subpath of your site, e.g. /blog
title: SingularityKChen
description: "This is the blog of SingularityKChen"
keywords: 'HardWare,Chisel,Digital Design'
author:
name: Chen, Chunyun
job_title:
location:
email: chency_singularity@163.com
social_links:
- name: github
url: https://github.com/SingularityKChen
- name: linkedin
url: https://www.linkedin.com/in/singularitykchen
- name: facebook
url:
- name: instagram
url:
- name: stackoverflow
url:
- name: twitter
url:
- name: vk
url:
home:
section1: <h1>SingularityKChen</h1>
section2: <h2>I am a slow walker, but I never walk back.</h2>
section3: <div class="social-links"><a class="ico-github btn" href="https://github.com/SingularityKChen" title="View on GitHub"></a></div>
blog:
cc_license: https://creativecommons.org/licenses/by-nc-sa/4.0/ # A link to CC License of your choice.
cc_license_image: /assets/images/theme/cc-by-nc-sa.png # An image of your CC License.
footer_content: A gem-based responsive simple texture styled <a href="http://jekyllrb.com/">Jekyll</a> theme.
disqus:
shortname: singularitykchen
public_key: # e.g. ULZ0b9TFefCUJHKQd4JCKv2v3u27YoG7YG8zXPewkWrT333Z0Se9YnxLzoV6VM8W
google_tag_manager: 'GTM-N9PHJ33'
addthis_public_id: ra-5e3fc3124044d9e9
gitment:
owner: singularitykchen
repo: https://github.com/SingularityKChen/singularitykchen.github.io
client_id: d22349012c96f951207c
client_secret: 843195c3b1f0b2f258f88684767445c2ceae1996
paths:
home: /
blog: /blog/
categories: /blog/categories/
tags: /blog/tags/
defaults:
-
scope:
path: ""
type: "posts"
values:
author: SingularityKChen
excerpt: There is no excerpt to show~
comments: true