From 423e19c977956e0f3c1099677fd1b87e36956c3b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 Mar 2023 18:07:30 -0800 Subject: meta: convert README from org-mode to markdown --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ece2df0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[My personal site](https://fcuny.net). + +## Run + +The dependencies are managed with nix. Running `nix run` will start the hugo server. + +## Deploy + +You can deploy the site by running `nir run .#deploy`. + -- cgit 1.4.1