-
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.86 KB
/
Copy path_config.yml
File metadata and controls
68 lines (59 loc) · 1.86 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 Info
title: "Gutem"
description: "Thoughts, Black Tea and some Code"
repository: Gutem/gutem.github.io
google_verify: QcXys_5Oyz_Ak_gesqUXl52-fy4KlqAP1AIJ64U2qcU # Put your Google Verification here
# Author Info
author_name: "Gutem"
author_email: gutemhc@gmail.com
# author_gravatar: 2b38b1b0e7e08b69379bd61582adf0c8 # Gravatar md5 hash
twitter_username: gutemhc
# Social / Support / Integrations
github_username: Gutem
github_sponsors: Gutem # github.com/sponsors/<user> (requires GitHub Sponsors enabled)
buymeacoffee: "" # buymeacoffee.com/<user> (optional)
onesignal_app_id: "75ab249c-8701-41a9-9f35-43f32ebf3292" # OneSignal Web Push App ID
og_default_image: "/assets/touch-icon.png"
# Site Settings
url: "https://gutem.github.io" # Absolute site URL (no trailing slash)
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /posts/:title # Post permalink
timezone: America/Sao_Paulo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Site Build
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "Gemfile.lock", "node_modules", ".github" ]
plugins:
- jekyll-sitemap
- jekyll-redirect-from
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
-
scope:
type: "drafts"
values:
layout: "post"