Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1 KB

README.md

File metadata and controls

29 lines (17 loc) · 1 KB

Samil's Personal Hugo Site

This is the repository hosting the files for my personal website.

It is based on Hugo and uses the PaperMod theme.

Getting started

In order to contribute, or fork this for yourself, you will first need to clone this repository.

git clone https://github.com/SamilKaraduman/my-hugo-site.git

Secondly, make sure you have Hugo installed. Installation will depend on your platform, so make sure to view their documentation.

Once everyting is set up, run the following commands to start a Hugo development server:

cd my-hugo-site
hugo server

You will then have a web server running at http://localhost:1313.

Credits