mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* Remove style-guide from i18n builds * Remove uncategorized from CN blog posts. * Team images and alt attributes. * Fixing language linkage * Ignore missing or empty alt tags * ignore sass-cache * fix gitignore for sass-cache * fix gitignore for sass-cache * Only show language dropdown if the page is not a post (blog) * New url with site.lang included. * Removed the site.baseurl var from the posts.
5 lines
No EOL
226 B
Bash
5 lines
No EOL
226 B
Bash
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec jekyll build
|
|
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-gnore '/.*/' --file-ignore /assets/,/style-guide/,/blog/ |