/kevacoin-website

Source code for https://kevacoin.org

Primary LanguageHTML

kevacoin-website

Source code for https://kevacoin.org

The project uses eleventy as static website generator. The generated website is under /docs.

Installation

npm install

Generation

The generated files are under /docs, do not manually edit these files. We use Liquid language for the web page templates. After making changes to the files, run the following command:

npx eleventy --output docs

Check in your changes as well as the changed files under /docs. The github page will be served from this directory.