Skip to content

pascalandy/ssg-starter

 
 

Repository files navigation

A static site generator to build websites using:

Workflow

Clone

git clone https://github.com/pascalandy/ssg-starter.git ssg-starter && cd ssg-starter

Install & Update

npm install && npm update

Develop & Run Eleventy server

npm run build && npm run start

Ship to production

Under directory _site HTML file(s) are minified and CSS contain only used classes.

npm run build

Related docs

Credits

This project was forked.

License

MIT

See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 78.0%
  • JavaScript 13.7%
  • Dockerfile 7.3%
  • CSS 1.0%