Go to file
Daniel Flanagan 67943d3fed
Boom
2022-02-01 16:41:04 -06:00
content Boom 2022-02-01 16:41:04 -06:00
layouts Update 2022-01-28 12:12:45 -06:00
src/stylus Boom 2022-02-01 16:41:04 -06:00
static Matrix 2021-11-30 11:59:51 -06:00
.gitignore Add CORS for Matrix well-known files 2021-11-30 10:19:24 -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 Done properly 2021-11-30 10:19:56 -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