Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 824 Bytes

tullingedk/website

Source code to tgdk.se.

Working with the project locally

Before you start, make sure you have Hugo extended version installed. Hugo can be installed via Homebrew on macOS, Linuxbrew on Linux or just as an executable on Windows. See the project GitHub releases or the Hugo website.

Clone the project to your computer.

Download the theme as a git submodule.

git submodule update --init

You can now serve the page locally, on your computer.

hugo serve

View the page http://localhost:1313 in your browser.

Author

Initially written by Vilhelm Prytz.