-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
78 lines (72 loc) · 1.49 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Site settings
title: Spread The World
email: blanca@spreadtheworld.org
description: Making a difference in communities worldwide through sustainable development and education.
url: "https://spreadtheworld.org"
baseurl: ""
repository: "RocketDan11/RocketDan11.github.io"
# Build settings
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
minimal_mistakes_skin: "default"
# Site Author
author:
name: "Your Name"
avatar: "/assets/images/bio-photo.jpg"
bio: "Making the world a better place"
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/ece_dropout"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/RocketDan11"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-include-cache
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# Reading Files
include:
- .htaccess
- _pages
# Exclude from processing
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- package-lock.json
- Rakefile
- README
- tmp