-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (28 loc) · 817 Bytes
/
_config.yml
File metadata and controls
44 lines (28 loc) · 817 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
43
44
url: https://capixaba.dev # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: Capixaba Dev # the name of your site, e.g. ACME Corp.
lang: pt-br
tagline: Blog de programação, Linux e tecnologia em geral
description: > # this means to ignore newlines until "show_excerpts:"
Blog de programação, Linux e tecnologia em geral
author:
name: Capixaba DEV
minima:
date_format: "%-d, %b %Y"
social_links:
github: capixabadev
telegram: capixabadev
google_analytics: UA-163210642-1
show_excerpts: true
permalink: /:title/
disqus:
shortname: douglasgusson-github-io
sass:
style: compressed
paginate: 10
paginate_path: "/:num/"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap