-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
53 lines (42 loc) · 1.34 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
#
# Global site config
#
# [site encoding]
encoding: utf-8
# [Name of visual theme]
#theme: jekyll-theme-hacker
remote_theme: pages-themes/[email protected]
# [The title of your site]
title: My Shell Utils
# [A short description of your site's purpose]
description: Because scripts are the powerful tool for automating things 🧰😉
# [author of posts]
author: davorpa
# ["true" or "false" to indicate whether to provide a download URL]
show_downloads: false
# [Your Google Analytics tracking ID]
google_analytics: "UA-203788397-1"
# [Number of posts in one paginated section (default: 3)]
paginate: 5
# Declare rubygem used plugins
plugins:
- jekyll-remote-theme
- jemoji
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-gist
- jekyll-feed
- jekyll-github-metadata
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
# Exclude some files from site deployment
exclude:
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE"
- "**.xcf"
gist:
# Disabling noscript support. Default: true
# By default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate noscript tags for search engines and browsers without JavaScript support. If you'd like to disable this feature, for example, to speed up builds locally, add the following to your site's _config.yml:
noscript: true