Welcome to the repository for n4igme.github.io, a personal website and blog showcasing various tools, projects, and resources related to cybersecurity, technology, and more.
This repository contains the source code for my personal website, hosted on GitHub Pages. The website includes information about various projects, tools, and articles related to cybersecurity and technology.
- Project Showcases: Detailed descriptions of various cybersecurity tools and resources.
- Blog Posts: Articles on different topics related to technology and cybersecurity.
- Interactive Elements: Links to external resources and tools.
This project uses GitHub Pages to host the site. To run this site locally, follow these steps:
-
Clone the Repository
git clone https://github.com/n4igme/n4igme.github.io.git
-
Navigate to the Project Directory
cd n4igme.github.io
-
Serve the Site Locally
You can use a local server to view the site:
# If you have Ruby installed bundle exec jekyll serve # Or use a simple HTTP server python -m http.server