-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·54 lines (47 loc) · 1.5 KB
/
_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
51
52
53
54
# Plugins
plugins:
- jekyll-paginate
# Permalinks
permalink: /:year/:month/:day/:title/
# Setup
timezone: 'Europe/Stockholm'
title: 'Marcus Efraimsson'
tagline: "Let's Get Personal"
description: "Marcus Efraimsson is a software developer, thinker, blogger with an appetite for technical challenges and new technology."
url: https://marcus-e.se
baseurl: '/'
paginate: 5
paginate_path: "/page/:num"
meta:
keywords: 'Marcus, Efraimsson, Developer, Computer, Programming, Go, Golang, Code, Blog, Stockholm, Software Development'
description: "Marcus Efraimsson is a software developer and blogger from Stockholm, Sweden."
author:
name: 'Marcus Efraimsson'
first_name: Marcus
lastname: Efraimsson
twitter: https://twitter.com/mefraimsson
facebook: https://www.facebook.com/marcus.efraimsson
linkedin: https://www.linkedin.com/in/marcusefraimsson
github: https://github.com/marefr
stack_overflow: http://stackoverflow.com/users/988019/marefr
# Custom vars
disqus_shortname: marcus-e
analytics: G-04SJ2QBGMD
facebook_appid: 828922030493446
github:
repo: https://github.com/marefr/marefr.github.io
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
is_post: true
disqus: true
disqus_comment_count: true
sitemap:
changefreq: weekly
priority: 0.9
exclude:
- vendor