-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (30 loc) · 823 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
# Jekyll configuration
markdown: kramdown
highlighter: rouge
paginate: 6
language: 'en-us'
words_per_minute: 200
baseurl: /
url: https://jycabello.github.io
# Website info
title: 🖋 Yeray Cabello 🏴☠️
description: I'm not that clever, I don't know that much.
cover: assets/images/blog-cover-dark.png
favicon: assets/images/favicon.png
production_url: https://jycabello.github.io/
source_url: https://github.com/JYCabello/jycabello-jekyll
navigation: True # show the navbar links
twitter: jycabello
linkedin: jycabello
github: JYCabello
disqus: True
disqus_shortname: ycabello
google_analytics: UA-114315531-3
permalink: /:title
# Authors' info in `_data/authors.yml`
# Tags' info in `_data/tags_info.yml`
plugins_dir: _plugins
plugins: [jekyll-paginate, jekyll-feed]
future: true
feed:
path: feed.xml