aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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