Do not follow this link

~jgart/artbyzepol

artbyzepol.com
Add responsive design for mobile devices and tablets
update README formatting
add copyright headers

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jgart/artbyzepol
read/write
git@git.sr.ht:~jgart/artbyzepol

You can also use your local clone with git send-email.

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.

Do not follow this link