Skip to content

Commit

Permalink
tool for site building
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad krilovskiy committed Feb 17, 2024
1 parent 38bdeb1 commit db2de4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/build_and_check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
#
# build _site
rm -rf ./_site
bundle exec jekyll b -d "_site"

bundle exec htmlproofer _site \
\-\-disable-external=true \
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"

0 comments on commit db2de4d

Please sign in to comment.