summaryrefslogtreecommitdiff
path: root/README.md
blob: 92f8db1e4ac371de27f49fa50e933eefc2d92682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Website of Alessandro Iezzi
===========================

This website can be visited on this URL:
[https://alessandroiezzi.it](https://alessandroiezzi.it).

How to build
------------

To build this website, it's needed to install the static website generator
`Hyde`. Once Hyde is installed, just lunch `make`.

Due to this warning:
```
Makefile:35: warning: ignoring prerequisites on suffix rule definition
```
it's suggested to use BSD make instead of GNU make.