-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
58 lines (52 loc) · 1.22 KB
/
_config.yml
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
title: AwesomeJT
logo: /assets/images/logo.avif
baseurl: /awesome-jekyll-theme
##
# Typewritter configuration.
# Feel free to disable if you don't like it.
##
typewriter_effect: true
##
# Collections configuration
##
collections:
projects:
output: true
##
# Contact Channels configuration
# Uncomment for enable. Available contact channels are email, github, telegram, stackoverflow, discord, mastodon.
# Please fell free to send a PR if you need a new one.
# DISABLE GITHUB setting it as an empty string: ""
# if false, then no contact channels will be display.
##
contact_channels_section: true
contact_channels:
# email: "[email protected]"
github: "https://github.com/a-chacon"
# telegram: "https://t.me/"
# stackoverflow: "https://stackoverflow.com"
# discord: "https://discord.com/"
# mastodon: "https://lile.cl/"
##
# Plugins configuration
##
plugins:
- jekyll-archives
- jekyll-seo-tag
- jekyll-polyglot
##
# Polyglot configuration
##
languages: ["en"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css", "public"]
parallel_localization: true
##
# Archives configuration
##
jekyll-archives:
enabled:
- categories
layout: blog
permalinks:
category: "/category/:name/"