forked from clirdlf/ndsa.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
35 lines (29 loc) · 1.17 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: National Digital Stewardship Alliance - Digital Library Federation
email: [email protected]
description: > # The National Digital Stewardship Alliance works to establish,
maintain, and advance the capacity to preserve our nation's digital resources
for the benefit of present and future generations.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://ndsa.org/" # the base hostname & protocol for your site
twitter_username: clirdlf
github_username: clirdlf
google-tracking-id: UA-9461551-2
# paginate_path: "/blog/page:num/"
paginate: 5
exclude: ['.gitignore', '.env', '.git', 'node_modules', 'temp', 'vendor', 'gulpfile.js', 'package*.json', 'README.md', '*.rb']
sass:
style: compressed
# Build settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from