Mobile Friendliness 2

gh-pages
rubenwardy 2015-02-06 19:29:12 +00:00
parent 60ad18447f
commit e7c0d0ec57
4 changed files with 18 additions and 4 deletions

View File

@ -2,5 +2,14 @@ name: Minetest Tutorial and Documentation
description: Simple and easy to understand tutorial book
author: rubenwardy and contributors
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:
- jekyll-sitemap

View File

@ -1,7 +1,7 @@
</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>
<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>

View File

@ -1,3 +1,6 @@
---
---
html, body {
font-family: "Arial", sans-serif;
margin: 0;

View File

@ -1,3 +1,5 @@
---
---
/* https://raw.githubusercontent.com/richleland/pygments-css/master/friendly.css */
.highlight .hll { background-color: #ffffcc }