An open API service indexing awesome lists of open source software.

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

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.