Build the blog.
```
guix build -f make.scm
```
List the built blog
```
tree $(guix build -f make.scm)
```
Host it on a darkhttpd server listening on localhost, and check it out on your web browser.
```
darkhttpd $(guix build -f make.scm) --addr 127.0.0.1
```