Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewdisley/tlicycling-static
TLI Cycling Website built using Eleventy hosted on Netlify with Netlify CMS support.
https://github.com/andrewdisley/tlicycling-static
css cycling eleventy eleventy-website html netlify netlify-cms
Last synced: 28 days ago
JSON representation
TLI Cycling Website built using Eleventy hosted on Netlify with Netlify CMS support.
- Host: GitHub
- URL: https://github.com/andrewdisley/tlicycling-static
- Owner: andrewdisley
- License: mit
- Created: 2020-07-20T12:19:26.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-30T15:32:38.000Z (about 1 month ago)
- Last Synced: 2024-12-30T16:22:28.090Z (about 1 month ago)
- Topics: css, cycling, eleventy, eleventy-website, html, netlify, netlify-cms
- Language: Nunjucks
- Homepage: https://www.tlicycling.com/
- Size: 18.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TLI Cycling Website
TLI Cycling website built using [Eleventy](https://www.11ty.io/) static site generator, hosted on [Netlify](https://netlify.com/) and with [Netlify CMS](https://www.netlifycms.org/) for .
Based on the [Eleventy Netlify Boilerplate](https://github.com/danurbanowicz/eleventy-netlify-boilerplate) by [Dan Urbanowicz](https://www.danurbanowicz.com/).
## Local development
### 1. Clone this repository:
```
git clone https://github.com/andrewdisley/tlicycling-static
```### 2. Navigate to the directory
```
cd tlicycling-static
```### 3. Install dependencies locally
```
npm install @11ty/eleventy
```### 4. Run Eleventy (builds the site)
```
npx @11ty/eleventy
```Or build automatically when a template changes:
```
npx @11ty/eleventy --watch
```Or in debug mode:
```
DEBUG=* npx @11ty/eleventy
```