2024-04-15 13:50:42 +02:00
2024-04-15 13:50:42 +02:00
2024-04-25 18:49:12 +02:00
2024-06-10 15:48:17 +02:00
2024-04-15 19:10:41 +02:00
2024-04-28 12:27:19 +02:00
2024-06-10 15:48:17 +02:00
2024-04-14 13:47:17 +02:00
2024-04-14 13:59:19 +02:00
2024-04-14 13:47:17 +02:00
2024-04-14 13:47:17 +02:00
2024-04-14 11:28:31 +02:00
2024-04-15 13:50:42 +02:00

Blog

My personal blog, powered by Hugo and the Blowfish theme

Building

Install Nix, then run:

git clone --recursive https://git.nicolabelluti.me/nicolabelluti/blog.git
cd blog
nix develop  # Enter the dev environment
hugo --minify --gc

You can find the source code of the website in the public/ directory

If you want to start the dev server, you need to run:

hugo server --buildDrafts --buildFuture

Create a new article

To create a new article using the default structure (posts/<year>/<month>/<article_name>), use this command:

hugo new content/posts/$(date +%Y/%m)/<Article name>/index.md
Description
No description provided
Readme 15 MiB
Languages
Markdown 100%