-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (37 loc) · 844 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
# Site settings
title: Alex DiLiberto
baseurl: ""
url: "https://alexdiliberto.com"
firstname: Alex
lastname: DiLiberto
author: Alex DiLiberto
# Contact settings
username: alexdiliberto
twitter_username: alex_diliberto
facebook_username: diliberto.alex
email: [email protected]
city: "Charlotte, NC, USA"
# Build settings
encoding: utf-8
markdown: kramdown
highlighter: rouge
permalink: /posts/:title/
# Sass
sass:
sass_dir: _sass
style: :compressed
# Jekyll Plugins
plugins:
- jekyll-sitemap
- jemoji
# Exclude files and directories
exclude:
- talks/**/node_modules
- node_modules
# Defaults
defaults:
-
scope:
path: "" # empty string represents all files
values:
description: "Hi! I'm Alex DiLiberto, software engineer and web developer living in Charlotte, NC and this is my personal site."