-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
53 lines (47 loc) · 1.15 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
50
51
52
53
# Site settings
title: 'ActSecure'
description: "On a quest for holistic security"
baseurl: ""
url: "http://actsecure.github.io"
# User settings
username: actsecure
user_title: ActSecure
email: [email protected]
twitter_username: actsecure
facebook_username: actsecure
github_username: actsecure
gitter_username: actsecure
# Guides listed on index
guides:
- name: protest.guide
url: http://www.protest.guide
- name: Top 5 Cybersecurity Basics
url: https://github.com/actsecure/resources/wiki/Top-5-Cybersecurity-Basics
- name: Draft guides wiki
url: https://github.com/actsecure/resources/wiki
# Links to include in menu navigation
links:
- title: home
url: /
- title: blog
url: /blog
- title: guides
url: /guides
- title: tags
url: /tags
- title: about us
url: /about
- title: contact us
url: /contact
################################################### Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']