Go to file
Daniel Flanagan d626607517
Disable for now
2023-07-10 11:15:32 -05:00
content Update uses page with a lot of links 2023-07-10 11:13:54 -05:00
layouts Preloader 2023-07-06 17:02:38 -05:00
src/stylus Preloader 2023-07-06 17:02:38 -05:00
static Disable for now 2023-07-10 11:15:32 -05:00
.gitattributes Move fonts to git lfs 2022-02-28 22:40:21 -06:00
.gitignore Add CORS for Matrix well-known files 2021-11-30 10:19:24 -06:00
config.yaml Preloader 2023-07-06 17:02:38 -05:00
makefile Preloader 2023-07-06 17:02:38 -05:00
netlify.toml CORS 2022-11-22 14:08:45 -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