Skip to content

plaguss/plaguss.github.io

Repository files navigation

plaguss.github.io

Repository for my personal website.

Built thanks to hugo and the theme PaperMod.

Kind reminders of the relevant commands:

Creating the site:

hugo new site plaguss.github.io

Get the theme (PaerMod in this case):

git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1

Run the server to see locally:

hugo server

To show posts marked with draft:

hugo server -D

Add a new post

hugo new blog/my-first-post.md

In case something is to be added to /home, add the content on the scripts/create_home.py file, and run the scriot.

The deployment is automated, just push to the main branch and run.