Skip to content

Commit 1afb804

Browse files
committed
feat: add research pages, api monitoring, buy-sell-rent, aoc-2025; reorder pages; add powertoys stuff and update description to include competitive programming
1 parent a5200d2 commit 1afb804

20 files changed

+4874
-28
lines changed

astro.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
title: 'bitmap4',
11+
// customCss: [
12+
// './src/styles/custom.css',
13+
// ],
1114
social: {
1215
github: 'https://github.com/bitmap4',
16+
linkedin: 'https://linkedin.com/in/abhyudit-singh',
17+
email: 'mailto:abhyudit.singh@research.iiit.ac.in',
1318
},
1419
sidebar: [
1520
{
@@ -29,6 +34,10 @@ export default defineConfig({
2934
}
3035
]
3136
},
37+
{
38+
label: 'Research',
39+
autogenerate: { directory: 'research' }
40+
},
3241
{
3342
label: 'Misc',
3443
autogenerate: { directory: 'misc' },

0 commit comments

Comments
 (0)