-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
77 lines (69 loc) · 1.78 KB
/
_config.yml
File metadata and controls
77 lines (69 loc) · 1.78 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
71
72
73
74
75
76
77
plugins:
- jekyll-paginate
- jekyll-remote-theme
remote_theme: kzu/beautiful-jekyll@main
author: Daniel Cazzulino
title : Daniel Cazzulino
description : A blog about .NET, C#, Visual Studio and technology
title-img: https://api.kzu.app/devlooped.svg
navbar-img: https://api.kzu.app/background.svg
avatar: https://api.kzu.app/badge.png
social-network-links:
alias: kzu
email: daniel@cazzulino.com
github: kzu
twitter: kzu
stackoverflow: 24684/kzu
linkedin: in/DanielCazzulino
feed: https://feeds.feedburner.com/DanielCazzulino
share-links-active:
github: true
twitter: true
linkedin: true
stackoverflow: true
permalink: /:title/
url: https://blogs.clariusconsulting.net
baseurl: "/kzu"
gtag: G-5THB4CL7H1
google-search-id: fab2fac2137f17958
giscus:
hostname: giscus.app
repository: "kzu/kzu.github.io"
repository-id: "MDEwOlJlcG9zaXRvcnkxOTQzNTIyMA=="
category: "Comments"
category-id: "DIC_kwDOASiO1M4Cl5AB"
mapping: "pathname"
reactions-enabled: "1"
emit-metadata: "0"
input-position: "top"
theme: "light"
lang: "en"
crossorigin: "anonymous"
exclude: [ "README.md", "CNAME", ".gitattributes", ".gitignore", ".editorconfig", "vendor" ]
paginate: 10
port: 3000
host: 127.0.0.1
navbar-links:
Home: "/"
Archive: "/archive/"
About Me: "/about/"
url-pretty: "blogs.clariusconsulting.net"
excerpt_length: 100
feed_show_tags: true
navbar-col: "black"
navbar-text-col: "white"
hover-col: "green"
link-col: "#418C41"
site-css: site.css
defaults:
- scope:
path: ""
type: posts
values:
comments: true
- scope:
path: ""
values:
head-extra:
- favicon.html
footer-extra: license.html