diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e8a04f..c70640f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { // Prettier - "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.defaultFormatter": "Jota0222.multi-formatter", "editor.formatOnSave": true, // Shopify Liquid "files.associations": { diff --git a/Gemfile b/Gemfile index dbd3872..7e55e91 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do gem "tzinfo-data" end -gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] \ No newline at end of file diff --git a/_config.yml b/_config.yml index d7e3ef3..150c942 100644 --- a/_config.yml +++ b/_config.yml @@ -23,13 +23,13 @@ tagline: Cybersecurity Write-ups and Hacks description: >- # used by seo meta and the atom feed Simple blog for sharing writeups and such -url: "https://airtfullhacks.github.io" +url: "https://github.com/airtfullhacks.github.io" github: username: saramazal twitter: - username: # optional + username: mazalspace card: summary social: diff --git a/_posts/2024-11-04-first.md b/_posts/2024-11-04-first.md new file mode 100644 index 0000000..685dff1 --- /dev/null +++ b/_posts/2024-11-04-first.md @@ -0,0 +1,29 @@ +--- +title: Welcome to Airtfull Hacks +date: 2024-11-04 +categories: [Welcome, Introduction] +tags: [first-post, welcome] # TAG names should always be lowercase +--- + +# Welcome to Airtfull Hacks! + +This is my first post on this blog. Here I'll be sharing: +- Write-ups +- Security research +- Hacking tutorials +- And more... + +Stay tuned for more content! + +## About Me + +I'm Sara Mazal, and I'm passionate about cybersecurity and ethical hacking. + +## What's Coming Next + +In the upcoming posts, I'll be covering: +1. Security write-ups +2. Tool reviews +3. Tutorial series + +Feel free to follow along! \ No newline at end of file diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000..b5f688b Binary files /dev/null and b/assets/img/android-chrome-192x192.png differ diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000..7d5a743 Binary files /dev/null and b/assets/img/android-chrome-512x512.png differ diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000..e2f2435 Binary files /dev/null and b/assets/img/apple-touch-icon.png differ diff --git a/assets/img/avatar.jpg b/assets/img/avatar.jpg new file mode 100644 index 0000000..e2f2435 Binary files /dev/null and b/assets/img/avatar.jpg differ diff --git a/assets/img/favicon-16x16.png b/assets/img/favicon-16x16.png new file mode 100644 index 0000000..e75a015 Binary files /dev/null and b/assets/img/favicon-16x16.png differ diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000..e4a4c1c Binary files /dev/null and b/assets/img/favicon-32x32.png differ diff --git a/assets/img/favicon.ico b/assets/img/favicon.ico new file mode 100644 index 0000000..84e2a87 Binary files /dev/null and b/assets/img/favicon.ico differ