You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
content | 2 weeks ago | |
layouts | 2 weeks ago | |
src/stylus | 2 weeks ago | |
static | 2 weeks ago | |
.gitattributes | 1 year ago | |
.gitignore | 2 years ago | |
config.yaml | 1 year ago | |
makefile | 3 years ago | |
netlify.toml | 7 months ago | |
readme.md | 3 years ago |
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