-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (55 loc) · 1.32 KB
/
_config.yml
File metadata and controls
61 lines (55 loc) · 1.32 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
title: The Mukti Community
logo: /assets/images/logo.png
url: https://mukticommunity.github.io
baseurl: ""
disqus_shortname: mukti-2
##
# 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: mukticommunity@proton.me
github: "https://github.com/MuktiCommunity"
telegram: https://t.me/+wFGdHiypdQhkZWU9
# stackoverflow: "https://stackoverflow.com"
# discord: "https://discord.com/"
# mastodon: "https://lile.cl/"
##
# Plugins configuration
##
plugins:
- jekyll-archives
- jekyll-last-modified-at
- jekyll-seo-tag
- jekyll-polyglot
##
# Polyglot configuration
##
languages: ["en"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css", "public"]
parallel_localization: false
##
# Archives configuration
##
jekyll-archives:
enabled:
- categories
layout: blog
permalinks:
category: "/category/:name/"