-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (44 loc) · 1.1 KB
/
_config.yml
File metadata and controls
55 lines (44 loc) · 1.1 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
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
# Permalinks
permalink: pretty
relative_permalinks: false
# Setup
title: "Learning OSS"
tagline: 'Edison Garcia'
description: '"Live as if you were to die tomorrow. Learn as if you were to live forever." <span style="font-size:18px">- Mahatma Gandhi <span/>'
disclosure: "Opinions are my own and not the views of any company. Blog content/code doesn't have any warranty, please use as your own risk."
url: http://learningoss.com
baseurl: /
author:
name: 'Edison Garcia'
url: https://github.com/egachi
paginate: 5
# Custom vars
version: 2.1.0
github:
repo: https://github.com/egachi
# Google Analytics
google_analytics: G-WZL57VMGHB
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- vendor/
sass:
sass_dir: _sass
style: :compressed