diff --git a/.travis.yml b/.travis.yml index a738de1..ceede3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ script: after_success: | [ $TRAVIS_BRANCH = source ] && [ $TRAVIS_PULL_REQUEST = false ] && + zola check && zola build && sudo pip install ghp-import && ghp-import -m "build ${TRAVIS_COMMIT}" -c 1bit.pw -n public -b master && diff --git a/config.toml b/config.toml index a244bba..4f1f610 100644 --- a/config.toml +++ b/config.toml @@ -12,6 +12,11 @@ taxonomies = [ {name = "blog/tags", rss = true}, ] +[link_checker] +skip_prefixes = [ + "https://play.esea.net" +] + [extra] author = "avitex"