An Eleventy site
Le Camping des Speakers is statically generated from this source code with the Eleventy static site generator using JavaScript templates (*.11ty.js).
It's based on eleventy-dot-js-blog started made by Reuben L. Lillie.
Simply open the project on GitPod!
Or if you want/need to run a local copy of this site on your computer:
Install Node.js on your machine (see 11ty documentation for version requirements).
Then enter the following commands into your terminal:
git clone git@gitlab.com:reubenlillie/eleventy-dot-js-blog.git my-blog-directory-name
cd my-blog-directory-name
Specifically take a look at the file named .eleventy.js
to see if you want to configure any Eleventy options differently.
3. Install the project dependencies with NPM
npm install
4. Edit the .js
files in the _data
directory with your site information
npx eleventy
Or build and host locally for local development
npx eleventy --serve
Or build automatically when a template changes
npx eleventy --watch
Or in debug mode
DEBUG=* npx eleventy
© 2021 by Horacio Gonzalez