Commit Graph

198 Commits (master)

Author SHA1 Message Date
rubenwardy b21ebe6556
Update the Get Involved page (#219)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-10-03 19:54:59 +02:00
rubenwardy e6af22aa28 Fix two typos on homepage 2020-10-02 13:02:13 +01:00
rubenwardy 48e6d3d940
Remove the Customize page, link directly to ContentDB (#215)
Now that ContentDB has reviews, there's much less value in having this outdated and arbitrary page.
2020-10-02 13:52:35 +02:00
wsor4035 3672907381
Change forum reference to ContentDB on the homepage, add link (#218)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-10-02 11:29:44 +02:00
samarth-ramesh 4fdb66631e
Fixing a broken link to the Fedora RPM (#217)
apps.fedoraproject.org is currently down, returning 503 Service Unavailable errors for the Minetest Fedora package.
2020-10-02 11:22:24 +02:00
Hugo Locurcio 737ffc820d
Optimize images losslessly using `oxipng --strip --zopfli` 2020-09-30 16:48:44 +02:00
wsor4035 b5c7c559e4
Change education mods link from wiki to ContentDB (#216) 2020-09-30 16:27:40 +02:00
rubenwardy a070cec790
Add education landing page (#178) 2020-09-30 15:11:24 +02:00
rubenwardy 2fdeec0f7d Add news link to header 2020-09-30 14:06:26 +01:00
Hugo Locurcio c03103feab
Enable strict front matter in Jekyll (#182)
This causes invalid YAML in front matter to result in an build error
instead of just printing a warning. This can be used to catch
potential mistakes quicker.
2020-09-29 16:26:49 +01:00
Hugo Locurcio 9ef772171f
Improve `.gitignore` (#208)
- Add Jekyll 4's `jekyll-cache/` folder.
- Reorder to put directories first.
- Remove entries not specific to the project in question. For those
  entries, a global gitignore entry should be used on the user's system
  instead.
2020-09-29 16:25:35 +01:00
David Leal 8b39681447
Improve README.md (#210) 2020-09-29 16:25:06 +01:00
dependabot[bot] 2fe9cc29df
Bump kramdown from 2.1.0 to 2.3.0 (#213)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-29 16:24:13 +01:00
David Leal 4328ffc859
Update download link text to version 5.3.0 (#212) 2020-07-10 23:53:36 +01:00
sfan5 eb5dd620f4 Update for 5.3.0 release 2020-07-09 22:29:04 +02:00
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