Go to file
Daniel Flanagan 1a90ac8620
Add a 'your'
2024-02-29 14:54:47 -06:00
content Add a 'your' 2024-02-29 14:54:47 -06:00
layouts Flake 2023-10-06 17:04:53 -05:00
src/stylus Add salary page with table 2023-09-20 10:31:25 -05:00
static Disable for now 2023-07-10 11:15:32 -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 Fix nix flake, add uber 2023-11-02 21:03:27 -05:00
config.yaml Preloader 2023-07-06 17:02:38 -05:00
flake.lock Flake 2023-10-06 17:04:53 -05:00
flake.nix Fix nix flake, add uber 2023-11-02 21:03:27 -05:00
makefile Fix makefile 2023-07-16 20:15:50 -05:00
netlify.toml CORS 2022-11-22 14:08:45 -06:00
package-lock.json Fix nix flake, add uber 2023-11-02 21:03:27 -05:00
package.json Fix nix flake, add uber 2023-11-02 21:03:27 -05: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