Go to file
Daniel Flanagan 4aab8d8ce2
Fix stylesheet
2020-12-17 16:37:54 -06:00
content Lots of cleanup 2020-12-16 00:13:13 -06:00
layouts Partials working 2020-12-16 00:38:51 -06:00
src/stylus Fix stylesheet 2020-12-17 16:37:54 -06:00
static Add font css 2020-12-16 11:12:42 -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 Fix stylesheet 2020-12-17 16:37:54 -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