Static generated website using elevently, using nunjucks as templating language.
npm run start
npm run build
Modify the options in .eleventy.js
.
eleventyConfig.addGlobalData("proofi", "http://localhost:4200");
eleventyConfig.addGlobalData("opensea", "https://testnets.opensea.io");
eleventyConfig.addGlobalData("contract", "0x61C13Bd0bFCF27F432e0D07cF4E02c8949E8Cb68");
eleventyConfig.addGlobalData("network", "0x5");
eleventyConfig.addGlobalData("network_name", "goerli");
A list with available NFTs is configured in _data
.
The repository contains GitHub actions to deploy the website to GitHub pages.