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
![]() |
index : gexp-make | |
| Proof-of-concept G-expression based Make-like build tool |
| about summary refs log tree commit diff |
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