Go to file
Daniel Flanagan 849b29b684
Update place of emplyment
2021-03-26 09:34:41 -05:00
content Update formspree contact form 2021-03-18 10:12:43 -05:00
layouts Update place of emplyment 2021-03-26 09:34:41 -05:00
src/stylus Fix button styles 2020-12-18 10:01:32 -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
netlify.toml TIL origins need to include protocol? 2021-02-08 18:03:00 -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