minetest.github.io/README.md

28 lines
911 B
Markdown
Raw Normal View History

2015-08-30 02:22:35 -07:00
# minetest.github.io
2015-07-18 12:39:19 -07:00
2015-08-30 02:22:35 -07:00
The official Minetest website, living at [minetest.net](http://minetest.net).
2015-07-18 14:44:08 -07:00
2015-08-30 02:22:35 -07:00
# Features
2015-08-30 02:22:35 -07:00
* Uses Bootstrap 3.3.5 and jQuery 2.1.4.
2015-08-30 02:29:54 -07:00
* Uses modern Web design techniques: `rem` units, `hsl` colors.
2015-07-22 11:21:37 -07:00
* Uses FastClick for removing tap delay on mobile devices.
* Smooth scrolling to sections.
* Dynamic "back to top" button.
* Responsive site and favicon.
2015-08-30 02:22:35 -07:00
# Workflow
2015-07-18 14:44:08 -07:00
This site uses the [Jekyll](http://jekyllrb.com) static site generator as well
as the [Stylus](http://learnboost.github.io/stylus/) CSS preprocessor.
2015-08-30 02:22:35 -07:00
* Use `jekyll serve` to automatically build the Jekyll site and serve it locally.
2015-07-18 14:44:08 -07:00
* Use `grunt watch` to compile Stylus files automatically. The Stylus files are
located in `css/stylus`.
2015-08-30 02:22:35 -07:00
# License
2015-07-18 14:44:08 -07:00
2015-08-30 02:22:35 -07:00
Copyright (c) 2015 Calinou and contributors
2015-07-18 14:44:08 -07:00
2015-08-30 02:22:35 -07:00
Code is under the MIT license, media and content under [CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/).