Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 932 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 932 Bytes

Eleventy Page Data

This is a working example of how to access directory specific data from a template in that directory when using Eleventy.

Requirements

  1. Node
    • Check if Node is installed: node --version
    • If you see a version number, such as v11.6.0, proceed to Quick Start
    • If Node isn't installed, download and install it

Quick Start

  1. Run git clone https://github.com/paulshryock/eleventy-page-data && cd eleventy-page-data && npm install && npm run-script development
  2. Go to http://localhost:8080

Contributing

If you'd like to contribute, please read the Code of Conduct, then fork the repository and use a feature branch. Pull requests are welcome.