forked from Hackndo/en.hackndo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (34 loc) · 908 Bytes
/
_config.yml
File metadata and controls
37 lines (34 loc) · 908 Bytes
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
title: hackndo
email: hackndo@gmail.com
description: This blog talks about computer security. Tutorials about buffer overflow, Active Directory, everything is explained with examples
tagline: Think out of the box
baseurl: "/"
root: /
url: "https://en.hackndo.com"
author: Pixis
twitter_username: hackanddo
github_username: hackndo
logo: "/assets/icones/logo.png"
social:
name: Pixis
links:
- https://github.com/hackndo
- https://twitter.com/hackanddo
- https://www.newbiecontest.org/index.php?page=info_membre&nick=pixis
- https://www.root-me.org/Betezed
lang: en_US
# Build settings
markdown: kramdown
paginate: 8
paginate_path: "page/:num"
github:
repo:
"https://github.com/hackndo/hackndo.github.io"
version: 1.1.0
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
excerpt_separator: <!--more-->