Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 519 Bytes

clone repository

git clone git@github.com:jugbb/jugbb.github.io.git
cd jugbb.github.io
git submodule init
git submodule update

run locally

  • install hugo according to the Install Hugo guide
  • start the local dev server with hugo server -DF
  • open your browser at localhost:1313

create new post for a talk

  • run hugo new blog/2020/title.md --kind talk

create new post for a Stammtisch

  • run hugo new blog/2020/title.md --kind stammtisch