forked from TowerofHanoi/towerofhanoi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (48 loc) · 1.39 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
54
55
56
57
# Site settings
title: "Tower of Hanoi"
email: [email protected]
description: "CTFs write-ups by the PoliMi Security Team."
baseurl: ""
url: "http://toh.necst.it"
title_description: "Badass students doing things on their PCs? Check. Soulless coding monkeys solving security challenges? Check. Handsome Italian guys better than Gordon Ramsey? Check. Perfectly and lovely written write-ups? Check. Sounds perfect."
#google_analytics: ""
title_image: "/img/logo.png"
disqus_account: towerofhanoi
github_repository: https://github.com/towerofhanoi
post_limit: 5
more: "read the full article"
# Social usernames/URLs
twitter_username: towerofhanoi
github_username: towerofhanoi
#linkedin_link:
#google_plus_link:
#stackoverflow_link:
#
gems:
- jekyll-sitemap
# Footer
footer_left: "Theme 'Carte Noire' by Jacob Tomlinson"
footer_right: "Customized by the Tower of Hanoi team."
# Handling Reading
safe: true
include: [".htaccess"]
exclude: [vendor]
keep_files: [".git", ".svn"]
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
highlighter: rouge
lsi: false
excerpt_separator: "\n\n\n\n"
incremental: false
# Outputting
permalink: /:categories/:title/
paginate_path: /page:num
timezone: null
# Build settings
defaults: [{scope: {path: ""}, values: {layout: "post"}}]