djm / djm-static

A static site generator built on top of Lektor

Home Page:https://www.djm.org.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djm-static

Static site generator built upon Lektor

View @ https://www.djm.org.uk

Install

git clone git@github.com:djm/djm-static
cd djm-static/
pipenv install

Run

# Simply..
pipenv run lektor server

# and with a host and webpack in watch mode
pipenv run lektor server -h 0.0.0.0 -f webpack

Publish/Deploy

pipenv run lektor deploy s3

Style

JS Linting

SCSS Linting

License

© 2016-2018 Darian Moody. All rights reserved.

About

A static site generator built on top of Lektor

https://www.djm.org.uk


Languages

Language:SCSS 79.3%Language:HTML 19.1%Language:JavaScript 1.5%