-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (33 loc) · 877 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
name: Spaghetti and Hammers
description: Personal site of Pedro Rijo (@pedrorijo91). Writing about Scala, Java, Functional Programming, git, and whatever I find time to learn about.
author: Pedro Rijo (@pedrorijo91)
url: https://pedrorijo.com
paginate_path: "blog/page:num/"
permalink: blog/:title/
markdown: kramdown
highlighter: rouge
paginate: 8
navigation:
- title: Home
url: /index.html
- title: About
url: /about
- title: All posts
url: /tags
- title: External contributions
url: /external
- title: Presentations
url: /presentations
- title: Newsletter
url: https://mailchi.mp/f9d5cd479369/pedrorijo91
external: true
newsletter: https://mailchi.mp/f9d5cd479369/pedrorijo91
plugins:
- jekyll-mentions
- jemoji
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
include: [".well-known"]
exclude: [vendor]