ethpandaops / ethereum-testnet-homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ethereum-testnet-homepage

A homepage that can be used to show important links and documentation for a given testnet.

Getting started

git submodule update --init --recursive

hugo server -D

Running with docker

(Optional) Building with docker:

git submodule update --init --recursive

docker build -t skylenet/ethereum-testnet-homepage .

The example below shows you how to overwrite the config.yaml and how to set your custom .md file to be rendered on the page.

docker run -it --rm --name testnet-homepage \
           -p 1313:1313 \
           -v $PWD/config.yaml:/app/config.yaml \
           -v $PWD/custom-md-example.md:/app/layouts/partials/custom.md \
           skylenet/ethereum-testnet-homepage

License

MIT License

About

License:MIT License


Languages

Language:HTML 99.0%Language:Dockerfile 0.9%Language:CSS 0.1%