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
- Host: GitHub
- URL: https://github.com/djm/djm-static
- Owner: djm
- Created: 2016-03-27T23:53:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:05:58.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:10:26.146Z (about 1 year ago)
- Language: SCSS
- Homepage: https://www.djm.org.uk
- Size: 35.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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.