From 6454de866fde2576ab5df4b09b58bf6e812a82c6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Jan 2016 19:25:52 -0800 Subject: Add a new target to run some tests. Update the Makefile with a `test` target so we can check the generated HTML and the internal links. The gem `html-proofer` is also added, and we use it to run the test. Closes #6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c0de23..29bb6eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lumberjaph.net +# franckcuny.github.io ## Setup @@ -20,4 +20,4 @@ of useful commands: ## Publish -Just run `git push`. +Start by running `make test` to check that everything is fine. Then run `git push`. -- cgit v1.2.3