-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsite.yml
77 lines (71 loc) · 2.03 KB
/
site.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
theme:
class: Statocles::Theme
args:
store: site/theme
gh_pages:
class: Statocles::Deploy::Git
args:
path: '.'
branch: gh-pages
personal:
class: Statocles::Deploy::Git
args:
path: '.'
branch: deploy
remote: www
site:
class: Statocles::Site
args:
title: Yertl
base_url: http://preaction.me/yertl/
plugins:
link_check:
$class: Statocles::Plugin::LinkCheck
nav:
main:
- title: Blog
href: /blog
- title: Docs
href: /pod
- title: Code
href: 'http://github.com/preaction/ETL-Yertl'
- title: Bugs
href: 'http://github.com/preaction/ETL-Yertl/issues'
- title: CPAN
href: 'http://metacpan.org/pod/ETL::Yertl'
- title: IRC
href: 'https://chat.mibbit.com/?channel=%23yertl&server=irc.perl.org'
deploy:
$ref: personal
theme:
$ref: theme
apps:
page:
$class: Statocles::App::Basic
$args:
url_root: /
store: site/
pod:
$class: Statocles::App::Perldoc
$args:
url_root: /pod
inc:
- lib/
- bin/
modules:
- 'ETL::Yertl'
- 'ETL::Yertl::'
- 'yfrom'
- 'yto'
- 'ysql'
- 'yq'
- 'ygrok'
index_module: 'ETL::Yertl'
weave: 1
blog:
$class: Statocles::App::Blog
$args:
store: site/blog
url_root: /blog
data:
google_analytics_id: 'UA-61295159-4'