Skip to content

alpinelinux/alpine-mksite

Repository files navigation

The following dependencies are needed to build the site:

  apk add \
    busybox-extras \
    curl \
    git \
    lua5.3 \
    lua-discount \
    lua-feedparser \
    lua-filesystem \
    lua-lustache \
    lua-lyaml

To build the site please run:

  make

To set up a local web server please run:

  busybox-extras httpd -c ../httpd.conf -p 8000 -h _out/

Then point your web browser to http://localhost:8000