-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
47 lines (43 loc) · 1.32 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
# Menu
# The object key is the label and the value is the path.
menu:
Home: /
🗂️Archives: /archives
Hexo: https://hexo.io/
# The icons at the bottom of the page.
# The class value comes from font awesome.
# Example: if the html code for the icon is <i class="fas fa-home"></i> the value for class will be fas fa-home.
footer_icons:
'Hexo.io':
url: 'https://hexo.io/'
class: 'fas fa-home'
'@hexojs':
url: 'https://twitter.com/hexojs'
class: 'fab fa-twitter'
'Report issue':
url: 'https://github.com/RandomAdversary/Gradient/issues'
class: 'fas fa-bug'
# This is reserved for meta tags.
# List of supported items:
# 1. Twitter card image. See: https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary.html
# 2. Open graph image. See: http://ogp.me/
meta:
twitter:
featured_image: img/default.jpg
open_graph: #Facebook
featured_image: img/default.jpg
# The sidebar is reserved for a twitter feed and blocks of text/html.
sidebar:
twitter:
enabled: true
username: 'hexojs'
height: 800
tldr:
- block1:
title: 'TL;DR'
content: 'Yet another hexo theme.'
- block2:
title: 'TL;DR 2'
content: 'No, not another one :/'
# If featured_image is missing from a post, this one will be used.
featured_image: ./img/default.jpg