Go to file
Daniel Flanagan e858b4f59b
Lots of cleanup
2020-12-16 00:13:13 -06:00
content Lots of cleanup 2020-12-16 00:13:13 -06:00
layouts Lots of cleanup 2020-12-16 00:13:13 -06:00
src/stylus Lots of cleanup 2020-12-16 00:13:13 -06:00
static Lots of cleanup 2020-12-16 00:13:13 -06:00
.gitignore Lots of cleanup 2020-12-16 00:13:13 -06:00
config.yaml Lots of cleanup 2020-12-16 00:13:13 -06:00
makefile Lots of cleanup 2020-12-16 00:13:13 -06:00
readme.md work on stylus sheet 2020-12-15 17:29:49 -06:00

readme.md

lyte.dev

Dependencies

  • Hugo
  • netlify-cli (for deployments)
  • Stylus

Build

make

Resulting pages will be in public/.

Develop

make dev

You can view the site at http://localhost:1313.

Deploy

Temporary Build

make publish

To Production

make publish-prod