-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.yml
More file actions
49 lines (47 loc) · 1.28 KB
/
site.yml
File metadata and controls
49 lines (47 loc) · 1.28 KB
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
blog_app:
class: Statocles::App::Blog
args:
store: 'blog'
url_root: /blog
basic_app:
class: Statocles::App::Basic
args:
store: '.'
url_root: '/'
site:
class: Statocles::Site
args:
title: Chicago.PM
base_url: http://chicago.pm.org
theme: 'theme'
nav:
main:
- title: Meetup
href: http://www.meetup.com/ChicagoPM
- title: Github
href: http://github.com/ChicagoPM
- title: Talks
href: /talks
- title: Meeting Notes
href: /notes
- title: Jobs
href: /jobs
- title: About
href: /about
- title: IRC
href: 'https://chat.mibbit.com/?channel=%23chicago.pm&server=irc.perl.org'
- title: Mailing List
href: /about#lists
- title: How To
href: /howto
deploy:
$class: Statocles::Deploy::Git
index: /blog
apps:
basic:
$ref: basic_app
blog:
$ref: blog_app
data:
disqus:
shortname: chicagopm