diff --git a/_config.yml b/_config.yml index e98a0ec..26ff5b1 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/footer.html b/_includes/footer.html index 7c74d8b..a6e5aec 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ + + + + - - - - diff --git a/static/style.css b/static/style.scss similarity index 99% rename from static/style.css rename to static/style.scss index b1acaa5..1e70461 100644 --- a/static/style.css +++ b/static/style.scss @@ -1,3 +1,6 @@ +--- +--- + html, body { font-family: "Arial", sans-serif; margin: 0; diff --git a/static/syntax.css b/static/syntax.scss similarity index 99% rename from static/syntax.css rename to static/syntax.scss index 6fed4d9..33d02d7 100644 --- a/static/syntax.css +++ b/static/syntax.scss @@ -1,3 +1,5 @@ +--- +--- /* https://raw.githubusercontent.com/richleland/pygments-css/master/friendly.css */ .highlight .hll { background-color: #ffffcc }