Skip to content

Commit 093df22

Browse files
authored
Merge pull request #3 from recursivezero/feature/RZA-250001
feature/RZA-250001: abcd copied from xkeshav/abcd
2 parents 9ed7ccf + 87ae5b2 commit 093df22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1162
-360
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.

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
88

99
Created Repo from template
1010

11-
1211
### [Unreleased]
1312

1413
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

abcd.code-workspace

Lines changed: 19 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,9 @@
7373
"javascript": "javascriptreact"
7474
},
7575
"eslint.options": {
76-
"extensions": [
77-
".js",
78-
".jsx",
79-
".md",
80-
".mdx",
81-
".ts",
82-
".tsx",
83-
".astro"
84-
]
76+
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx", ".astro"]
8577
},
86-
"eslint.validate": [
87-
"mdx",
88-
"markdown",
89-
"javascript",
90-
"javascriptreact",
91-
"typescript",
92-
"typescriptreact",
93-
"astro"
94-
],
78+
"eslint.validate": ["mdx", "markdown", "javascript", "javascriptreact", "typescript", "typescriptreact", "astro"],
9579
"explorer.compactFolders": false,
9680
"explorer.confirmDelete": false,
9781
"explorer.confirmDragAndDrop": false,
@@ -119,10 +103,7 @@
119103
},
120104
"git.autofetch": true,
121105
"git.branchPrefix": "feature/",
122-
"git.branchProtection": [
123-
"develop",
124-
"main"
125-
],
106+
"git.branchProtection": ["develop", "main"],
126107
"git.branchRandomName.enable": true,
127108
"git.confirmSync": false,
128109
"git.enableCommitSigning": false,
@@ -133,9 +114,7 @@
133114
"js/ts.implicitProjectConfig.checkJs": true,
134115
"peacock.affectSideBarBorder": true,
135116
"peacock.color": "#abcd00",
136-
"prettier.documentSelectors": [
137-
"**/*.astro"
138-
],
117+
"prettier.documentSelectors": ["**/*.astro"],
139118
"prettier.printWidth": 120,
140119
"prettier.quoteProps": "consistent",
141120
"prettier.singleQuote": false,
@@ -155,6 +134,19 @@
155134
"window.autoDetectColorScheme": true,
156135
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
157136
"window.zoomLevel": 0.5,
137+
"workbench.colorTheme": "Tokyo Night Storm",
138+
"workbench.editor.pinnedTabSizing": "compact",
139+
"workbench.editor.pinnedTabsOnSeparateRow": true,
140+
"workbench.editorAssociations": {
141+
"*.log": "default"
142+
},
143+
"zenMode.centerLayout": false,
144+
"cSpell.words": [],
145+
"workbench.editor.limit.excludeDirty": true,
146+
"files.readonlyInclude": {
147+
".githooks/**": true,
148+
".github/**": true
149+
},
158150
"workbench.colorCustomizations": {
159151
"activityBar.activeBackground": "#d5ff01",
160152
"activityBar.background": "#d5ff01",
@@ -173,21 +165,7 @@
173165
"titleBar.activeBackground": "#abcd00",
174166
"titleBar.activeForeground": "#15202b",
175167
"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
168+
"titleBar.inactiveForeground": "#15202b99"
191169
}
192170
}
193-
}
171+
}

components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"components": "components",
1515
"utils": "utils"
1616
}
17-
}
17+
}

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.

0 commit comments

Comments
 (0)