Go to file
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
.github/workflows Replace Travis CI with GitHub Actions (#211) 2020-06-23 21:37:40 +02:00
_data Fix two typos on homepage 2020-10-02 13:02:13 +01:00
_includes Remove the Customize page, link directly to ContentDB (#215) 2020-10-02 13:52:35 +02: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 Optimize images losslessly using `oxipng --strip --zopfli` 2020-09-30 16:48:44 +02: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 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 Remove the Customize page, link directly to ContentDB (#215) 2020-10-02 13:52:35 +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 Update the Get Involved page (#219) 2020-10-03 19:54:59 +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.