-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (26 loc) · 829 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
# Jekyll configuration precedence:
# 1. Gruntfile task
# 2. config.build.yml
# 3. config.yml
name: G.S.E.T.R.I
description: Grenada Solar Energy Technology Research Institute
title: Grenada Solar Energy Technology Research Institute
author:
name: kerrongordon
email: [email protected]
# Grunt handles images and assets.
exclude: ['img', 'css', 'js', 'fonts',
'**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico', 'vendor']
include: ['.htaccess', 'favicon.png']
paginate: 3
paginate_path: blog/page:num
destination: _site/blog
permalink: pretty
# _config.build.yml sets future and show_drafts to false on `grunt build`
future: true
show_drafts: true
baseurl: '' #/gsetri-website
# Markdown library
markdown: redcarpet
# extensions: ['fenced_code_blocks', 'smart']
highlighter: true