website-draft

This repository contains the draft of my personal website.

Requirements

The website is built by Hugo. So you have to install it on your computer.

Install Hugo

sudo apt-get install hugo

Usage

Content

You have to provide your own website content, that you have to place in a subfolder named "content".

Build

With Hugo you can build a website from your content files with the following command:

hugo server