-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
54 lines (49 loc) · 1.2 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
# There are two type of menu link:
# 1. Jump to current page anchor, simple leave the external-link blank.
# 2. Open link in a new tab, please put the full url in the external-link field.
# To hide a menu, leave the display-name blank.
menu:
projects:
display-name: Projects
external-link:
services:
display-name: Services
external-link:
prices:
display-name:
external-link:
blog:
display-name: Blog
external-link:
about:
display-name: About
external-link:
philosophy:
display-name: Philosophy
external-link:
contact:
display-name:
external-link:
faqs:
display-name: FAQs
external-link:
# show the subscribe area
# default false
subscribe: false
# Available themes:
# combustion-purple
# combustion-yellow
# fuzzy-hue
# fuzzy-saturation
# ring-blue
# ring-green
# tunnel
# waves-deep-purple
# waves-light-blue
theme: ring-blue
# default general photo for about section
general-photo: "./assets/images/team/whiteboard.jpg"
# default featured image for posts
featured: "./img/default-new-blog.jpg"
# default background image for posts
background: "./img/default-background.jpg"