forked from LouisBarranqueiro/hexo-theme-tranquilpeak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
140 lines (133 loc) · 4.92 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# For users, if you only use this theme, put your images directly in `source/assets/images` folder
# For developpers, if you modify this theme, put your images in `source/_images` folder and
# use grunt task `build` to synchronize assets
# Image directory (default: images)
image_dir: assets/images
# Sidebar Configuration
# You can add groups of links and links much as you want
# You just have to respect the indentation : `groups of links` -> `link` -> `title, link, icon`
# Example :
# -------------
# sidebar: # DON'T modify this variable name
# menu: # Name of your groups of links (changeable)
# home: # Name of your link (changeable)
# title: Home # Title of your link displayed
# url: / # URL of the link. If the URL is internal, domain name is not necessary
# icon: home # Name of the font awesome icon class without the `fa-`
# # Go to http://fontawesome.io/icons/ to find class name of icon
sidebar:
menu:
home:
title: Home
url: /
icon: home
categories:
title: Categories
url: /all-categories
icon: bookmark
tags:
title: Tags
url: /all-tags
icon: tags
archives:
title: Archives
url: /all-archives
icon: archive
search:
title: Search
url: /#search
icon: search
# `st-search-show-outputs` classes are used to open swiftype search window
class: st-search-show-outputs
about:
title: About me
url: /#about
icon: question
author_links:
# github:
# title: GitHub
# url: https://github.com/
# icon: github
# stack_overflow:
# title: Stack Overflow
# url: http://stackoverflow.com/users/
# icon: stack-overflow
# twitter:
# title: Twitter
# url: https://twitter.com/
# icon: twitter
# facebook:
# title: Facebook
# url: https://www.facebook.com/
# icon: facebook
# google_plus:
# title: Google +
# url: https://plus.google.com/
# icon: google-plus
# linked_in:
# title: Linked In
# url: https://www.linkedin.com/profile/
# icon: linkedin
# mail:
# title: Mail
# url: mailto:
# icon: envelope-o
rss:
rss:
title: RSS
url: /atom.xml
icon: rss
# Header configuration
# The link at the right of the header is customizable
# You can add a link (as an icon) at the right of the header instead of the author's gravatar image or author's picture.
# DON'T edit `header`, `right_link`, `url`, `icon` and `class` variable name
header:
right_link:
# url: /#search
# icon: search
# class: st-search-show-outputs
# Author
author:
email:
bio:
job:
location:
# Your profile picture located in folder `source/_images/` (development)
# or in `source/assets/images/` (production).
# Overwritten by your gravatar image if `gravatar_image` is enabled
picture:
# Customization
# Define the behavior of the sidebar
# 1: Display large sidebar on large screen, medium sidebar on medium screen and header bar on small screen
# and large sidebar is swiped (default)
# 2: Display medium sidebar on large and medium screen and header bar on small screen and medium sidebar is swiped
# 3: Display header bar on all screens and large sidebar is swiped
# 4: Display header bar on all screens and medium sidebar is swiped
sidebar_behavior: 1
# Display thumbnail image of each post on index pages (disable: 0, enable: 1)
thumbnail_image: 1
# Message displayed after the <!-- more --> tag
read_more_message: Continue reading
# Message displayed after the <!-- more --> tag or after 300 characters for post with link layout
go_to_message: Go to the website
# Your blog cover picture located in folder `source/_images/` (development) or in `source/assets/images/` (production)
cover_image: cover.jpg
# Your favicon located in folder `source/_images/` (development) or in `source/assets/images/` (production)
favicon:
# Display an image gallery at the end of a post which have photos variables
image_gallery: 1
# Pagination behavior of archive, category and tag pages
## 0: Disable pagination
## 1: Enable pagination
archive_pagination: 1
category_pagination: 1
tag_pagination: 1
# Integrated services
# Your Disqus shortname
disqus_shortname:
# Your Google analystics web property ID : UA-XXXXX-X
google_analytics_id:
# Your Gravatar email. Overwrite `author.picture` everywhere in the blog
gravatar_email:
# Your swiftype install key
swiftype_install_key: