Nicola Belluti 2d01ed07bd
All checks were successful
Build and Publish / build (push) Successful in 1m25s
Added Reddit and updated e-mail
2024-10-14 16:19:11 +02:00
2024-04-15 13:50:42 +02:00
2024-08-08 19:29:36 +02:00
2024-09-03 10:22:58 +02:00
2024-04-15 19:10:41 +02:00
2024-04-28 12:27:19 +02:00
2024-09-03 10:05:07 +02:00
2024-04-14 13:47:17 +02:00
2024-08-12 20:58:49 +02:00
2024-07-30 21:05:49 +02:00
2024-08-01 01:09:03 +02:00

Blog 🌐

Hugo Brain made CC BY-SA 4.0 License Buymeacoffee
CI Badge


My personal blog, powered by Hugo and the Blowfish theme

Building

Install Hugo, then run:

git clone --recursive https://git.nicolabelluti.me/nicolabelluti/blog.git
cd blog
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%