-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·39 lines (31 loc) · 988 Bytes
/
_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
# Basic
title: SrFlipFlop
subtitle: Ferran Obiols
description: Currently working as a security engineer. Trying to learn everything I can relate to computers security and development in my free time
avatarTitle: Nope
avatarDesc: Nope
url: "https://srflipflop.github.io"
# Comment
comment:
disqus: srflipflop
# Social
social:
github: SrFlipFlop
twitter: SrFlipFlop
mail: ferran.obiols.colomina@gmail.com
permalink: /:year/:month/:title/
# Format
highlighter: rouge
textColor: #FF0000
# supported colors: blue, green, purple, red, orange or slate. If you need clear, leave it empty.
cover_color: clear
# Navigation buttons in the front page.s
nav:
- {title: Archive, description: archive, url: '/archive'}
- {title: Tags, description: tags, url: '/tags'}
- {title: About, description: about, url: '/about'}
- {title: TODO, description: todo, url: '/TODO'}
# Pagination
gems: [jekyll-paginate,jekyll-sitemap]
paginate: 10
paginate_path: "page/:num/"