forked from ASKnetCommunity/LEAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·49 lines (40 loc) · 949 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
44
45
46
47
48
49
title : "LEAD"
description: "Local Expert Action Directory"
author : '#ASKnet'
screenshot: https://raw.githubusercontent.com/ASKnetCommunity/LEAD/development/assets/images/screenshot.jpg
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://lead.asknet.community" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
- jekyll-remote-include
compress_html:
clippings: all
comments: all
startings: [html, head, body]
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
sass:
sass_dir: assets/scss
style: compressed
# Collections
collections:
profiles:
output: true
output_ext: .html
permalink: /profiles/:path/
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- LICENSE.text
- README.md
- SECURITY.md