From 577dea975275ade403982a8ff17cf73e7cc129cf Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 12 Jul 2024 21:22:35 -0400 Subject: added flake. updated docs, deploy script. updated cv. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6578eb8..3753237 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ git submodule update --remote # Develop ```bash -docker run --rm -it \ - -v $(pwd):/src \ - klakegg/hugo:latest \ - new content/post//index.md +nix develop +hugo new content/post//index.md ``` # Run (dev server) ```bash +nix develop hugo server -D # OR for docker: @@ -29,5 +28,3 @@ Then go to `localhost:1313`. ```bash ./deploy.sh ``` - -Docker image: https://hub.docker.com/r/klakegg/hugo -- cgit v1.2.3