Skip to content

mschmid/eleventy-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eleventy-site

Simple eleventy starter site.

Demo: https://bjankord.github.io/eleventy-site/

Usage

You can clone the repo with the following command:

git clone https://github.com/bjankord/eleventy-site.git

Alternatively, if you have npm >= 6 on your system, you can run

$ npm init @bjankord/eleventy-site my-site

or if you have npm >= 5 on your system, you can run

$ npx @bjankord/create-eleventy-site my-site

And it will generate a site that matches the contents of this repo.

Start the dev server

npm run serve

Build the static site

npm run build

For more information, check out the eleventy docs.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.5%
  • HTML 49.2%
  • JavaScript 1.3%