diff --git a/.travis.yml b/.travis.yml index 1b3b8ef..6897827 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,17 @@ language: ruby + rvm: - - 2.2.2 + - 2.6.3 + +env: + global: + - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer + addons: apt: packages: - libcurl4-openssl-dev # required to avoid SSL errors -sudo: false + script: - bundle exec jekyll build - bundle exec htmlproofer '_site/' --allow-hash-href --check-html --http-status-ignore 0 -env: - global: - - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer diff --git a/404.html b/404.html index 3646366..90c6fe6 100644 --- a/404.html +++ b/404.html @@ -14,7 +14,7 @@ permalink: 404.html

Sorry, we could not find that page!

diff --git a/_config.yml b/_config.yml index 9e9c075..5327be6 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,8 @@ plugins: sass: style: compressed exclude: + # `vendor/` is excluded because of + - vendor/ - CNAME - Gemfile - LICENSE.md diff --git a/_includes/footer.html b/_includes/footer.html index bd8dd2e..e3c4909 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@
- +
- +
diff --git a/_includes/header.html b/_includes/header.html index f7cc880..236b523 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -26,6 +26,7 @@ Download Customize Get Involved +
diff --git a/credits.html b/credits.html index d68089c..488a934 100644 --- a/credits.html +++ b/credits.html @@ -93,10 +93,13 @@ redirect_from:

More information can be found at - Open Hub. + {% comment %} + OpenHub seems to be flaky, so ignore it in HTMLProofer link checking. + {% endcomment %} + Open Hub.

- Want to contribute? + Want to contribute?

diff --git a/customize.html b/customize.html index da90a13..a264398 100644 --- a/customize.html +++ b/customize.html @@ -14,7 +14,7 @@ redirect_from:

Customize

-

Content Database

+

Content Database

Browse through a ton of content on the ContentDB website.
You can also install content right from your Minetest client! @@ -23,9 +23,9 @@ redirect_from: Go to ContentDB

- + -

Games

+

Games

The Minetest Engine runs games. Different games have different objectives – @@ -47,7 +47,7 @@ redirect_from:


-

Mods

+

Mods

Minetest is meant to be modded. Mods can add or change functionality and content. Learn how to install and use mods. @@ -55,7 +55,7 @@ redirect_from:

-

Building

+

Building

-

Map generation

+

Map generation

-

Player effects

+

Player effects

-

Plants, Animals & Monsters

+

Plants, Animals & Monsters

-

Environment

+

Environment

-

Transport

+

Transport

-

Inventory

+

Inventory

-

Tools

+

Tools

-

Maintenance

+

Maintenance

  • Advanced Area Protection
  • Protector Redo
  • @@ -151,7 +151,7 @@ redirect_from:
    -

    Texture packs

    +

    Texture packs

      diff --git a/index.html b/index.html index 7c38d0f..abe671c 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ redirect_from: {% for feature in category.features %}

      {{ feature.title }}

      -

      {{ feature.description | markdownify }}

      + {{ feature.description | markdownify }} {% endfor %}
    {% endfor %} diff --git a/servers.html b/servers.html index 3b0be6c..8c09245 100644 --- a/servers.html +++ b/servers.html @@ -88,6 +88,7 @@ server_description = A server that I made. server_url = <URL to server homepage or forum topic>
    +