diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ build: .PHONY: serve serve: - bundle exec jekyll serve --drafts + bundle exec jekyll serve --drafts --host 0.0.0.0 URL := http://localhost:4000/blog/ |
index : blog | ||
My blog | Egor Tensin |
aboutsummaryrefslogtreecommitdiffstatshomepage |
-rw-r--r-- | Makefile | 2 |
@@ -36,7 +36,7 @@ build: .PHONY: serve serve: - bundle exec jekyll serve --drafts + bundle exec jekyll serve --drafts --host 0.0.0.0 URL := http://localhost:4000/blog/ |