Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/photogabble/website
2021-2024 Eleventy build
https://github.com/photogabble/website
eleventy eleventy-website
Last synced: about 1 month ago
JSON representation
2021-2024 Eleventy build
- Host: GitHub
- URL: https://github.com/photogabble/website
- Owner: photogabble
- Created: 2021-02-18T22:39:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:15:40.000Z (about 2 months ago)
- Last Synced: 2024-12-04T23:22:26.006Z (about 2 months ago)
- Topics: eleventy, eleventy-website
- Language: JavaScript
- Homepage: https://www.photogabble.co.uk
- Size: 84.6 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 88
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - photogabble/website - 2021-2024 Eleventy build (JavaScript)
README
# PhotoGabble Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/6c8303d1-5395-4372-8359-e346e8896cba/deploy-status)](https://app.netlify.com/sites/photogabble/deploys)## About this repository
This repository contains the source code for [www.photogabble.co.uk](https://www.photogabble.co.uk). It is built with [Eleventy](https://www.11ty.dev/) and deployed on [Netlify](https://www.netlify.com/).## Prerequisites
- Node.js v16+
## Getting Started
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 deploying
- `npm run serve:dev` to build and serve with eleventy in development environment
- `npm run serve:prod` to build and serve with eleventy in production environment (drafts filtered)## Contributing
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.## License
Unless otherwise stated the source code is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See [LICENSE](https://creativecommons.org/licenses/by-nc-sa/4.0/). There are certain exemptions to this, explicitly to code snippets I have mirrored, which each contain their license terms where available.