Modified building-my-website-in-hugo.md

This commit is contained in:
2025-04-08 08:43:58 +02:00
parent 08f4dfaf5d
commit 71872bedfc
5 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,5 +2,6 @@ public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
deploy.sh
/.hugo_build.lock

View File

@@ -1 +1,3 @@
# Visit my website https://patrickcanal.xyz
![Screenshot.png](static/website.png)

View File

@@ -32,5 +32,8 @@ hugo server
```
and you are ready to go. A complete blog in seconds.
![website.png](/website.png)
(This is a recursive website 😵‍💫)
## Conclusion
Building a personal website with Hugo was faster and easier than I could have ever done in plain HTML. With minimal setup and maximum flexibility, Hugo proved to be the perfect choice for my blog. Now, I can focus on writing posts worrying about the infamous [Hypertext Markup Language](https://en.wikipedia.org/wiki/HTML).

BIN
static/website.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Submodule themes/terminal deleted from 2cbfdf00f6