-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (42 loc) · 1.43 KB
/
Copy path_config.yml
File metadata and controls
50 lines (42 loc) · 1.43 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
title: Emilio Escobar
description: > # this means to ignore newlines until "baseurl:"
Emilio Escobar's personal blog site. Read up on his rants
about information security and overall tech topics.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://eaesc.me" # the base hostname & protocol for your site, e.g. http://example.com
permalink: ':title/'
blog_theme: dark # Or use dark
# Profile information
name: Emilio Escobar
tagline: Your average security nerd
about-description: >
CISO at <a href="https://www.datadoghq.com" target='_blank'>Datadog</a>, core developer of
<a href="http://www.ettercap-project.org" target='_blank'>Ettercap</a>, angel investor, and overall nerd.
pic: emilio.jpg # Place a 200x200 picture inside /assets/img/ folder and provide the name of the file below
# Contact links
email: emilio@eaesc.me # Add your Email address
website: blog.thesecure.dev # Add your website, do not add http://
linkedin: emilioesc # Add your Linkedin handle
github: eaescob # Add your Github handle
twitter: '@eaescob' # Add your Twitter handle
mastodon: 'eescobar@me.dm'
# Tracker
analytics: UA-33385486-1
# Comments
discus-identifier: # Add your Disqus identifier
# Important settings
assets:
sources:
- assets/fonts
- assets/img
- assets/js
- assets/stylesheets
# Build settings
exclude:
- Gemfile
- Gemfile.lock
- README.md
plugins:
- jekyll-feed
- jekyll-assets
include: [_pages]