-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (42 loc) · 1.04 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
title: Filthy Hacker
description: "Filthy Hacker es un blog dedicado al hacking. ¿Te apasiona la ciberseguridad, o quieres aprender? ¡Este es el lugar! Resolución de máquinas, explicación de vulnerabilidades, CTF's y varias temáticas relacionadas al hacking."
author:
name: "Mateo Andino"
url: "https://mateonitro550.github.io"
baseurl: "/"
source: .
destination: ./_site
permalink: /:title/
collections_dir: _posts
collections:
en:
output: true
permalink: /:collection/:title/
es:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: "_en"
type: "en"
values:
layout: "post"
- scope:
path: "_es"
type: "es"
values:
layout: "post"
pagination:
enabled: true
per_page: 5
permalink: "/:collection/page/:num/"
sort_field: "date"
sort_reverse: true
future: true
plugins:
- jekyll-seo-tag
- jekyll-paginate-v2
- jekyll-sitemap
google_analytics: G-524F5BE8G5
owner : "MateoNitro550"
year : "2024"