-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
82 lines (66 loc) · 1.35 KB
/
_config.yml
File metadata and controls
82 lines (66 loc) · 1.35 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
markdown: kramdown
name: 2smithereens
baseurl: ""
url: "https://www.2sm.dev"
#Adding functionality based on WhatATheme
title: 2smithereens
description: Cyber Security, Protecting What Matters, and Life
site-image: /assets/images/meta.jpg
site-keywords: cybersecurity,powershell,security,technology
favicon-url:
heroimage: /assets/images/bg.png
#Socials
email: me@2sm.dev
twitter_username: itssmithereens
linkedin_username: dietersmith
github_username: 2smithereens
#facebook_username:
#instagram_username:
#youtube_channel_id:
#reddit_username:
#other info
author-name: 2smithereens
author-image: https://github.com/2smithereens/store/blob/main/ds.png?raw=true
author-about: Cybersecurity - Geek - Purple teamer - Dad - Gamer
author-url: https://github.com/2smithereens
#SASS
sass:
sass_dir: _sass
style: compressed
#Build settings
plugins:
- jekyll-admin
- jekyll-feed
#Permalink
permalink: "blog/:title"
#Compress
compress_html:
clippings: all
#Defaults
defaults:
-
scope:
type: 'posts'
values:
layout: post
post-image: ""
description: ""
tags:
- ""
-
scope:
type: 'pages'
values:
layout: page
#Exclude
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/