forked from alexandru/alexn.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (47 loc) · 1.27 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
blog_title: "Bionic Spirit"
blog_description: "Building Stuff, Having Fun, Craving Profit"
tag_title_prefix: "Category: "
markdown: rdiscount
pygments: true
site_domain: bionicspirit.com
build_type: production
# my CDN domains
assets_domains:
# cloudfront
- cdn.bionicspirit.com
#
# gae (bionicspirit-cdn-1)
#- bionicspirit-cdn-1.appspot.com
#- bionicspirit-cdn-1.appspot.com
permalink: /blog/:year/:month/:day/:title.html
source: ./source
destination: ./build
plugins: ./source/_plugins
expires:
html: 3600 # one hour
assets: 1314000 # one year
redirects:
- from: /rss/
to: http://feeds.feedburner.com/bionicspirit
type: 302
- from: /docs/dialer.html
to: /blog/2009/02/20/tips-for-creating-voip-dialer.html
type: 301
- from: /TheBuzzEngine/
to: /projects/TheBuzzEngine/
type: 301
- from: /crossdomain-requests-js/
to: /projects/crossdomain-requests-js/
type: 301
- from: /ro.rss
to: /rss
type: 301
- from: /blog/2011/10/25/a-fi-parinte-1.html
to: /pages/a-fi-parinte.html
type: 301
- from: /blog/2011/10/26/a-fi-parinte-2.html
to: /pages/a-fi-parinte.html
type: 301
- from: /blog/2009/12/03/catalyst-form-handler-tutorial.html
to: "http://www.catalystframework.org/calendar/2009/3"
type: 301