Add responsive design for mobile devices and tablets
update README formatting
add copyright headers
This repository contains the source code for the artist Zepol's gallery website at artbyzepol.com.
To build this site you need to install the haunt SSG.
The easiest way to get the proper development environment set up is by using guix. The site can then be built and served locally on port 8080 (by default) with the following command line invocations:
git clone https://git.sr.ht/~jgart/artbyzepol
cd artbyzepol
guix environment --ad-hoc haunt
haunt build
haunt serve
Passing the --watch
flag to haunt serve
will rebuild the site when files change. This is useful for development.
To change the default port of the haunt serve
subcommand use the --port
option followed by the desired port as an integer argument.