diff --git a/.gitignore b/.gitignore index 10c58cf685c..33c0adbab2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _gh_pages _site .ruby-version +.sass-cache # Numerous always-ignore extensions *.diff diff --git a/404.html b/404.html index 64f84bd90ec..fe839f57f1c 100644 --- a/404.html +++ b/404.html @@ -7,5 +7,5 @@

404: Page not found

-

Кажется, вы пришли по кривой ссылке. Самая прямая дорога — домой.

+

Кажется, вы пришли по кривой ссылке. Самая прямая дорога — домой.

diff --git a/_config.yml b/_config.yml index 89870ac8a35..463038c999e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,26 +1,32 @@ # Dependencies -#markdown: redcarpet highlighter: rouge # Permalinks permalink: pretty -#relative_permalinks: true # Setup title: Pimp my Keenetic -tagline: 'Стартуй! Прокачай!' -description: 'Использование роутера ZyXEL за пределами веб-интерфейса, в т.ч. вместе с дополнительным ПО из репозитория Entware-ng.' +tagline: Стартуй! Прокачай! +description: 'Использование роутера ZyXEL за пределами веб-интерфейса, в т.ч. вместе с ПО из репозитория Entware-ng.' url: http://keenetic-gi.ga -baseurl: / +baseurl: "" author: name: 'Alexander Ryzhov' url: https://github.com/ryzhovau + email: keenetic@ryzhov-al.ru + +# Assets +# +# We specify the directory for Jekyll so we can use @imports. +sass: + sass_dir: _sass + style: :compressed paginate: 5 # Custom vars -version: 2.1.0 +version: 3.0.0 github: repo: https://github.com/PimpMyKeenetic/PimpMyKeenetic.github.io diff --git a/_includes/head.html b/_includes/head.html index e2b070e242a..556bcf79d24 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,9 @@ + - - - + {% if page.title == "Home" %} @@ -15,15 +14,13 @@ - - - + - - + + - + diff --git a/_layouts/default.html b/_layouts/default.html index 1f2ec7fcd13..8619ee9ea40 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} @@ -7,9 +7,9 @@ {% include sidebar.html %} -
+
{{ content }} -
+