An open API service indexing awesome lists of open source software.

https://github.com/djm/djm-static

A static site generator built on top of Lektor
https://github.com/djm/djm-static

Last synced: about 2 months ago
JSON representation

A static site generator built on top of Lektor

Awesome Lists containing this project

README

        

# djm-static

Static site generator built upon [Lektor](https://www.getlektor.com/)

View @ [https://www.djm.org.uk](https://www.djm.org.uk)

## Install

git clone [email protected]: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

* [JS Standard Code Style](https://github.com/feross/standard) @ v6.0.8

### SCSS Linting

* [SCSS Lint](https://github.com/brigade/scss-lint) defaults @ v0.47.1

## License

© 2016-2018 Darian Moody. All rights reserved.