-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (43 loc) · 1.41 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
title: inverze.io
author: Balazs Greksza
# email: [email protected]
notice: "Opinions are my own, and in no shape or form represent their inverzes\n"
description: "Solving problems with technology, advocating security and privacy for the better. On a mission to teach thinking, share and exchange ideas. #informationsecurity #dataprivacy #reverseengineering #incidentresponse #malware #forensics #penetrationtesting #cryptography #cybersecurity"
url: "https://inverze.io"
urlimg: 'https://inverze.io/assets/img/'
show_excerpts: true # set to true to show excerpts on the homepage
minima:
date_format: "%b %-d, %Y"
# generate social links in footer
social_links:
twitter: inverze_io
github: inverzeio
# rss: rss
# dribbble: inverze
# facebook: inverze
# flickr: inverze
instagram: inverze.io
linkedin: bgreksza
# pinterest: inverze
# youtube: inverze
# youtube_channel: UC8CXR0-3I70i1tfPg1PAE1g
# youtube_channel_name: inverze
# telegram: inverze
# microdotblog: jekyll
# Mastodon instances
# mastodon:
# - username: inverze
# instance: example.com
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
include:
- "assets/_img"
- "assets/img"
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap