Skip to content

Commit

Permalink
adding img and first post
Browse files Browse the repository at this point in the history
  • Loading branch information
saramazal committed Nov 4, 2024
1 parent bd7d647 commit 5eff770
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Prettier
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "Jota0222.multi-formatter",
"editor.formatOnSave": true,
// Shopify Liquid
"files.associations": {
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
29 changes: 29 additions & 0 deletions _posts/2024-11-04-first.md
Original file line number Diff line number Diff line change
@@ -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!
Binary file added assets/img/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon.ico
Binary file not shown.

0 comments on commit 5eff770

Please sign in to comment.