-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (44 loc) · 998 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
51
# To reload this you need to restart the jekyll serve command
title: "Sturla's Blog"
description: "I'm an Embedded Electronics Engineer with an interest in all technology."
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
exclude:
- includes
theme: minima
show_excerpts: true
header_pages:
- "about.md"
- "tags.md"
timezone: "Europe/Stockholm"
repository: "Sturla22/Sturla22.github.io"
url: "https://sturla22.github.io"
logo: "/assets/img/SturlasBlog.webp"
author: "Sturla Lange"
github_username: "Sturla22"
linkedin_username: "sturla-lange"
google_analytics: "G-4WPTQHW2DS"
defaults:
-
scope:
path: ""
values:
layout: "post"
image: "/assets/img/SturlasBlog.webp"
author: "Sturla Lange"
jekyll_compose:
default_front_matter:
posts:
last_modified_at:
permalink:
description:
image:
published: true
sitemap: true
tags:
- "Example Tag"
feed:
excerpt_only: true
posts_limit: 100