WasMachenSachen / eleventy_solo_starter_njk

A starter set for the Eleventy static site generator (SSG).

Home Page:https://eleventy-solo-starter-njk.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eleventy starter set (Nunjucks-based)

This is a starter set for the Eleventy static site generator (SSG). See the online demo. Of course, there are many far better ones on the Eleventy “Starter Projects” page!

This starter set uses Nunjucks templating. For a version that uses JavaScript templating (.11ty.js), see the eleventy_solo_starter repo.

How to use

  1. Clone this to a local repo.
  2. Make appropriate changes to /_data/metadata.json and _data/siteparams.json to conform to your site’s parameters.
  3. Run npm install to load all the dependencies in package.json, which includes Eleventy.
  4. Run npm run start from your terminal app. You can then view the site in http://localhost:3000 on your computer.
  5. Read the sample posts and their Markdown files to see how everything works.
  6. Edit the content to make it your own!
  7. When ready, deploy the site to your chosen host.

What’s under the hood

About

A starter set for the Eleventy static site generator (SSG).

https://eleventy-solo-starter-njk.vercel.app

License:MIT License


Languages

Language:Nunjucks 40.8%Language:CSS 35.1%Language:JavaScript 24.1%