Go to file
Daniel Flanagan 91701b25f5
WIP system theme integration
2023-05-23 11:59:29 -05:00
content Update avatar 2023-01-06 14:01:57 -06:00
layouts WIP system theme integration 2023-05-23 11:59:29 -05:00
src/stylus WIP system theme integration 2023-05-23 11:59:29 -05:00
static WIP system theme integration 2023-05-23 11:59:29 -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 Lighthouse 2022-03-09 10:55:32 -06:00
makefile Fix stylesheet 2020-12-17 16:37:54 -06: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