-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (62 loc) · 1.21 KB
/
_config.yml
File metadata and controls
74 lines (62 loc) · 1.21 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
69
70
71
72
73
# site
url: "https://example.github.io"
title: "Simplicity"
author: "John Doe"
permalink: "/:title/"
description: ""
keywords:
- blog
# header
logo_image: "/assets/images/logo.png"
search_enabled: true
home_enabled: true
about_enabled: true
# footer
sitemap_enabled: true
feed_enabled: true
# homepage
homepage:
welcome:
title: "Welcome to Simplicity"
subtitle: "A clean and minimalistic Jekyll theme for writing and sharing your thoughts."
# about
about:
author_name: "John Doe"
author_image: "/assets/images/author.jpg"
social_media_enabled: true
# social media
social_media:
email: "example@mail.com"
linkedin: "example"
github: "example"
youtube: "example"
twitter: "example"
instagram: "example"
# giscus (disqus alternative)
giscus: true
# disqus (giscus alternative)
disqus:
shortname: "example"
# plugins
plugins:
- jekyll-postcss
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
# jekyll-paginate
paginate: 5
paginate_path: '/page/:num/'
# jekyll-postcss
postcss:
cache: false
# exclude from build
exclude:
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- package.json
- package-lock.json
- postcss.config.js
- tailwind.config.js