minetest.github.io/README.md
ShadowNinja b9a4f1d425 Organize favicons
Moved favicons to /media/favicon (except for favicon.ico).
Removed prefixes from favicon names, and deleted duplicates.
Deleted apple-touch-icon-precomposed.png (useless on iOS <7 and unused on every other platform).
Added *~ to .gitignore.
Fixed typo.
2015-09-13 21:05:55 -04:00

28 lines
911 B
Markdown

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