forked from LouisBarranqueiro/hexo-theme-tranquilpeak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
97 lines (92 loc) · 3.8 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
# 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
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
# Author
author:
email:
bio:
job:
location:
picture: # 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
# Customization
gravatar_image: 1 # Enable gravatar image. Using `author.email` value. (disable: 0, enable: 1). Overwrite `author.picture` everywhere in the blog
thumbnail_image: 1 # Display thumbnail image of each post on index pages (disable: 0, enable: 1)
read_more_message: Continue reading # Message displayed after the <!-- more --> tag
go_to_message: Go to the website # Message displayed after the <!-- more --> tag or after 300 characters for post with link layout
cover: cover.png # Your blog cover picture located in folder `source/_images/` (development) or in `source/assets/images/` (production)
favicon: # Your favicon located in folder `source/_images/` (development) or in `source/assets/images/` (production)
image_gallery: 1 # Display an image gallery at the end of a post which have photos variables
# Miscellaneous
google_analytics: # Google analystics web property ID : UA-XXXXX-X