Commit Graph

183 Commits (894fabd63c85117f5e0eb623974f7adb9f8c1f7e)

Author SHA1 Message Date
rubenwardy 894fabd63c
Add latest version information API (#204) 2020-07-08 18:40:55 +01:00
David Leal 4068c89d0b
Replace Travis CI with GitHub Actions (#211) 2020-06-23 21:37:40 +02:00
Hugo Locurcio 54028c8082 Add the Snap to the Linux downloads page
- Bolden the Flatpak/Snap downloads since they're the most
  distribution-independent choices.
- Use the correct naming for Void Linux.

This closes #203.
2020-06-21 23:50:32 +02:00
Hugo Locurcio 2c2bc30622 Link to HTTPS resources when available, use `relative_url` consistently
This makes internal anchors still work if the site's base URL
ever changes.
2020-06-21 23:50:17 +02:00
David Leal d36d845d7a
Fix spelling error: Minetest Game, not `minetest_game` 2020-04-06 00:23:21 +01:00
rubenwardy a5258f194b
Update website for Minetest 5.2.0 (#201) 2020-04-05 17:51:45 +01:00
dependabot[bot] b798f49974 Bump nokogiri from 1.10.4 to 1.10.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-26 10:06:08 +01:00
Panquesito7 090a8dec6d Update links to point to 5.1.1 release 2020-01-30 11:18:27 +01:00
rubenwardy ca98634876 Ignore Ruby Bundle directories 2019-11-27 19:39:41 +00:00
Panquesito7 bfba6d06b2 Fix spelling error 2019-11-15 11:13:45 +01:00
sfan5 a4cf8ea877 Update for 5.1.0 2019-10-12 16:32:42 +02:00
Hugo Locurcio 64f16e4db0 Add an EditorConfig file
See https://editorconfig.org/ for more information.
2019-09-27 15:48:55 +02:00
Hugo Locurcio 002721b9a1 Improve README, add more detailed workflow instructions 2019-09-20 01:01:38 +02:00
Hugo Locurcio db33ce93f1 Add a forum redirection page
This is done in the 404 error page as it will match any invalid URL,
including `/forum/viewtopic.php`. We can't create a page with a custom
permalink set to `/forum/viewtopic.php`, as GitHub Pages doesn't set
the MIME type correctly, which causes the browser to download the page.

This closes #187.
2019-09-20 01:00:59 +02:00
Hugo Locurcio b48b080226
Update Ruby dependencies (#189)
This fixes a security vulnerability reported by GitHub's
automatic detection tool.
2019-09-18 12:15:38 +02:00
Markus Mattes ee817730b2 Correct the Lua API Link in the footer (#184) 2019-07-31 20:51:16 +02:00
rubenwardy 158d9a2622
Improve "Get Involved" layout (#176) 2019-07-29 18:49:44 +01:00
Hugo Locurcio a1bff01541 Fix Travis CI setup and HTML errors reported by HTMLProofer
This also reorganizes `.travis.yml` for better readability.
`sudo: false` was removed as it is no longer necessary.
2019-07-28 21:06:10 +02:00
Hugo Locurcio fe3e2c1c93 Add a fallback color for the background image
The color is displayed while the image is loading. This way,
text is still readable if the image takes a while to load
(which can be the case on a slow connection).
2019-07-28 21:05:45 +02:00
Hugo Locurcio 42a714998d Fix a comment being displayed on the downloads page
Liquid comments use `{% comment %}` tags, not `{# #}`.
2019-07-23 22:27:51 +02:00
Mrchiantos 83ae1ec55f Stable 0.4 -> Stable 5.0 (#177) 2019-07-10 20:27:49 +02:00
Hugo Locurcio cd5181b3e1 Switch from Bootstrap to Bulma (#166)
The design has been slightly modernized in the process.
jQuery was also removed as it is no longer required, resulting in
faster page loading times.

Gallery thumbnails were regenerated at an higher resolution to match
the new design.
2019-06-20 01:12:12 +01:00
sfan5 80fb227adb Update for 5.0.1 2019-03-31 23:58:57 +02:00
ANAND 093c545db6 customize.html: Fix outdated intro 2019-03-28 17:33:26 +01:00
Leonid Bobrov 20b0b3011c Now Minetest runs at DragonFly BSD 2019-03-09 14:31:38 -08:00
Auke Kok 075ed6ef5a Add instructions for Clear Linux. 2019-03-09 14:31:06 -08:00
luk3yx af5ed4443b Remove old 0.4 references 2019-03-05 11:55:38 +01:00
sfan5 cbfc68427e Update for 5.0.0 2019-03-05 00:55:48 +01:00
Hugo Locurcio b3409c905d
Remove unused and unnecessary libraries (#157)
[FastClick](https://github.com/ftlabs/fastclick) is no longer relevant as all modern mobile browsers suppress the touch delay when a responsive meta `viewport` tag is present.
2019-03-04 00:34:08 +01:00
sofar 0b282abd4d
Merge pull request #156 from Calinou/fix-config-gems-deprecation
Fix deprecated `gems` entry in configuration
2019-03-02 14:00:00 -08:00
Hugo Locurcio 7958e52cfd
Fix deprecated `gems` entry in configuration
This also excludes `Gemfile` as it doesn't need to be included
in the generated website.
2019-03-02 22:21:50 +01:00
sfan5 cc5b690032
Minor changes to servers page 2019-02-13 13:38:34 +01:00
rubenwardy c9ba45106e
Improve navigation (and more) (#146)
Fixes #35 
Fixes #115

* Combines *community* and *development* into a new page called *Get Involved*.
* Add sitemap-ish to footer
2019-01-10 12:36:10 +00:00
zayuim 72b99386a2 Change recommended texture packs (#150) 2018-12-06 20:21:23 +01:00
Christopher Head 9f63c85f23 Fix Webchat usability on #minetest-dev (#148) 2018-11-18 01:46:06 +00:00
rubenwardy 8dcc520467
Fix Travis build 2018-11-11 22:58:49 +00:00
m3tav3rse c76ebb9b34 Update Voidlinux repository address 2018-10-13 15:18:05 +02:00
Carles Pastor Badosa 1403d3ae4d Add flatpak build to downloads.html (#144) 2018-10-13 15:17:53 +02:00
Treer 2e7784efa9 Update gallery images (#143) 2018-09-27 19:36:52 +01:00
Paramat 8fed5f79e0 Downloads page: Retitle first section to 'Getting started' (#142)
Update changelog link to 0.4.17.1
2018-09-25 18:43:02 +02:00
Paramat ef7f731951 Change 'Meet Minetest.' to 'Minetest' 2018-09-24 01:17:35 +01:00
sfan5 6ac5b9450b
Update .apk URL 2018-07-22 20:12:29 +02:00
Leonid Bobrov 9fa9c91b60 Minetest is available for OpenBSD too! 2018-06-26 10:07:55 +02:00
sfan5 ba9b60ca83 Update for 0.4.17.1 2018-06-10 18:33:04 +02:00
sfan5 b7eb23e81b Update for 0.4.17 2018-06-03 18:54:41 +02:00
rubenwardy ff1bf37543
Add contentdb 2018-05-25 21:32:21 +01:00
sfan5 be8a5b01cf
Fix server list not appearing on servers page (mixed content) 2018-03-22 19:30:24 +01:00
Andrew Ward 0f2c12a3ad
Redesign homepage, replace subgame with game 2018-03-13 22:36:51 +00:00
Megaf 79a98b542b Update IRC channel descriptions 2018-03-13 19:22:02 +00:00
Megaf 9b619624f8 Add #minetest-hub to the list of official channels 2018-03-07 19:51:09 +00:00