aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-07-13 01:22:35 +0000
committerKumar Damani <me@kumardamani.net>2024-07-13 01:22:35 +0000
commit577dea975275ade403982a8ff17cf73e7cc129cf (patch)
tree32022a6ff1bc55901d25ec58129b2b25e4612930 /README.md
parent3e5e4d5a88edec1ceb0544baa3e41321dc3e26db (diff)
added flake. updated docs, deploy script. updated cv.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
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/<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