-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (44 loc) · 940 Bytes
/
_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
# Github Unmodifiable Settings
safe: true
lsi: false
source: .
markdown: kramdown
highlighter: rouge
# github: [Repository metadata]
# SEO Settings
title: Mark Monteiro
description: Mark Monteiro is a software engineer and web developer. This is his personal website and portfolio.
url: https://markmonteiro.info
logo: /favicon-194x194.png
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true
# Exclude certain files/directories from processing.
# By default, dotfiles and The following items will not be processed.
# "Gemfile"
# "Gemfile.lock"
# "node_modules"
# "vendor/bundle/"
# "vendor/cache/"
# "vendor/gems/"
# "vendor/ruby/"
exclude:
- LICENSE
- README.md
- Rakefile
- package.json
- package-lock.json
collections:
- projects
- experiences
sass:
implementation: sass-embedded
style: :compressed
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-autoprefixer