-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy path_config.yml
56 lines (49 loc) · 940 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
50
51
52
53
54
55
56
# Site Settings
title: Mere Blog Theme
tagline: Mere Blog Theme
email: [email protected]
description: >
The demo site for Mere Blog Theme, made for Jekyll and GitHub pages websites
baseurl: "/mere-blog-theme"
url: "https://www.csrhymes.com"
permalink: pretty
force_theme: light
paginate: 6
paginate_path: "/page:num"
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- kramdown
- rouge
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
livereload: true
sass:
style: compressed
source_dir: _sass
defaults:
- scope:
path: ""
type: "posts"
values:
author: "C.S. Rhymes"
layout: post
image: /img/home.jpg
show_sidebar: true
- scope:
path: ""
type: "authors"
values:
layout: "author"
collections:
authors:
output: true