-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (55 loc) · 949 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
57
58
59
60
61
62
63
64
65
66
# Setup
title: Sam Welek
url: https://samwelek.co.uk
baseurl: ""
permalink: pretty
lang: en_GB
twitter_username: samwelek
github_username: tiberiushunter
source: src
# Optimize Jekyll
exclude:
- .git
- .vscode
- .jekyll-cache
- node_modules
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
# Gems
plugins:
- jekyll-seo-tag
- jemoji
defaults:
- scope:
path: "_posts/blog"
values:
type: "blog"
- scope:
path: "_posts/projects"
values:
type: "projects"
sass:
sass_dir: _sass
style: :compressed
# Options
# Specify the author for blog posts
author:
name: Sam Welek
url: https://samwelek.co.uk
twitter: samwelek
social:
name: Sam Welek
links:
- https://github.com/tiberiushunter
- https://linkedin.com/in/sam-welek
- https://twitter.com/samwelek
# Custom vars
version: 3.0.0
# Navbar page list
nav:
- title: Blog
url: /blog
- title: About
url: /about