-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
93 lines (80 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "default" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
plugins:
- jekyll-include-cache
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-archives
permalink: /:categories/:title/
paginate: 7 # amount of posts to show
paginate_path: /page:num/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
read_time: true
comments: true
share: true
related: true
# excerpt: true
sidebar:
nav: "docs"
title: "Doanh Luong"
name: "Doanh Luong"
url: "https://kimdoanh89.github.io"
baseurl: "doanhluong.me"
comments:
provider: "disqus"
disqus:
shortname: "doanhluong"
analytics:
provider: "google-gtag"
google:
tracking_id: "UA-50785858-1"
anonymize_ip: false # default
search: true
author:
name: "Doanh Luong"
avatar: "/assets/photo_id_doanh_2.jpg"
bio: "I have a **passion** for working with Network Automation
tools such as Ansible, Nornir, Netbox, Python/Asyncio, etc." # Note: Markdown is allowed
location: "United Kingdom"
links:
- label: "Personal Page"
icon: "fas fa-fw fa-link"
url: "https://kimdoanh89.github.io/doanhluong.me/"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/kimdoanh89"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/doanhkimluong/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/kimdoanh89"
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/kimdoanh89"
category_archive:
type: jekyll-archives
path: /categories/
tag_archive:
type: jekyll-archives
path: /tags/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/