-
Notifications
You must be signed in to change notification settings - Fork 30
/
_site.yml
35 lines (34 loc) · 872 Bytes
/
_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
name: "The Distillery"
title: "The Distillery"
theme: css/theme.css
description: |
A distill site dedicated to showcasing other distill websites and blogs
output_dir: _site
base_url: https://distillery.rbind.io
repository_url: https://github.com/jhelvy/distillery
creative_commons: CC BY-SA
favicon: images/favicon.ico
collections:
posts:
categories: true
categories_metadata: true
authors_metadata: false
feed_items_max: 20 # default
navbar:
search: false
right:
- text: "About"
href: index.html
- text: "Tips & Tricks"
href: tips_and_tricks.html
- text: "Showcase"
href: showcase.html
- icon: fab fa-github
href: https://github.com/jhelvy/distillery
- icon: fa fa-rss
href: tips_and_tricks.xml
output:
distill::distill_article:
includes:
in_header:
- _includes/utterances.html