Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 469 Bytes

1.installation.md

File metadata and controls

29 lines (19 loc) · 469 Bytes

Instalation Hobikoding

Clone

Clone this repository

git clone git@github.com:hobikoding/hobikoding.github.io.git
cd hobikoding

Update Submodule

Update submodule (docs and themes/hobikoding-theme)

git submodule init
git submodule update

Running Project

Run this project with

hugo server --disableFastRender --ignoreCache

Make sure You have installed hugo, see here