https://github.com/detro/detro.github.io
ivandemarino.me blog, pages and more madness
https://github.com/detro/detro.github.io
Last synced: 3 months ago
JSON representation
ivandemarino.me blog, pages and more madness
- Host: GitHub
- URL: https://github.com/detro/detro.github.io
- Owner: detro
- License: cc-by-4.0
- Created: 2013-08-09T22:45:13.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T08:12:23.000Z (about 1 year ago)
- Last Synced: 2025-08-17T06:32:51.393Z (11 months ago)
- Language: Less
- Size: 22.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zio Ivan's Blog
This repository contains the source code for my personal blog and website,
[Zio Ivan](https://ivandemarino.me/).
It is a static site built with [Hugo](https://gohugo.io/).
## Prerequisites
To build and run this site locally, you need the tools listed in
[`.tool-versions`](./.tool-versions).
I recommend installing [`asdf`](https://asdf-vm.com/) and then running:
```shell
$ cut -d' ' -f1 .tool-versions | while read T; do asdf plugin add $T; done
```
## License
All content is **© Ivan De Marino** and
licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
unless otherwise stated.