forked from bchiang7/bchiang7.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (31 loc) · 767 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
# Site settings
name: Carston Hernke
title: Carston Hernke | Data
description: A data engineer that loves geospatial data, cold brew coffee, and new learning new things.
url: https://carston.org/
# baseurl: 'https://carston.org' # remove before push
email: [email protected]
cover: https://carston.org/img/og.png
logo: https://carston.org/img/emojis/male-technologist.png
resume: https://carston.org/resume.pdf
permalink: pretty
# Google services
google_analytics: UA-117124950-1
# Build settings
markdown: kramdown
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- '*.gemspec'
- 'README.md'
- 'node_modules'
- 'build'
- 'gulpfile.js'
- 'package.json'
keep_files:
- 'CNAME'
- '.git'
- '.gitignore'
plugins_dir:
- jekyll-minifier
- jekyll-sitemap