Hello whiny.lol

This commit is contained in:
2026-03-09 18:41:02 +00:00
commit b880a1acc2
181 changed files with 3017 additions and 0 deletions

25
README.md Executable file
View File

@@ -0,0 +1,25 @@
# whiny.lol
My personal website built with [Hugo](https://gohugo.io), HTML, CSS and JavaScript.
## Install dependencies
Install `hugo` version `v0.146.0` or above using your package manager of choice.
## Development
Clone this repository and open it in your code editor of choice.
### Testing
To run Hugo's development server, use `hugo server`.
This will build and serve the site locally using the development config at `/config/development/hugo.yaml` alongside the default.
If you are not familiar with Hugo's functionality, take some time to learn via [their documentation](https://gohugo.io/documentation/).
### Building
Run `hugo` to build the website. This will use the default config found at `/config/_default/hugo.yaml`
This builds the website with Hugo.