Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpinelinux/alpine-mksite
[MIRROR] Website for alpinelinux.org
https://github.com/alpinelinux/alpine-mksite
alpine-linux website
Last synced: 2 months ago
JSON representation
[MIRROR] Website for alpinelinux.org
- Host: GitHub
- URL: https://github.com/alpinelinux/alpine-mksite
- Owner: alpinelinux
- Created: 2016-04-14T12:19:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T14:32:54.000Z (almost 5 years ago)
- Last Synced: 2024-06-22T00:20:46.799Z (7 months ago)
- Topics: alpine-linux, website
- Language: CSS
- Homepage: https://gitlab.alpinelinux.org/alpine/infra/alpine-mksite
- Size: 4.92 MB
- Stars: 3
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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-lyamlTo 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