Skip to content

Commit 8c07e4c

Browse files
committed
fix: update homepage link and add make test target
1 parent 4f884c4 commit 8c07e4c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ build:
1212
serve:
1313
bundle exec jekyll serve --livereload
1414

15+
# Run tests (HTML Proofing)
16+
test: build
17+
bundle exec htmlproofer _site --disable-external --ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
18+
1519
# Cleanup
1620
clean:
1721
rm -rf _site .jekyll-cache .jekyll-metadata

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ title: Welcome to Croncode
2727

2828
---
2929

30-
*For technical details and updates, check out our [Blog](/blog/).*
30+
*For technical details and updates, check out our [Documentation](/documentation/).*

0 commit comments

Comments
 (0)