-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (49 loc) · 1.26 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: OmniHelp
author: Joanne Yeung
email: [email protected]
site: https://www.omnibuilds.com
description: > # this means to ignore newlines until "baseurl:"
A help guide for OmniBuilds.com.
# twitter_username:
github_username: jttyeung
# 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: UA-105971114-1
# Link slug for each help article
permalink: /articles/:title/
# Generates pages for each category
collections:
category:
output: true
permalink: /categories/:title/
defaults:
-
scope:
path: ""
type: category
values:
layout: "category"
# Category ordering:
# Put a comma after each category title
# Category titles must exactly match category title in posts (spelling, punctuation, capitalization)
category_weights: [
'Getting Started',
'Exploring Designs on OmniBuilds',
'Account Settings',
]