-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (63 loc) · 1.43 KB
/
_config.yml
File metadata and controls
70 lines (63 loc) · 1.43 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: DevOps Loft Blog
email: "liora [- @ -] lmb.co.il"
description: >
To be the meeting point for DevOps practitioners, past, present and future
minimal_mistakes_skin: dark
search: true
logo: "/assets/images/logo.png"
repository: "devopsloft/devopsloft.github.io"
domain: devopsloft.github.io
url: https://devopsloft.github.io
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes@4.24.0
# Outputting
permalink: /:categories/:title/
paginate: 5
paginate_path: /page:num/
timezone: IL
include:
- _pages
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
author:
name: "Liora Milbaum"
avatar: "/assets/images/lmilbaum.jpg"
bio: "I am DevOps Engineer with a twist"
location: "Tel Aviv, Israel"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/lmilbaum"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:liora@lmb.co.il"
- label: "Schedule time with me"
icon: "fas fa-fw fa-calendar-alt"
url: "https://calendly.com/lmilbaum/chitchat"
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
exclude:
- README.md