From ba649d256cab17037fd126b27fa3c94f1d3e2e00 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sun, 30 Aug 2015 11:22:35 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d225ead..c23a2d2 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,26 @@ -mwc -=== +# minetest.github.io -Minetest Website Competition entry +The official Minetest website, living at [minetest.net](http://minetest.net). -Features -======== +# Features -* Uses Bootstrap 3.3.5, jQuery 2.1.4. +* Uses Bootstrap 3.3.5 and jQuery 2.1.4. * Uses FastClick for removing tap delay on mobile devices. * Smooth scrolling to sections. * Dynamic "back to top" button. * Resposnive site and favicon. -Workflow -======== +# 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. +* 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 -======= +# License -Copyright (c) 2015 Calinou +Copyright (c) 2015 Calinou and contributors -Code is under the MIT license, media and content under CC BY-SA 3.0 Unported. +Code is under the MIT license, media and content under [CC BY-SA 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/).