No description
Find a file
2020-12-15 17:29:49 -06:00
content Work on static site blog post 2020-11-26 14:13:18 -06:00
layouts Update employment to recognize Uber after acquisition 2020-12-01 09:25:35 -06:00
static Add SSH public key to security.txt 2020-12-15 16:16:23 -06:00
themes/lyte work on stylus sheet 2020-12-15 17:29:49 -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 work on stylus sheet 2020-12-15 17:29:49 -06:00
readme.md work on stylus sheet 2020-12-15 17:29:49 -06:00

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