forked from github/site-policy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (40 loc) · 1016 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: OmniBuilds Site Policy
author: Jake Pimental
email: [email protected]
site: https://www.omnibuilds.com
description: > # this means to ignore newlines until "baseurl:"
OmniBuilds.com site policy and terms of service.
# twitter_username:
github_username: Jake-Pimental
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
# - README.md
# - omnibuilds.md
# Build settings
markdown: kramdown
theme: minima
exclude:
- Gemfile
- Gemfile.lock
# Plugins
plugins: ['jekyll-octicons']
# Analytics
google_analytics:
# Link slug for each help article
# permalink: /articles/:title/
# Collections
collections:
policies:
output: true
permalink: /articles/:title/
defaults:
- scope:
path: ""
type: policies
values:
layout: "post"