Website of mHACKeroni CTF team
- Install Hugo on your machine.
- Clone this repository:
git clone [email protected]:mhackeroni/mhackeroni.github.io.git
- Navigate to the cloned directory:
cd mhackeroni.github.io
- Initialize the submodules (Blowfish theme):
git submodule update --init --recursive
- Start the Hugo server:
hugo server
- Open your web browser and go to
http://localhost:1313
to view the site. Edits you make will automatically refresh the page.
Once you are done editing, you can commit your changes and push them to remote to trigger a deployment.