Skip to content

dmerejkowsky/blog

Repository files navigation

Description

This repository contains the sources of https://dmerej.info/blog, built with hugo

Original theme by Munif Tanjim.

Notes for reviewers

You can read the markdown files directly in forge interface, or follow these steps to see what the actual contents would look like:

  • Use git submodule to fetch the theme at the correct revision
$ git clone git@github.com:dmerejkowsky/blog.git
$ cd blog
$ git submodule update --init
  • Install hugo

  • Build a local copy of the blog:

$ hugo serve