diff options
| author | Franck Cuny <fcuny@twitter.com> | 2016-01-12 19:25:52 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2016-01-12 19:28:09 -0800 |
| commit | 6454de866fde2576ab5df4b09b58bf6e812a82c6 (patch) | |
| tree | 7afb1be7bf98ee9fbb33bb98ea1902cf9c2a9046 /README.md | |
| parent | Fix the footer on small screen. (diff) | |
| download | lumberjaph-6454de866fde2576ab5df4b09b58bf6e812a82c6.tar.gz | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |
