-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (41 loc) · 1.12 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
# Site
title: "JB's Lab"
description: "SteamDeck & Computer Gaming : Guides, Reviews, Thoughts & Stories"
keywords: "Video Games,SteamDeck,Valve,Steam,Computer Science,Data Science"
logo: 'assets/images/logo.png'
favicon: 'assets/icons/favicon.ico'
baseurl: ''
disqus: 'JohnnyBlocks'
email: '[email protected]'
mailchimp-list: 'https://johnnyblocks.us21.list-manage.com/subscribe/post?u=4e636d798d69653701368e2a2&id=734cf2bd21&f_id=0067d7e1f0'
author:
name: JohnnyBlocks
url: https://JohnnyBlocks.com
include: ["_pages"]
permalink: "/:categories/:title:output_ext"
excerpt_separator: <!--more-->
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Paginate
paginate: 10
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]