-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config-dev.yml
37 lines (31 loc) · 1.29 KB
/
_config-dev.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
# Site settings
title: Hello, world! I'm Anders
name: Anders # your name
email: peakbreaker.io@gmail.com # your email address
description: > # this means to ignore newlines until "baseurl:"
This is where I write my daily technology insights - Here you'll find tech,
tuts and talk from my life as an engineer.
baseurl: "/blog" # the subpath of your site, e.g. /blog
url: "https://peakbreaker.com" # the base hostname & protocol for your site
site-twitter: peakbreaker # your Twitter username
social-twitter: peakbreaker # add your Twitter handle
social-facebook: # add your Facebook handle
social-linkedin: anders-l-hurum # add your Linkedin handle
social-github: peakbreaker # your Github username
social-email: peakbreaker.io@gmail.com # add your Email address
# Author Settings
author: Anders L. Hurum # add your name
author-img: anders_profile.jpg # add your photo
about-author: Hoping to write code as beautiful as my girlfriend | Data Engineer at <a href="http://www.amedia.no/">Amedia</a>
discus-identifier: peakbreaker-blog # your disqus username
analytics: # Google Analytics
# Build settings
permalink: ':title/'
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
- jemoji
paginate: 8
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]