Skip to content

dtlevin/11tyAI

Repository files navigation

11tyAI (v0.1)

Created by Dan Levin

A simple starter project for Eleventy with Webpack static site generator Eleventy/11ty, just

  • Laravel Mix* for SCSS / JS compilation (incl. Autoprefixer)

* Laravel Mix is a wrapper around webpack, it is purely NodeJS, no PHP involved ;-)

Plugins used (you don't have to keep them):

Live demo

Open in Github

Usage

Install via:

  • npm install

Start local development with

  • npm run start

Preview runs on http://localhost:8080/.

Where to edit?

  • Work with files in src/-folder
  • Homepage: src/index.njk, Config: .eleventy.js
  • Don't edit public/ folder (automatically generated)

Generate a static build with

  • npm run build

About

A simple starter project for Eleventy with Webpack static site generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published