diff --git a/_layouts/paper.html b/_layouts/paper.html index b25e0bf..3d76f7c 100644 --- a/_layouts/paper.html +++ b/_layouts/paper.html @@ -7,7 +7,6 @@ layout: default
-

{{ page.title }}

{% if page.category == "ru" %} {% assign post = page %}

{% include shortdate_to_ru.html %}

@@ -21,7 +20,7 @@ layout: default {% else %} {% if post.category == "ru" %} - {% include shortdate_to_ru.html %} {{ post.title }}
+ {{ post.title }}
{% endif %} {% endif %} {% endfor %} @@ -39,7 +38,7 @@ layout: default {% else %} {% if post.category != "ru" %} - {{ post.date | date_to_string }} {{ post.title }}
+ {{ post.title }}
{% endif %} {% endif %} {% endfor %} @@ -49,7 +48,7 @@ layout: default
- +

{{ page.title }}

{{ page.description }}

{{ content }} diff --git a/_layouts/project.html b/_layouts/project.html index 36a1bef..700677e 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -8,7 +8,6 @@ layout: default

{{ page.title }}

-

{{ page.description }}

{% if page.category == "ru" %} Общая информация
diff --git a/projects/git-etc.html b/projects/git-etc.html index 68f9661..475f4e7 100644 --- a/projects/git-etc.html +++ b/projects/git-etc.html @@ -2,7 +2,6 @@ layout: project title: git-etc short: git-etc -description: Simple daemon for monitoring changes in files hasgui: true developers: - Evgeniy Alelseev diff --git a/projects/netctl-gui.html b/projects/netctl-gui.html index ee0090b..8bb5e1d 100644 --- a/projects/netctl-gui.html +++ b/projects/netctl-gui.html @@ -2,7 +2,6 @@ layout: project title: Netctl GUI short: netctl-gui -description: Graphical interface for netctl hasgui: true developers: - Evgeniy Alelseev diff --git a/projects/oblikuestrategies.html b/projects/oblikuestrategies.html index 4f8473a..bc565c8 100644 --- a/projects/oblikuestrategies.html +++ b/projects/oblikuestrategies.html @@ -2,7 +2,6 @@ layout: project title: Oblikue strategies short: oblikuestrategies -description: Plasmoid that displays a random draw Oblique Strategies hasgui: true developers: - Evgeniy Alelseev diff --git a/projects/pytextmonitor.html b/projects/pytextmonitor.html index 31733e3..d177a4d 100644 --- a/projects/pytextmonitor.html +++ b/projects/pytextmonitor.html @@ -2,7 +2,6 @@ layout: project title: py-text-monitor short: pytextmonitor -description: Minimalistic Plasmoid script that looks like widgets in Awesome WM hasgui: true developers: - Evgeniy Alelseev diff --git a/projects/queued.html b/projects/queued.html index 5ed089f..16afd70 100644 --- a/projects/queued.html +++ b/projects/queued.html @@ -2,7 +2,6 @@ layout: project title: queued short: queued -description: Daemon for starting jobs to queue of calculations hasgui: false developers: - Evgeniy Alelseev diff --git a/resources/css/styles.css b/resources/css/styles.css index e07aaf2..1e2d0b9 100644 --- a/resources/css/styles.css +++ b/resources/css/styles.css @@ -160,7 +160,7 @@ img { } header { - width: 24%; + width: 20%; float: left; position: fixed; } @@ -173,7 +173,7 @@ header ul { border-radius: 5px; border: 1px solid #d2d2d2; box-shadow: inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; - width: 24%; + width: 15%; } header li { @@ -215,7 +215,7 @@ header ul a strong { } section { - width: 60%; + width: 70%; float: right; padding-bottom: 50px; } @@ -232,7 +232,7 @@ hr { } footer { - width: 24%; + width: 20%; float: left; position: fixed; bottom: 50px; diff --git a/ru/projects/git-etc.html b/ru/projects/git-etc.html index 313ca37..0331a1e 100644 --- a/ru/projects/git-etc.html +++ b/ru/projects/git-etc.html @@ -3,7 +3,6 @@ category: ru layout: project title: git-etc short: git-etc -description: Простой демон для контроля изменений в файлах hasgui: true developers: - Evgeniy Alelseev diff --git a/ru/projects/netctl-gui.html b/ru/projects/netctl-gui.html index cf13439..4ad89b2 100644 --- a/ru/projects/netctl-gui.html +++ b/ru/projects/netctl-gui.html @@ -3,7 +3,6 @@ category: ru layout: project title: Netctl GUI short: netctl-gui -description: Графическая оболочка для netctl hasgui: true developers: - Evgeniy Alelseev diff --git a/ru/projects/oblikuestrategies.html b/ru/projects/oblikuestrategies.html index 8f325fb..cf32591 100644 --- a/ru/projects/oblikuestrategies.html +++ b/ru/projects/oblikuestrategies.html @@ -3,7 +3,6 @@ category: ru layout: project title: Oblikue strategies short: oblikuestrategies -description: Плазмоид, который показывает случайные карты из Oblique Strategies hasgui: true developers: - Evgeniy Alelseev diff --git a/ru/projects/pytextmonitor.html b/ru/projects/pytextmonitor.html index e6f4b23..97990ca 100644 --- a/ru/projects/pytextmonitor.html +++ b/ru/projects/pytextmonitor.html @@ -3,7 +3,6 @@ category: ru layout: project title: py-text-monitor short: pytextmonitor -description: Минималистичный плазмоид, который выглядит, как виджеты в Awesome WM hasgui: true developers: - Evgeniy Alelseev diff --git a/ru/projects/queued.html b/ru/projects/queued.html index bddb2f0..e6d0f65 100644 --- a/ru/projects/queued.html +++ b/ru/projects/queued.html @@ -3,7 +3,6 @@ category: ru layout: project title: queued short: queued -description: Демон для запуска задач в очередь вычислений hasgui: false developers: - Evgeniy Alelseev