From bed1f3cf510b07facead15dee0da0a4a9e6bf074 Mon Sep 17 00:00:00 2001 From: wowthemesnet Date: Thu, 16 May 2019 16:49:05 +0300 Subject: [PATCH] optimized for 1920x1080 resolution --- Gemfile.lock | 9 +++++---- _includes/main-loop-card.html | 2 +- _layouts/post.html | 6 +++--- assets/css/theme.css | 19 ++++++++++++++++++- docker-compose.yml | 7 +++++++ index.html | 10 +++++----- 6 files changed, 39 insertions(+), 14 deletions(-) create mode 100644 docker-compose.yml diff --git a/Gemfile.lock b/Gemfile.lock index f9d5160896..12302480c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,9 @@ GEM em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) + ffi (1.10.0) ffi (1.10.0-x64-mingw32) forwardable-extended (2.6.0) http_parser.rb (0.6.0) @@ -59,9 +61,9 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - wdm (0.1.1) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -69,10 +71,9 @@ DEPENDENCIES jekyll-paginate jekyll-seo-tag jekyll-sitemap - wdm (>= 0.1.0) RUBY VERSION - ruby 2.5.1p57 + ruby 2.6.3p62 BUNDLED WITH - 1.16.4 + 2.0.1 diff --git a/_includes/main-loop-card.html b/_includes/main-loop-card.html index 0d62b2897a..f970a89f1c 100644 --- a/_includes/main-loop-card.html +++ b/_includes/main-loop-card.html @@ -20,7 +20,7 @@

{% if post.image %} {% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 4fa791210f..52b8739a30 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -26,7 +26,7 @@

{{ page.title }}

{% if page.image %}
- {{ page.title }} + {{ page.title }}
{% endif %} @@ -138,12 +138,12 @@
Written by {{ author.name }} {% if author.twitter % diff --git a/assets/css/theme.css b/assets/css/theme.css index 8769afa3a6..088c077887 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -786,4 +786,21 @@ a.a2a_i, i.a2a_i, .a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more { font-size:13px !important; color:#999 !important; } -div.a2a_full_footer {display:none;} \ No newline at end of file +div.a2a_full_footer {display:none;} +@media (min-width: 1920px) { + html {font-size:17px;} + .container, .container-lg { + width: 1522px; + max-width: 1522px; + } + h6,.h6 { + font-size: 1.1rem; + } + article { + font-size:1.24rem; + } + .topfirstimage { + height:280px !Important; + } + } + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000000..6feb3627ef --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +jekyll: + image: jekyll/jekyll:latest + command: jekyll serve --force_polling + ports: + - 4000:4000 + volumes: + - .:/srv/jekyll \ No newline at end of file diff --git a/index.html b/index.html index 3aed0b5277..47d007f79a 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@
-
+

@@ -81,7 +81,7 @@

{% if third_post.image %} {% endif %} @@ -108,7 +108,7 @@

{% if fourth_post.image %} {% endif %} @@ -136,7 +136,7 @@

{% for post in site.posts %} {% if post.tags contains "sticky" %} -
+
@@ -146,7 +146,7 @@

{{post.title}}

Read More
-
+