Skip to content

knoxite/website

Repository files navigation

The knoxite website

🎁 This repository contains the knoxite website.

Prerequisities 👩‍💻

Make sure you have all of the following prerequisites installed on your development machine:

Getting started 🏃

To run the website locally use following commands:

git clone --recurse-submodules https://github.com/knoxite/website.git
cd website
hugo serve -D

After running these commands the server will wait for incoming connections at your localhost. As soon as you edit the content of the blogs configs or markdown posts the server will live-reload the changes.

Further References 📖