-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·105 lines (94 loc) · 3.89 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Site settings 配置站点
title: 'Crochetable'
description: 'Tutorials for crochet wearables and amigurumis'
keywords: 'crochet, yarn, crafts'
url: 'https://Nataland.github.io' # your host
# Personal about page
# username: Yumeng Zhang
# user_description:
# Hi, Yumeng here, but Natalie is what my friends call me. I am currently a second year double degree student studying Computer Science
# at the University of Waterloo and Business Administration at Wilfrid Laurier University.
# I always bring 100% to the work I do and I am not afraid to take initiatives and seek new challenges.
# user_title: Student, Software Developer
# email: y2388zha@edu.uwaterloo.ca
# twitter_username: neyclesley
# github_username: Nataland
# gplus_username: neyclesley
# nav 中文字符空格: 
nav: # 最佳体验 六个标签 且最好每个标签不超过4中文字
home: '/'
tags: '/tags.html'
timeline: '/timeline.html'
aboutme: '/about.html'
# links: '/links.html'
# 博主
author: true
name: 'Natalie Zhang'
NickName: 'Natalie'
webtitle: 'Crochetable'
bio: 'Crochet enthusiast, android developer'
about: true
aboutyou: 'Thanks for choosing my patterns!'
portraits: '/assets/profile.jpeg' # your portraits image file path
# SNS
SNS: true
SNS-icon: #['Facebook', 'weibo', 'qq', 'github', 'Dribbble', 'Twitter', 'instagram', 'weixin', 'Codepen']
mail: 'mailto:zymnatalie@gmail.com'
# weixin: '' # 你的微信二维码存放的地址
# qq: '' # 你的qq二维码存放的地址 or http://wpa.qq.com/msgrd?v=3&uin='你的QQ号'&site=qq&menu=yes
github: 'https://www.github.com/Nataland'
# Codepen: ''
# weibo: ''
instagram: 'https://www.instagram.com/natalieymz/'
# Twitter: ''
# Dribbble: ''
Facebook: 'https://www.facebook.com/Natalie9898/'
# Google: ''
# zhihu: ''
# juejin: ''
# twitch: ''
# 分页
paginate: 5
paginatepath: ['page:num']
# since
footer:
since: 2020
# Markdown
markdown: kramdown
kramdown:
input: GFM
# 代码高亮 使用rouge
highlighter: rouge
# 代码高亮主题使用pygments主题: autumn\ default\ emacs\ friendly\ manni\ murphy\ pastie\ perldoc\ tango 任选一个你喜欢的主题名称填在下面的单引号中
pygmentsTheme: 'default'
# 友情链接
friends:
# 20 Essential Android Interview Questions: 'https://www.toptal.com/android/interview-questions'
# Android Interview Questions Cheat Sheet — Part I: 'https://android.jlelse.eu/android-interview-questions-cheat-sheet-96ea01c88def'
# Android Interview Questions Cheat Sheet — Part II: 'https://android.jlelse.eu/android-interview-questions-cheat-sheet-part-ii-bea0633f0da7'
# 18 Android Interview Questions to Ask an App Developer: 'https://www.codementor.io/blog/android-interview-questions-3ey9hu32ut'
# 10 Android interview questions and answers: 'https://www.upwork.com/i/interview-questions/android/'
# 评论 最佳体验 在disqus、livere和Gitment之间三选一
# disqus 评论
disqus: false
disqus_url: '' # https://abc.disqus.com/embed.js
# 来必力评论
livere: true
livere_uid: 'MTAyMC8zNDI2OS8xMDgwNg==' # MTAyMC8zNDI2OS8xMDgwNg==
# Gitment评论 OAuth Application
Gitment: false
Gitment_owner: '' # github用户名
Gitment_repo: '' # github博客存放的仓库名
client_id: '' # 注册 OAuth Application 后获得的 client_id
client_secret: '' # 注册 OAuth Application 后获得的 client_secret
# Share : weibo, qq, wechat, tencent, douban, qzone, linkedin, diandian, facebook, twitter, google
social-share: true
social-share-items: ['qq', 'wechat', 'weibo', 'twitter', 'facebook']
# 百度统计 在baidu-url里填写自己相关的url代码
baidu: false
baidu-url: ''
# 谷歌分析 在google-ID里填写自己在谷歌分析获得的追踪ID
google: false
google-ID: ''
# 博客头信息备选颜色(该部分在站点中不充当站点变量,将其写在post的头信息中用来充当页面变量)
color: rgb(154,133,255) rgb(255,90,90) rgb(255,210,32) rgb(98,170,255)