forked from preaction/Statocles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.yml
88 lines (78 loc) · 2.26 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
78
79
80
81
82
83
84
85
86
87
theme:
class: Statocles::Theme
args:
store: site/theme
gh_pages:
class: Statocles::Deploy::Git
args:
base_url: http://preaction.github.io/Statocles
path: '.'
branch: gh-pages
personal:
class: Statocles::Deploy::Git
args:
base_url: http://preaction.me/statocles
path: '.'
remote: www
branch: deploy
site:
class: Statocles::Site
args:
title: Statocles
base_url: http://preaction.me/statocles/
nav:
main:
- title: Blog
href: /blog
- title: Docs
href: /pod
- title: Gallery
href: /gallery
- title: Code
href: 'http://github.com/preaction/Statocles'
- title: Bugs
href: 'http://github.com/preaction/Statocles/issues'
- title: CPAN
href: 'http://metacpan.org/pod/Statocles'
- title: IRC
href: 'https://chat.mibbit.com/?channel=%23statocles&server=irc.perl.org'
deploy:
$ref: personal
index: /
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/
modules:
- 'Statocles'
- 'Statocles::'
index_module: 'Statocles::Help'
weave: 1
blog:
$class: Statocles::App::Blog
$args:
store: site/blog
url_root: /blog
plugins:
highlight:
$class: Statocles::Plugin::Highlight
$args:
style: solarized-light
data:
google_analytics_id: 'UA-61295159-3'
disqus:
shortname: 'statocles'
on:
- build:
$class: Statocles::Plugin::LinkCheck
$sub: check_pages