-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
207 lines (172 loc) · 5.36 KB
/
_config.yml
File metadata and controls
207 lines (172 loc) · 5.36 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# The Site Configuration
# Import the theme
theme: jekyll-theme-chirpy
# Language › http://www.lingoes.net/en/translator/langcode.htm
lang: en
# Timezone › https://zones.arilyn.cc
timezone: Asia/Kolkata
# ---------------------------------------------------------------------------
# Jekyll SEO Tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ---------------------------------------------------------------------------
title: Akash Talole
tagline: Lead AI Engineer — Practical notes on Claude Code, GitHub Copilot, Agentic AI, and AI in the SDLC
description: >-
Practical AI engineering from the trenches. Hands-on notes on Claude Code,
GitHub Copilot, Microsoft Copilot Studio, agentic AI, coding agents, agent
skills, and AI in the software development lifecycle — written by a Lead AI
Engineer with 11 years of industry experience.
# GitHub Pages URL — no trailing slash
url: "https://akashtalole.github.io"
# Base URL — empty for user/org sites (username.github.io)
# Set to /repo-name only for project sites
baseurl: ""
github:
username: akashtalole
twitter:
username: akashtalole
social:
name: Akash Talole
email: ""
links:
# First entry is the copyright owner link
- https://github.com/akashtalole
- https://twitter.com/akashtalole
# ---------------------------------------------------------------------------
# Site Verification (fill in when needed)
# ---------------------------------------------------------------------------
webmaster_verifications:
google: # Google Search Console verification code
bing: # Bing Webmaster Tools verification code
# ---------------------------------------------------------------------------
# Web Analytics (fill in when needed)
# ---------------------------------------------------------------------------
analytics:
google:
id: # Google Analytics measurement ID (G-XXXXXXXXXX)
goatcounter:
id: # GoatCounter site ID
# Page views — leave empty to disable
pageviews:
provider:
# ---------------------------------------------------------------------------
# Appearance
# ---------------------------------------------------------------------------
# Color scheme: light | dark | (empty = follow system preference)
theme_mode:
# CDN for media assets — leave empty to serve locally
cdn:
# Sidebar avatar (local path or CORS URL)
avatar: /assets/img/avatar.jpg
# Global social preview image for og:image SEO meta tag
social_preview_image:
# ---------------------------------------------------------------------------
# Post defaults
# ---------------------------------------------------------------------------
# Table of contents — enabled globally; disable per-post with `toc: false`
toc: true
# Comments — set provider to enable: disqus | utterances | giscus
comments:
provider:
disqus:
shortname:
utterances:
repo: # <gh-username>/<repo>
issue_term: # url | pathname | title
giscus:
repo: # <gh-username>/<repo>
repo_id:
category:
category_id:
mapping: # default: pathname
strict: # default: 0
input_position: # default: bottom
lang: # default: site.lang
reactions_enabled: # default: 1
# ---------------------------------------------------------------------------
# Static assets
# ---------------------------------------------------------------------------
# Self-hosted Chirpy static assets (assets/lib submodule)
# Leave enabled empty (false) to load assets from CDN instead
assets:
self_host:
enabled:
env: # development | production | (empty = both)
# ---------------------------------------------------------------------------
# PWA
# ---------------------------------------------------------------------------
pwa:
enabled: true
cache:
enabled: true
deny_paths:
# - "/example"
# ---------------------------------------------------------------------------
# Pagination & URLs
# ---------------------------------------------------------------------------
future: false # Only publish posts whose date is on or before the build date
paginate: 10
# ---------------------------------------------------------------------------
# Jekyll build — do not modify below unless you know what you're changing
# ---------------------------------------------------------------------------
kramdown:
footnote_backlink: "↩︎"
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
collections:
tabs:
output: true
sort_by: order
defaults:
- scope:
path: ""
type: posts
values:
layout: post
comments: true
toc: true
permalink: /posts/:title/
- scope:
path: _drafts
values:
comments: false
- scope:
path: ""
type: tabs
values:
layout: page
permalink: /:title/
sass:
style: compressed
compress_html:
clippings: all
comments: all
endings: all
profile: false
blanklines: false
ignore:
envs: [development]
exclude:
- "*.gem"
- "*.gemspec"
- docs
- tools
- README.md
- LICENSE
- CLAUDE.md
- purgecss.js
- "*.config.js"
- "package*.json"
jekyll-archives:
enabled: [categories, tags]
layouts:
category: category
tag: tag
permalinks:
tag: /tags/:name/
category: /categories/:name/