Skip to content

dmerejkowsky/blog

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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