Skip to content

Commit dc3a1e2

Browse files
Update _config.yml
1 parent 4191690 commit dc3a1e2

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

_config.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Site settings
22
title: "C# Brasil"
33
description: "Unindo paixão e código | Blog sobre Tecnologias e Desenvolvimento"
4-
url: "http://csharpbrasil.com.br"
4+
url: "https://csharpbrasil.com.br"
55
author:
66
name: "Raphael Cardoso"
77
8-
url: "http://www.csharpbrasil.com.br"
8+
url: "https://csharpbrasil.com.br"
99

1010
# Jekyll SEO
1111
social:
1212
name: C# Brasil
1313
links:
14-
- https://x.com/csharpbrasil
15-
- https://www.facebook.com/csharpbrasil
16-
- https://github.com/csharpbrasil
14+
- https://x.com/csharpbrasil
15+
- https://facebook.com/csharpbrasil
16+
- https://github.com/csharpbrasil
1717

1818
# Build settings
1919
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
@@ -27,19 +27,17 @@ paginate_path: "/page/:num/"
2727

2828
# Default values
2929
defaults:
30-
-
31-
scope:
32-
path: ""
33-
type: "posts"
34-
values:
35-
layout: "post"
30+
- scope:
31+
path: ""
32+
type: "posts"
33+
values:
34+
layout: "post"
3635

3736
markdown: kramdown
3837
highlighter: rouge
3938

4039
kramdown:
41-
input: GFM
42-
# https://github.com/jekyll/jekyll/pull/4090
40+
input: GFM
4341
syntax_highlighter: rouge
4442
syntax_highlighter_opts:
4543
css_class: 'highlight'
@@ -51,9 +49,14 @@ kramdown:
5149

5250
# Plugins
5351
plugins:
54-
- jekyll-paginate
55-
- jekyll-seo-tag
56-
- kramdown-syntax-coderay
52+
- jekyll-paginate
53+
- jekyll-seo-tag
54+
- kramdown-syntax-coderay
5755

5856
# Custom variables
59-
version: "1.0.0"
57+
version: "1.1.0"
58+
github: "csharpbrasil"
59+
facebook: "csharpbrasil"
60+
twitter: "csharpbrasil"
61+
instagram: "csharpbrasil"
62+
whatsapp: "CYW7HUiK70xAmPpFx9mVMR"

0 commit comments

Comments
 (0)