cjerrington / StaticQuest

Web ring for static sites
MIT License
1 stars 1 forks source link

Static.Quest

A simple web ring for static sites.

Static.Quest

Getting Started

1. Clone this Repository

git clone https://github.com/cjerrington/StaticQuest.git StaticQuest

2. Navigate to the directory

cd StaticQuest

Specifically have a look at .eleventy.js to see if you want to configure any Eleventy options differently.

3. Install dependencies

npm install

4. Edit _data/metadata.json

5. Run Eleventy

npx @11ty/eleventy

Or build and host locally for local development

npx @11ty/eleventy --serve

Or build automatically when a template changes:

npx @11ty/eleventy --watch

Or in debug mode:

DEBUG=* npx @11ty/eleventy

Documentation

Implementation Notes