Go to file
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
.github/workflows Replace Travis CI with GitHub Actions (#211) 2020-06-23 21:37:40 +02:00
_data Update for 5.3.0 release 2020-07-09 22:29:04 +02:00
_includes Add latest version information API (#204) 2020-07-08 18:40:55 +01:00
_layouts Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
_sass Improve "Get Involved" layout (#176) 2019-07-29 18:49:44 +01:00
assets Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
media Improve "Get Involved" layout (#176) 2019-07-29 18:49:44 +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 kramdown from 2.1.0 to 2.3.0 (#213) 2020-09-29 16:24:13 +01:00
LICENSE.md Create README.md 2015-07-18 21:39:39 +02:00
README.md Improve README.md (#210) 2020-09-29 16:25:06 +01:00
_config.yml Fix Travis CI setup and HTML errors reported by HTMLProofer 2019-07-28 21:06:10 +02: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 Link to HTTPS resources when available, use `relative_url` consistently 2020-06-21 23:50:17 +02:00
downloads.html Update download link text to version 5.3.0 (#212) 2020-07-10 23:53:36 +01:00
favicon.ico Semi-working version of the home page 2015-07-18 23:56:08 +02:00
get-involved.html Link to HTTPS resources when available, use `relative_url` consistently 2020-06-21 23:50:17 +02:00
index.html Add latest version information API (#204) 2020-07-08 18:40:55 +01: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.

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.

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.