Skip to content

gatezh/blog

Repository files navigation

Serge Gatezh's personal blog

Built with Hugo.

Development

Clone

This repository contains theme submodule. To clone repository with all its submodules:

git clone --recursive

If you have already cloned the repository with git clone you need to download submodules before starting dev server:

git submodule update --init

Start

Install Hugo if you still don't have it.

To start Hugo development server with drafts enabled:

hugo server -D

Releases

No releases published

Packages

No packages published