diff --git a/.vscode/extensions.json b/.vscode/extensions.json index daaa5ee..8615739 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,7 @@ "recommendations": [ "arcanis.vscode-zipfs", "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode" + "esbenp.prettier-vscode", + "mushan.vscode-paste-image" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 6278784..6b62fc8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "eslint.nodePath": ".yarn/sdks", "prettier.prettierPath": ".yarn/sdks/prettier/index.js", "typescript.tsdk": ".yarn/sdks/typescript/lib", - "typescript.enablePromptUseWorkspaceTsdk": true + "typescript.enablePromptUseWorkspaceTsdk": true, + "pasteImage.forceUnixStyleSeparator": false, + "pasteImage.prefix": "/", + "pasteImage.path": "${projectRoot}/public/images/blog/${currentFileNameWithoutExt}", } diff --git a/data/blog/2023-02-13-lactf-2023-recap.md b/data/blog/2023-02-13-lactf-2023-recap.md new file mode 100644 index 0000000..76cf76a --- /dev/null +++ b/data/blog/2023-02-13-lactf-2023-recap.md @@ -0,0 +1,24 @@ +--- +title: LA CTF 2023 Recap +authors: [Benson Liu] +category: News +tags: [lactf, ctf, events] +description: LA CTF 2023 was a huge success as the largest event in our club's history! We learned a lot organizing this event for the past year and wanted to recap some of the highlights. +image: /images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png +--- + +![LA CTF 2023 logo](/images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png) + +LA CTF 2023 was a huge success as the largest event in our club's history! We learned a lot working on organizing this event for the past year so we wanted to recap some of the highlights. + +
+ +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/public/images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png b/public/images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png new file mode 100644 index 0000000..aa7312f Binary files /dev/null and b/public/images/blog/2023-02-13-lactf-2023-recap/2023-09-01-20-49-13.png differ diff --git a/styles/Blog.module.scss b/styles/Blog.module.scss index 413038d..8277362 100644 --- a/styles/Blog.module.scss +++ b/styles/Blog.module.scss @@ -11,7 +11,7 @@ display: flex; flex-direction: column; width: 450px; - height: 450px; + height: 500px; border: var(--cyber-gold) 2px solid; border-radius: 2rem; transition: box-shadow 0.2s;