No description
Find a file
2024-12-09 10:38:01 -06:00
content Merge remote-tracking branch 'origin/master' 2024-10-15 16:39:06 -05:00
layouts Fix some styling 2024-06-14 10:36:05 -05:00
src/stylus Fix images breaking body bounds and causing horizontal scrolling 2024-07-09 12:04:40 -05:00
static At atproto-did verification 2024-12-09 10:32:32 -06: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 Ignore nix build results 2024-07-08 16:27:23 -05:00
config.yaml Combine tips with blog 2024-03-26 07:59:50 -05:00
flake.lock Update flake 2024-12-09 10:38:01 -06: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 Remove build badges 2024-10-25 10:51:00 -05:00

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