This blog is built with Hugo, a fast and flexible static site generator.
- Hugo (extended version recommended)
-
Clone the repository:
git clone <repository-url> cd blog
-
Initialize and update the FixIt theme submodule:
git submodule update --init --recursive
-
Start the Hugo development server:
hugo server
-
Open your browser and navigate to
http://localhost:1313
The site will automatically reload when you make changes to the content or configuration.
To build the static site for production:
hugoThe generated site will be available in the public/ directory.