-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
48 lines (45 loc) · 1.35 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
# --------------------------------------------------
# Site settings
title: "Hoplon, a ClojureScript Web Framework"
logo: /assets/images/logos/hoplon-logo.png
favicon: /assets/images/logos/hoplon-favicon.png
iosicon: /assets/images/logos/hoplon-favicon.png
company: Adzerk
description: ClojureScript Web Framework
email: [email protected]
copyright: Copyright © 2015 <a href="http://tailrecursion.com/~alan/">Alan Dipert</a>, <a href="https://github.com/micha">Micha Niskin</a>, <a href="https://github.com/somegoodpixels">Joshua Smith</a>
adzerk_mention: true
exclude: [vendor]
# --------------------------------------------------
# the base hostname & protocol for your site
url: "http://hoplon.io"
github_username: hoplon
# --------------------------------------------------
# Build settings
markdown: redcarpet
# --------------------------------------------------
# Build settings
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
# --------------------------------------------------
# Links
nav:
- title: Discourse
href: http://hoplon.discoursehosting.net/
- title: IRC
href: http://webchat.freenode.net/?channels=hoplon
- title: Slack
href: http://clojurians.net/
- title: Wiki
href: https://github.com/hoplon/hoplon/wiki
- title: Code
href: https://github.com/hoplon