content | ||
layouts | ||
nix/packages | ||
src | ||
static | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
config.yaml | ||
flake.lock | ||
flake.nix | ||
makefile | ||
netlify.toml | ||
readme.md | ||
tailwind.config.js |
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