diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-07-13 01:22:35 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-07-13 01:22:35 +0000 |
| commit | 577dea975275ade403982a8ff17cf73e7cc129cf (patch) | |
| tree | 32022a6ff1bc55901d25ec58129b2b25e4612930 /README.md | |
| parent | 3e5e4d5a88edec1ceb0544baa3e41321dc3e26db (diff) | |
added flake. updated docs, deploy script. updated cv.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -6,14 +6,13 @@ git submodule update --remote # Develop ```bash -docker run --rm -it \ - -v $(pwd):/src \ - klakegg/hugo:latest \ - new content/post/<post-slug>/index.md +nix develop +hugo new content/post/<post-slug>/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 |
