-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
54 lines (51 loc) · 1.53 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
# --------------------------------------------------
# Site settings
title: "Boot: build tooling for Clojure"
logo: /assets/images/logos/boot-nav-3.png
favicon: /assets/images/logos/boot-favicon-3.png
iosicon: /assets/images/logos/boot-iosicon-3.png
company: Adzerk
description: Build tooling for Clojure
email: [email protected]
copyright: Copyright © <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 subpath of your site, e.g. /blog/
permalink: /blog/:year/:month/:title
paginate: 5
paginate_path: /blog/page/:num
# --------------------------------------------------
# the base hostname & protocol for your site
url: "http://boot-clj.com"
github_username: boot-clj
# --------------------------------------------------
# Build settings
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "posts"
values:
layout: "post"
# --------------------------------------------------
# Links
nav:
- title: Slack
href: http://clojurians.net
- title: Discourse
href: https://clojureverse.org/c/projects/boot
- title: IRC
href: http://webchat.freenode.net/?channels=bootclj
- title: Wiki
href: https://github.com/boot-clj/boot/wiki
- title: Code
href: https://github.com/boot-clj/boot
# --------------------------------------------------
# Plugins
plugins:
- jekyll-redirect-from