Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 563 Bytes

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