Skip to content
/ deventy Public
forked from ianrose/deventy

A minimal 11ty starting point for building static websites with modern tools.

License

Notifications You must be signed in to change notification settings

TGiles/deventy

 
 

Repository files navigation

Deventy

A minimal 11ty starting point for building static websites with modern tools. Uses the CLI of each tool. Allowing a much easier upgrade path for each individual development tool.

Features:

Getting Started

Install all dependencies using npm:

$ nvm use
$ npm install

To Develop

$ npm run dev

And in debug mode:

$ npm run dev:debug

You can view the website at the given access URL:

$ light-server is listening at http://localhost:4000

The local url is configured in .lightserverrc

To Build

npm run build

About

A minimal 11ty starting point for building static websites with modern tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.3%
  • HTML 41.1%
  • CSS 6.6%