/my-hugo-site

This repository includes all the Hugo files necessary to build and manage my personal website. Here, you’ll find the configuration, content, themes, and layouts used to generate the static site hosted on GitHub Pages.

Primary LanguageHTMLMIT LicenseMIT

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