-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (35 loc) · 889 Bytes
/
_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
# Permalinks
permalink: /:categories/:title.html
# Setup
title: 🐝 BeeSci
tagline: Beehive Science
paginate: 1
#baseurl: ""
analytics_id: UA-83227079-1
url: https://beesci.org # with the https protocol
enforce_ssl: beesci.org # without any protocol
pages_list:
About: '/about'
Archive: '/archive'
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Joshua Haug
url: http://www.beesci.org
email: [email protected]
# Custom vars
version: 2.0.0
github:
repo: https://github.com/poole/poole
# Default extension for new posts and pages
post_ext: md
page_ext: html
# Gems
plugins:
- jekyll-gist
- jekyll-paginate