-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (59 loc) · 1.24 KB
/
_config.yml
File metadata and controls
68 lines (59 loc) · 1.24 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
63
64
65
66
67
68
# Site settings
title: "C# Brasil"
description: "Unindo paixão e código | Blog sobre Tecnologias e Desenvolvimento"
url: "https://csharpbrasil.com.br"
author:
name: "Raphael Cardoso"
email: "csharpbrasil@outlook.com"
url: "https://csharpbrasil.com.br"
# Jekyll SEO
social:
name: C# Brasil
links:
- https://x.com/csharpbrasil
- https://facebook.com/csharpbrasil
- https://github.com/csharpbrasil
# Build settings
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: .
destination: ./_site
permalink: /:title
paginate: 20
paginate_path: "/page/:num/"
# Default values
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Plugins
plugins:
- jekyll-paginate
- jekyll-seo-tag
- kramdown-syntax-coderay
# Custom variables
version: "1.2.0"
year: 2026
github: "csharpbrasil"
facebook: "csharpbrasil"
twitter: "csharpbrasil"
instagram: "csharpbrasil"
whatsapp: "CYW7HUiK70xAmPpFx9mVMR"