modified Makefile +1 -1
| @@ -19,7 +19,7 @@ build: ## Build the site (all languages) into ./result |
| 19 | 19 | nix build |
| 20 | 20 | |
| 21 | 21 | serve: ## Run the Hugo dev server with live reload |
| 22 | | - nix develop --command hugo server |
| 22 | + nix develop --command hugo server --source blog |
| 23 | 23 | |
| 24 | 24 | infra-plan: ## Show what infra-apply would change on Cloudflare |
| 25 | 25 | nix run .#infra -- plan |
| @@ -19,7 +19,7 @@ build: ## Build the site (all languages) into ./result |
| 19 | nix build | 19 | nix build |
| 20 | | 20 | |
| 21 | serve: ## Run the Hugo dev server with live reload | 21 | serve: ## Run the Hugo dev server with live reload |
| 22 | - nix develop --command hugo server | 22 | + nix develop --command hugo server --source blog |
| 23 | | 23 | |
| 24 | infra-plan: ## Show what infra-apply would change on Cloudflare | 24 | infra-plan: ## Show what infra-apply would change on Cloudflare |
| 25 | nix run .#infra -- plan | 25 | nix run .#infra -- plan |