minetest.github.io/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2020-09-29 08:25:06 -07:00
# [Minetest Website](https://www.minetest.net)
2015-07-18 12:39:19 -07:00
[![Build status](https://github.com/minetest/minetest.github.io/workflows/build/badge.svg)](https://github.com/minetest/minetest.github.io/actions)\
The official Minetest website, living at [www.minetest.net](https://www.minetest.net).
2015-07-18 14:44:08 -07:00
## Features
- Uses the [Bulma](https://bulma.io/) CSS framework.
- Uses modern Web design techniques: `rem` units, `hsl` colors.
- Responsive site and favicon.
## Workflow
2015-07-18 14:44:08 -07:00
This site uses the [Jekyll](https://jekyllrb.com) static site generator.
2015-07-18 14:44:08 -07:00
- Ensure you have [Ruby](https://www.ruby-lang.org/) 2.4 or later installed.
- Install [Bundler](https://bundler.io/) by running `gem install bundler`.
- On Linux, use a Ruby version manager such as [rbenv](https://github.com/rbenv/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
2015-07-18 14:44:08 -07:00
2020-09-29 08:25:06 -07:00
Copyright © 2015-2020 Hugo Locurcio and contributors
2015-07-18 14:44:08 -07:00
Unless otherwise specified, code is licensed under the MIT license.
Media and content are licensed under
[CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/).