-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml
58 lines (45 loc) · 1012 Bytes
/
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
title: "Welcome to Spress"
description: "A site created by Spress"
logo: "spresso-logo.png"
# Your site's domain. E.g: http://yoursite.com
url: ""
parsedown_actived: true
# Comments in posts
comments:
enabled: false
disqus_shortname: ""
# Information about author
author:
name: "Your Name"
# Social networks
twitter: "spress_cms"
github: "https://github.com/spress/Spress"
bitbucket:
facebook:
linkedin:
gplus:
youtube:
# Collections
collections:
posts:
output: true
projects:
output: true
# RSS feed
feed:
max_item: 10
# Facebook Open Graph
open_graph:
locale: "en_US"
# Code highlight for <pre> and <code> tags
# Powered by http://highlightjs.org/
code_highlight: true
# Site validation
google_verify:
bing_verify:
# Page menus
top_menu:
- { name: Home, url: "/" }
- { name: Projects, url: "/projects" }
bottom_menu:
- { name: "Go to the Spresso theme webpage", url: "https://github.com/yosymfony/Spress-theme-spresso" }