Go to file
dependabot[bot] e0736e3941
Bump rexml from 3.2.4 to 3.2.5 (#230)
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-01 01:02:21 +02:00
.github/workflows Replace Travis CI with GitHub Actions (#211) 2020-06-23 21:37:40 +02:00
_data Update for release 2021-04-10 19:04:41 +02:00
_includes Add Twitter, Discord, Mastodon, and Matrix social links (#224) 2021-02-23 21:43:41 +01:00
_layouts Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
_sass Add education landing page (#178) 2020-09-30 15:11:24 +02:00
assets Add education landing page (#178) 2020-09-30 15:11:24 +02:00
media Add Twitter, Discord, Mastodon, and Matrix social links (#224) 2021-02-23 21:43:41 +01:00
.editorconfig Add an EditorConfig file 2019-09-27 15:48:55 +02:00
.gitignore Improve `.gitignore` (#208) 2020-09-29 16:25:35 +01:00
404.html Add a forum redirection page 2019-09-20 01:00:59 +02:00
CNAME CNAME: www.minetest.net 2015-08-30 11:50:14 +03:00
Gemfile Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
Gemfile.lock Bump rexml from 3.2.4 to 3.2.5 (#230) 2021-05-01 01:02:21 +02:00
LICENSE.md Create README.md 2015-07-18 21:39:39 +02:00
README.md Document browser support for the website (#221) 2021-01-24 16:29:24 +00:00
_config.yml Enable strict front matter in Jekyll (#182) 2020-09-29 16:26:49 +01:00
browserconfig.xml Organize favicons 2015-09-13 21:05:55 -04:00
credits.html Update website for Minetest 5.2.0 (#201) 2020-04-05 17:51:45 +01:00
customize.html Remove the Customize page, link directly to ContentDB (#215) 2020-10-02 13:52:35 +02:00
downloads.html Update for release 2021-04-10 19:04:41 +02:00
education.html Add education landing page (#178) 2020-09-30 15:11:24 +02:00
favicon.ico Semi-working version of the home page 2015-07-18 23:56:08 +02:00
get-involved.html Add Twitter, Discord, Mastodon, and Matrix social links (#224) 2021-02-23 21:43:41 +01:00
index.html Add background colors to images (#186) 2021-01-04 15:54:06 +00:00
manifest.json Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
release_info.json Add latest version information API (#204) 2020-07-08 18:40:55 +01:00
servers.html Fix Travis CI setup and HTML errors reported by HTMLProofer 2019-07-28 21:06:10 +02:00

README.md

Minetest Website

Build status
The official Minetest website, living at www.minetest.net.

Features

  • Uses the Bulma CSS framework.
  • Uses modern Web design techniques: rem units, hsl colors.
  • Responsive site and favicon.

Development workflow

This site uses the Jekyll static site generator.

  • Ensure you have Ruby 2.4 or later installed.
  • Install Bundler by running gem install bundler.
    • On Linux, use a Ruby version manager such as rbenv to easily switch to any version and avoid permission issues.
  • Install dependencies by running bundle install.
  • Use bundle exec jekyll serve to automatically build the site and serve it locally.

Browser support

When working on new features, keep in mind this website only supports evergreen browsers:

  • Chrome (two most recent versions)
  • Edge (two most recent versions)
  • Firefox (two most recent versions + latest ESR version)
  • Opera (two most recent versions)
  • Safari (two most recent versions)

Internet Explorer isn't supported.

License

Copyright © 2015-2020 Hugo Locurcio and contributors

Unless otherwise specified, code is licensed under the MIT license. Media and content are licensed under CC BY-SA 3.0 Unported.