Go to file
Daniel Flanagan 17e1c9cb95
Updates to go fast
2020-11-17 10:09:01 -06:00
content Updates to go fast 2020-11-17 10:09:01 -06:00
layouts Updates to go fast 2020-11-17 10:09:01 -06:00
static Updates to go fast 2020-11-17 10:09:01 -06:00
themes/lyte Updates to go fast 2020-11-17 10:09:01 -06:00
.gitignore Remove dummy content, better link styles, and deploy script 2020-07-14 17:32:23 -05:00
config.yaml initial commit 2020-07-14 16:47:54 -05:00
makefile Add some drafts 2020-09-17 13:35:38 -05:00
readme.md Fix readme and add analytics script 2020-09-14 10:28:49 -05:00

readme.md

lyte.dev

Dependencies

  • Hugo
  • netlify-cli (for deployments)

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