MrSom3body / MrSom3body.github.io

My personal homepage
http://karun.sndh.dev/
1 stars 0 forks source link

🌐 MrSom3body's Homepage

Welcome to the repository for my personal homepage! This site is powered by Hugo and styled with the sleek Blowfish theme. It's built and deployed using GitHub Actions, ensuring smooth integration and continuous deployment.

πŸ› οΈ Development & Setup

πŸš€ Getting Started

  1. Clone the repository
    First, clone the repository to your local machine:

    $ git clone git@github.com:MrSom3body/MrSom3body.github.io.git
  2. Activate the Nix environment
    If you're using Nix, all dependencies (such as Hugo) are automatically managed, ensuring consistency across different environments:

    $ nix develop

    Note: You can manually install Hugo, but using Nix is recommended for a more streamlined setup.

  3. Run the local development server
    Launch a local development server to preview the site in real time:

    $ hugo server

    Your site will be live at http://localhost:1313, and changes made to the files will automatically reload in the browser.

πŸ“‚ Project Structure

Here's a quick overview of the directory structure:

🀝 Contributing

Contributions are welcome! If you have suggestions, improvements, or spot a bug, feel free to open an issue or submit a pull request.