This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (44 loc) · 1.93 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
# Site Configuration
title: "Jekyll Bootstrap" # Site title (seo, feed, navigation, masthead)
description: "The Bootstrap Theme for Jekyll" # Site description (seo, feed, masthead)
lang: en # locale settings (seo); default: en
keywords: "jekyll, bootstrap, jeklyll theme" # Default keywords (seo)
logo: /assets/images/site/logo.png # site logo (navigation, seo)
date: 2019-09-24 00:00:00 -0500 # site publish date (seo, metadata, footer), e.g. YYYY-MM-DD hh:mm:ss TZD
# Navigation
url: "https://dpstrange.github.io/jekyll-bootstrap" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the sub-path of your site, e.g. /blog
permalink: /articles/:title/ # permalink style
# Default Site Settings
alert: # display site wide alert bar above navigation, e.g. "String", false
alert_style: # alert style, e.g. primary, secondary, success, danger, warning, info, light, dark; default: primary
masthead_style: # default masthead style, e.g. banner, plain; default: banner
featured_image: /assets/images/site/featured-image.jpg # default featured image path (seo, masthead, social, rss), e.g 'path/to/image.jpg', false (hide default featured image)
author: # default author defined in _data/humans.yml (seo, metadata)
# Default Page Settings
page_social: # default display social sharing links on pages, e.g. true, false
page_author: # default display about the author on pages, e.g. true, false
# Default Post Settings
post_social: true # default display social sharing links on posts, e.g. true, false
post_author: true # default display about the author on posts, e.g. true, false
# Jekyll Settings
defaults:
-
scope:
path: ""
type: posts
values:
type: "post"
-
scope:
path: ""
type: pages
values:
type: "page"
markdown: kramdown
kramdown:
highlighter: rouge
include: [.well-known] # include humans.txt
plugins: [jekyll-paginate]
paginate: 7
paginate_path: "/articles/page/:num/"