Skip to content

Commit 4a9111a

Browse files
committed
xkeshav:abcd copied
- Copied the main pages from xkeshav:abcd with proper css while following the template - added a sample.astro as a template
1 parent 79ae964 commit 4a9111a

29 files changed

+999
-31
lines changed

.astro/collections/blogs.schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"type": "string",
99
"maxLength": 60
1010
},
11+
"slug": {
12+
"type": "string"
13+
},
1114
"publishDate": {
1215
"anyOf": [
1316
{

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

abcd.code-workspace

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,19 @@
155155
"window.autoDetectColorScheme": true,
156156
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
157157
"window.zoomLevel": 0.5,
158+
"workbench.colorTheme": "Tokyo Night Storm",
159+
"workbench.editor.pinnedTabSizing": "compact",
160+
"workbench.editor.pinnedTabsOnSeparateRow": true,
161+
"workbench.editorAssociations": {
162+
"*.log": "default"
163+
},
164+
"zenMode.centerLayout": false,
165+
"cSpell.words": [],
166+
"workbench.editor.limit.excludeDirty": true,
167+
"files.readonlyInclude": {
168+
".githooks/**": true,
169+
".github/**": true
170+
},
158171
"workbench.colorCustomizations": {
159172
"activityBar.activeBackground": "#d5ff01",
160173
"activityBar.background": "#d5ff01",
@@ -173,21 +186,7 @@
173186
"titleBar.activeBackground": "#abcd00",
174187
"titleBar.activeForeground": "#15202b",
175188
"titleBar.inactiveBackground": "#abcd0099",
176-
"titleBar.inactiveForeground": "#15202b99",
177-
"tab.activeBorder": "#d5ff01"
178-
},
179-
"workbench.colorTheme": "Tokyo Night Storm",
180-
"workbench.editor.pinnedTabSizing": "compact",
181-
"workbench.editor.pinnedTabsOnSeparateRow": true,
182-
"workbench.editorAssociations": {
183-
"*.log": "default"
184-
},
185-
"zenMode.centerLayout": false,
186-
"cSpell.words": [],
187-
"workbench.editor.limit.excludeDirty": true,
188-
"files.readonlyInclude": {
189-
".githooks/**": true,
190-
".github/**": true
189+
"titleBar.inactiveForeground": "#15202b99"
191190
}
192191
}
193192
}

public/fonts/Boisu-Stroke.otf

77.5 KB
Binary file not shown.
490 KB
Binary file not shown.
10.6 KB
Binary file not shown.
9.16 KB
Binary file not shown.

public/fonts/Roboto-Bold.ttf

163 KB
Binary file not shown.
26.5 KB
Binary file not shown.
20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)