-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
42 lines (37 loc) · 805 Bytes
/
_config.yml
File metadata and controls
42 lines (37 loc) · 805 Bytes
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
# Site settings
title: emeyva
email: eurico.mey@gmail.com
description: >-
Eurico Pinto — engineer, curious mind, based in Portugal 🇵🇹
baseurl: ""
url: "https://emeyva.github.io"
linkedin_username: emeyva
github_username: emeyva
# Build settings
plugins:
- jekyll-feed
- jekyll-seo-tag
# Navigation sections — each entry becomes a navbar item
# "path" points to a folder with an index.md and optional sub-pages
navigation:
- title: Blog
url: /blog/
- title: Reads
url: /reads/
- title: Movies
url: /movies/
- title: About
url: /about/
# Permalink style for posts
permalink: /blog/:year/:month/:day/:title/
# Markdown
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Exclude
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/