Skip to content

hovig/hovig.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running online on Github

- fork this repo and git clone https://github.com/hovig/hovig.github.io.git
- from Settings, change your repo's name to {{YOUR_USERNAME}}.github.io
- make changes to the contents in _config.yml 
- push from terminal or commit on page
- open https://{{yourusername}}.github.io in your browser

Running local

git clone https://github.com/hovig/hovig.github.io.git
cd hovig.github.io
jekyll serve --incremental

Make sure you have Ruby & Jekyll installed - check https://jekyllrb.com/ for more.