/arabic-page

Primary LanguageCSSMIT LicenseMIT

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.