Skip to content

gil0mendes/website

Repository files navigation

Gil Mendes' Website

My personal website and blog.

The website is build with a Markdown-based Emanote notebook with Visual Studio Code support.

See https://emanote.srid.ca/start/resources/emanote-template for details.

Running using Nix

To start the Emanote live server using Nix:

# If you using VSCode, you can also: Ctrl+Shift+B
nix run

To update Emanote version in flake.nix:

nix flake lock --update-input emanote

To build the static website via Nix:

nix build -o ./result
# Then test it:
nix run nixpkgs#nodePackages.live-server -- ./result