-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
179 lines (157 loc) · 4.83 KB
/
_config.yml
File metadata and controls
179 lines (157 loc) · 4.83 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# -------------------
# Jekyll Config
# --------------------
baseurl: ""
url: "https://jekyll-origin.netlify.app"
permalink: pretty
markdown: kramdown
highlighter: rouge
# Plugins
plugins:
- jekyll-environment-variables
- jekyll-paginate
paginate: 6
paginate_path: "/blog/page/:num"
# Collections
collections_dir: collections
collections:
posts:
output: true
permalink: /blog/:path/
# Pages
defaults:
- scope:
path: ""
type: posts
values:
layout: post
weight: 999
- scope:
path: "images"
values:
image: true
- scope:
path: "categories"
values:
permalink: /category/:basename/
- scope:
path: "pages"
values:
permalink: /:basename/
# SCSS
sass:
style: compact
# Excludes
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- netlify.toml
# -------------------
# Theme Config
# --------------------
title: "Salil Ponde"
category_dir: "category"
colors:
#light-mode colors
primary_bg: "#EC255A"
primary_bg_2: "#eed2d9"
primary_bg_3: "#eed2d9"
primary_text: "#f9fafb"
base_bg: "#ffffff"
base_bg_2: "#ebeef0"
base_bg_3: "#d6dbe0"
base_text: "#191a1a"
base_text_2: "#555555"
logo_text: "#191a1a"
menu_text: "#191a1a"
# dark-mode colors
primary_bg_dark: "#EC255A"
primary_bg_2_dark: "#eed2d9"
primary_bg_3_dark: "#eed2d9"
primary_text_dark: "#f9fafb"
base_bg_dark: "#121418"
base_bg_2_dark: "#1d2026"
base_bg_3_dark: "#24272d"
base_text_dark: "#F4F4F5"
base_text_2_dark: "#D1D5DB"
logo_text_dark: "#F4F4F5"
menu_text_dark: "#F4F4F5"
fonts:
use_google_fonts: false # will use external google_fonts url below
google_fonts_url: "https://fonts.googleapis.com/css2?&family=Schibsted+Grotesk:wght@400;500&family=Open+Sans:wght@300;400;500;600;700&family=Fira+Mono&display=swap"
use_self_hosted_fonts: true # font files must be placed in /assets/fonts folder and the @font-face definitions must be added to /assets/css/fonts.css
heading: "Schibsted Grotesk"
base: "Open Sans"
monospace: "Fira Mono"
logo: "Schibsted Grotesk"
logo:
logo_text: "Salil Ponde"
logo_image: assets/images/logo/logo.svg
logo_image_mobile: assets/images/logo/logo-mobile.svg
logo_image_invert: assets/images/logo/logo-invert.svg
logo_image_invert_mobile: assets/images/logo/logo-invert-mobile.svg
logo_image_desktop_height: "30px"
logo_image_desktop_width: "30px"
logo_image_mobile_height: "28px"
logo_image_mobile_width: "28px"
show_logo_image_on_mobile: true
show_logo_image_on_desktop: true
show_logo_text_on_mobile: false
show_logo_text_on_desktop: true
header:
fixed: false
open_graph:
meta_opengraph_type: "website"
meta_twitter_card: "summary"
meta_twitter_site: "@zerostaticio"
meta_twitter_creator: "@zerostaticio"
darkmode:
enable_dark_mode: true
show_dark_mode_toggle_in_header: false
show_dark_mode_toggle_in_bottom: true # displays the dark mode toggle switch in the footer and allows the user to manually change the mode
show_dark_mode_toggle_in_mobile_menu: false # displays the dark mode toggle switch in the footer and allows the user to manually change the mode
cookie_banner:
enabled: true
show_manage_cookies_at_bottom: true
analytics:
disable_analytics_on_localhost: false # prevents polluting analytics data while developing but enabling can be useful
google_analytics_id: "" # G-XXXXXXXXXX
gtm_id: "" # GTM-XXXXXXXX
plausible_data_domain: "" # mywebsite.com
umami_data_website_id: "" # ddd14336-5fb0-4cdd-8f32-e1bfa906cc2b
umami_src: "" # https://analytics.eu.umami.is/script.js
comments:
commento:
enabled: false # you must have a commento account and be on the correct domain. does not work locally.
disqus:
shortname: "zerostatic" # Your disqus shortcode for example "zerostatic". leave this blank ie "" to disable.
newsletter:
mailchimp:
form_action_url: "https://zerostatic.us21.list-manage.com/subscribe/post?u=798e19886b83aaab346734382&id=f1c526a772&f_id=0027e3e6f0"
form_title: "Stay In Touch"
contact_form:
use_netlify_form: true
use_formspree_form: false
formspree_endpoint: https://formspree.io/f/moqyklqv
netlify_form_name: "contact"
menu:
show_dropdown_items_in_mobile_menu: false
show_social_media_in_mobile_menu: true
footer:
enable_footer: false # show/hide the entire footer
footer_title: "Salil Ponde"
footer_description: "Cloud/DevOps Engineer."
enable_social_media_icons: true
enable_menu_footer_primary: true
enable_menu_footer_secondary: false
enable_menu_footer_tertiary: false
footer_primary_menu_title: "Menu 1"
footer_secondary_menu_title: "Menu 2"
footer_tertiary_menu_title: "Menu 3"
bottom:
enable_bottom: true # show/hide the entire bottom (below the footer)
enable_bottom_menu: true # if enabled, the bottom menu can be edited in `_data/menu.yml`
copyright_text: "© 2025 Salil Ponde"
show_rss_icon: true