linguistpage / arabic-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:CSS 49.4%Language:Nunjucks 49.2%Language:JavaScript 1.3%