Go to file
rubenwardy a5258f194b
Update website for Minetest 5.2.0 (#201)
2020-04-05 17:51:45 +01:00
_data Improve "Get Involved" layout (#176) 2019-07-29 18:49:44 +01:00
_includes Fix spelling error 2019-11-15 11:13:45 +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 Ignore Ruby Bundle directories 2019-11-27 19:39:41 +00:00
.travis.yml Fix Travis CI setup and HTML errors reported by HTMLProofer 2019-07-28 21:06:10 +02: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 nokogiri from 1.10.4 to 1.10.8 2020-02-26 10:06:08 +01:00
LICENSE.md Create README.md 2015-07-18 21:39:39 +02:00
README.md Improve README, add more detailed workflow instructions 2019-09-20 01:01:38 +02: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 Fix Travis CI setup and HTML errors reported by HTMLProofer 2019-07-28 21:06:10 +02:00
downloads.html Update website for Minetest 5.2.0 (#201) 2020-04-05 17:51:45 +01:00
favicon.ico Semi-working version of the home page 2015-07-18 23:56:08 +02:00
get-involved.html Improve "Get Involved" layout (#176) 2019-07-29 18:49:44 +01:00
index.html Update website for Minetest 5.2.0 (#201) 2020-04-05 17:51:45 +01:00
manifest.json Switch from Bootstrap to Bulma (#166) 2019-06-20 01:12:12 +01:00
servers.html Fix Travis CI setup and HTML errors reported by HTMLProofer 2019-07-28 21:06:10 +02:00

README.md

www.minetest.net

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-2019 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.