Skip to content

n4igme/n4igme.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n4igme.github.io

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.

Table of Contents

About

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.

Features

  • 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.

Installation

This project uses GitHub Pages to host the site. To run this site locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/n4igme/n4igme.github.io.git
    
  2. Navigate to the Project Directory

    cd n4igme.github.io
    
  3. 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