Skip to content

Commit 07e0c87

Browse files
authored
Merge pull request #17 from coderolls/imporove-performance
Improve performannce - resize image, lazyloading
2 parents 44dd92d + 1d9e1dc commit 07e0c87

File tree

71 files changed

+36
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+36
-37
lines changed

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ GEM
6565
sass-listen (4.0.0)
6666
rb-fsevent (~> 0.9, >= 0.9.4)
6767
rb-inotify (~> 0.9, >= 0.9.7)
68-
wdm (0.1.1)
6968

7069
PLATFORMS
7170
ruby
@@ -80,7 +79,6 @@ DEPENDENCIES
8079
kramdown
8180
kramdown-parser-gfm
8281
rouge
83-
wdm (>= 0.1.0)
8482

8583
BUNDLED WITH
86-
2.1.4
84+
2.2.11

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ adsense-data-ad-client: "ca-pub-4206814002327904"
5858
adsense-data-ad-slot: "1363087678"
5959

6060
# Lazy Images ("enabled" or "disabled")
61-
lazyimages: "disabled"
61+
lazyimages: "enabled"
6262

6363
exclude: [changelog.md, LICENSE.txt, README.md, Gemfile, Gemfile.lock]

_pages/about.md

Lines changed: 5 additions & 5 deletions

_posts/groovy/2020-12-31-hello-world-in-groovy.md

Lines changed: 6 additions & 6 deletions

_posts/java-basic/2019-11-29-java-introduction.md

Lines changed: 2 additions & 2 deletions

_posts/java-files-io/2021-01-03-read-file-using-bufferedreader.md

Lines changed: 1 addition & 1 deletion

_posts/java-string/2019-11-30-compare-two-strings-lexicographically-in-java.md

Lines changed: 3 additions & 3 deletions

_posts/java-string/2019-12-02-reverse-a-string-in-java.md

Lines changed: 3 additions & 2 deletions

_posts/java-string/2019-12-10-compare-strings-in-java.md

Lines changed: 4 additions & 4 deletions

_posts/java-string/2019-12-12-java-substring-method.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)