Go to file
Daniel Flanagan c025548165
Add blog post
2022-01-19 10:05:12 -06:00
content Add blog post 2022-01-19 10:05:12 -06:00
layouts Never committed the analytics move and update title for dat seo 2021-07-22 00:15:08 -05:00
src/stylus Add new post 2022-01-18 16:37:01 -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