mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 10:02:00 +00:00
31 lines
537 B
Markdown
31 lines
537 B
Markdown
## Personal Website
|
|
|
|
Source code for my personal website. Built with Hugo, minimal design. \
|
|
See it live at: [agres.online](https://agres.online)
|
|
|
|
## Stack
|
|
|
|
- Hugo v0.152.2 on linux/amd64 (Works only with new template system, e.g. v0.146.0 and above)
|
|
- No themes
|
|
- Inter typeface
|
|
- Custom CSS
|
|
|
|
## Local Development
|
|
|
|
To run locally:
|
|
```bash
|
|
make serve
|
|
```
|
|
|
|
To build:
|
|
```bash
|
|
make build
|
|
```
|
|
|
|
For Hugo documentation see [https://gohugo.io/documentation/](https://gohugo.io/documentation/)
|
|
|
|
## Author & Licence
|
|
|
|
Dominik Agreš
|
|
MIT Licence
|