-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (54 loc) · 1.01 KB
/
_config.yml
File metadata and controls
62 lines (54 loc) · 1.01 KB
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
52
53
54
55
56
57
58
59
60
61
62
title: "Rafa Oliveira's Tech Blog"
description: "Insights on AWS, DevOps, and AI"
baseurl: ""
url: "https://rexrafa.github.io"
author: "Rafael Oliveira"
email: "rafavinicius67@gmail.com"
# Build settings
markdown: kramdown
highlighter: rouge
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Pagination
paginate: 5
paginate_path: "/page:num/"
# Collections
collections:
posts:
output: true
permalink: /:year/:month/:day/:title/
# Default values
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Rafael Oliveira"
show_excerpts: true
# Social links
social:
linkedin: "rafavinicius"
github: "rexrafa"
# Blog settings
posts_per_page: 10
excerpt_length: 150
# GitHub Pages settings
github: [metadata]
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# Exclude files
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md