-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.yml
95 lines (77 loc) · 2.59 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
# Site configuration
debug: false
title: "The static site generator in PHP"
description: "Spress is a blog-aware application that transform your plain text files in static sites."
logo: spress-logo.png
copyright_name: Yo! Symfony
copyright_url: http://yosymfony.com
# Data about Spress release
release:
version: "3.0.0"
changelog: "/about/changelog/#3-0-0"
github_url: "https://github.com/spress/Spress/"
url_package: "https://github.com/spress/Spress/releases/download/v3.0.0/spress.zip"
url_phar: "https://github.com/spress/Spress/releases/download/v3.0.0/spress.phar"
#pre_release:
# version: 2.2.0
# url: https://github.com/spress/Spress/releases/tag/v2.2.0-rc
# url_phar: https://github.com/spress/Spress/releases/download/v2.2.0-rc/spress.phar
spressin:
img_url: "/assets/img/spressin-new-year.jpg"
author: "Zach Frailey"
author_url: "https://flic.kr/p/cuhEVE"
docs:
github_url_base: "https://github.com/spress/spress.yosymfony.com/edit/master/src/content"
#spressin:
# img_url: "/assets/img/spressin.jpg"
# author: "Ville Säävuori"
# author_url: "http://www.flickr.com/photos/uninen/2589668806/"
author:
name: Victor Puertas
url: http://twitter.com/victorpuertas
# Social networks
twitter: spress_cms
github: https://github.com/spress
bitbucket:
facebook:
linkedin:
gplus:
youtube: https://www.youtube.com/user/yosymfony
# Facebook Open Graph
open_graph:
locale: en_US
# Page menus
top_menu:
- { name: Home, url: /, site_url: true }
- { name: Download, url: /download, site_url: true }
- { name: Get started, url: /docs/getting-started/, site_url: true }
- { name: Docs, url: /docs, site_url: true }
- { name: Add-ons, icon: fa-cogs, url: /add-ons, site_url: true}
- { name: Blog, url: /blog, site_url: true }
- { name: About, url: /about, site_url: true }
bottom_menu:
- { name: Support, url: https://gitter.im/spress/Spress }
- { name: License: MIT, url: /about/license, site_url: true }
- { name: About, url: /about, site_url: true }
- { name: Yo! Symfony, url: http://yosymfony.com, siteUrl: true }
# Comments in posts
comments:
enabled: true
disqus_shortname: yosymfony
# Forms
forms:
addons:
action_url: http://getsimpleform.com/messages/?form_api_token=3065aa656aabf5ed1c2a9230594ce9f7
redirect_to: http://spress.yosymfony.com/add-ons/submit/thank-you/
# Google Analytics
google_analytics:
domain:
id:
# Site validation
google_verify:
bing_verify:
# Posts pagination
paginate: 5
paginate_path: 'blog/page:num'
# Github metadata plugin:
repository: spress/Spress