Mobile Friendliness 2
This commit is contained in:
parent
60ad18447f
commit
e7c0d0ec57
@ -2,5 +2,14 @@ name: Minetest Tutorial and Documentation
|
|||||||
description: Simple and easy to understand tutorial book
|
description: Simple and easy to understand tutorial book
|
||||||
author: rubenwardy and contributors
|
author: rubenwardy and contributors
|
||||||
absolute_url: http://rubenwardy.github.io/minetest_doc
|
absolute_url: http://rubenwardy.github.io/minetest_doc
|
||||||
|
|
||||||
|
sass:
|
||||||
|
# style : nested (default), compact, compressed, expanded
|
||||||
|
# :nested, :compact, :compressed, :expanded also works
|
||||||
|
# see http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||||
|
# on a typical twitter bootstrap stats are :
|
||||||
|
# nested 138,7kB, compact 129,1kB, expanded 135,9 kB, compressed 122,4 kB
|
||||||
|
style: compressed
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
|
||||||
|
<script src="{{ page.root }}static/script.js"></script>
|
||||||
|
<link rel="stylesheet" href="{{ page.root }}static/style.css">
|
||||||
|
<link rel="stylesheet" href="{{ page.root }}static/syntax.css">
|
||||||
</body>
|
</body>
|
||||||
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
|
|
||||||
<script src="{{ page.root }}static/script.js"></script>
|
|
||||||
<link rel="stylesheet" href="{{ page.root }}static/style.css">
|
|
||||||
<link rel="stylesheet" href="{{ page.root }}static/syntax.css">
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
font-family: "Arial", sans-serif;
|
font-family: "Arial", sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
/* https://raw.githubusercontent.com/richleland/pygments-css/master/friendly.css */
|
/* https://raw.githubusercontent.com/richleland/pygments-css/master/friendly.css */
|
||||||
|
|
||||||
.highlight .hll { background-color: #ffffcc }
|
.highlight .hll { background-color: #ffffcc }
|
Loading…
Reference in New Issue
Block a user