-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (40 loc) · 843 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
# Permalinks
#
permalink: /:categories/:title
# Setup
title: Ben's Blog
tagline: "A place to share my thoughts"
description: Ben's Blog
url: https://benscabbia.co.uk
baseurl: ""
paginate: 5
# About/contact
author:
name: Ben Scabbia
url: https://benscabbia.co.uk
email: benscabbia@gmail.com
stackoverflowId: 3828228
linkedIn: benscabbia
github: benscabbia
gitlab: benscabbia
#twitter:
github:
repo: https://github.com/benscabbia/bens-blog
# For SEO Tag
social:
name: Ben Scabbia
links:
- https://github.com/benscabbia
- https://gitlab.com/benscabbia
- https://stackoverflow.com/users/3828228/benscabbia
- https://www.linkedin.com/in/benscabbia/
# Custom vars
version: 1.0.0
disqus:
shortname: benscabbia
# Plugins
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed