Find a file
2024-07-08 16:26:51 -05:00
content More stuff 2024-06-12 17:08:53 -05:00
layouts Fix some styling 2024-06-14 10:36:05 -05:00
nix/packages WIP 2024-07-08 16:26:51 -05:00
src WIP 2024-07-08 16:26:51 -05:00
static Remove logs 2024-05-26 10:47:10 -05:00
.envrc Flake 2023-10-06 17:04:53 -05:00
.gitattributes Move fonts to git lfs 2022-02-28 22:40:21 -06:00
.gitignore WIP 2024-07-08 16:26:51 -05:00
config.yaml Combine tips with blog 2024-03-26 07:59:50 -05:00
flake.lock Working on porting styles to tailwind 2024-06-14 11:06:31 -05:00
flake.nix WIP 2024-07-08 16:26:51 -05:00
makefile Fix makefile 2023-07-16 20:15:50 -05:00
netlify.toml CORS 2022-11-22 14:08:45 -06:00
readme.md Working on porting styles to tailwind 2024-06-14 11:06:31 -05:00
tailwind.config.js Working on porting styles to tailwind 2024-06-14 11:06:31 -05:00

lyte.dev

Dependencies

  • Hugo
  • netlify-cli (for deployments)

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