Skip to content

Commit

Permalink
feat(about): implemented about page
Browse files Browse the repository at this point in the history
  • Loading branch information
charles4221 committed Jan 23, 2024
1 parent 54c0451 commit 1307000
Show file tree
Hide file tree
Showing 30 changed files with 1,896 additions and 323 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=BEE90077-5454-4293-8F16-BF4CC5736ECA
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
// VSCode Settings
// VSCode Core Settings
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
Expand All @@ -24,8 +24,11 @@
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[xml]": {
"editor.defaultFormatter": "DotJoshJohnson.xml"
},
// Extension Settings
"eslint.enable": true,
"eslint.format.enable": false,
"eslint.format.enable": false, // formatting is handled by prettier
"prettier.enable": true
}
9 changes: 8 additions & 1 deletion customtypes/about/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@
"status": true,
"json": {
"Main": {
"title": {
"type": "Text",
"config": {
"label": "Title",
"placeholder": ""
}
},
"content": {
"type": "StructuredText",
"config": {
"label": "Content",
"placeholder": "",
"allowTargetBlank": true,
"single": "paragraph,preformatted,heading1,heading2,heading3,heading4,heading5,heading6,strong,em,hyperlink,image,embed,list-item,o-list-item,rtl"
"multi": "paragraph,preformatted,heading1,heading2,heading3,heading4,heading5,heading6,strong,em,hyperlink,image,embed,list-item,o-list-item,rtl"
}
},
"headshot": {
Expand Down
Loading

0 comments on commit 1307000

Please sign in to comment.