This repository contains the source code for www.photogabble.co.uk. It is built with Eleventy and deployed on Netlify.
- Node.js v16+
You will need to install the required packages using npm install
. There are three commands for building:
npm run build
to build the project for deployingnpm run serve:dev
to build and serve with eleventy in development environmentnpm run serve:prod
to build and serve with eleventy in production environment (drafts filtered)
If you notice something wrong or broken, please let me know by opening an issue, or better yet, a pull request with how you think it should be fixed.
Unless otherwise stated the source code is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See LICENSE. There are certain exemptions to this, explicitly to code snippets I have mirrored, which each contain their license terms where available.