Skip to content

l3pp4rd/gediminasm.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My blog

My blog is powered by hugo static site generator.

Install

First, install hugo. And put it in your $PATH.

Install the theme and check necessary dependencies.

make deps

Update config:

cp config.toml.dist config.toml

Serve it on :1313 port:

make

Release

make deploy