diff --git a/Gemfile.lock b/Gemfile.lock index 8001eb7..4f4bc45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM commonmarker (0.23.10) concurrent-ruby (1.3.3) connection_pool (2.4.1) - dnsruby (1.72.1) + dnsruby (1.72.2) simpleidn (~> 0.2.1) drb (2.2.1) em-websocket (0.5.3) diff --git a/README.md b/README.md index ffed38c..fc925a4 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,8 @@ https://jekyllrb.com/docs/home/ I am using the http://www.csrhymes.com/bulma-clean-theme/ +## GitHub Pages Quickstart +https://docs.github.com/en/pages/quickstart + ## License Open sourced under the [MIT license](LICENSE.md). diff --git a/UpdateGems.cmd b/UpdateGems.cmd index 451ec38..802ca9d 100644 --- a/UpdateGems.cmd +++ b/UpdateGems.cmd @@ -1,2 +1 @@ bundle update - diff --git a/_config.yml b/_config.yml index 39bfd2f..52360b5 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ lang: en title: Midhun Harikumar tagline: Random Thoughts! url: https://midhunhk.com -paginate: 6 +paginate: 10 paginate_path: "/blog/page:num/" permalink: pretty @@ -25,7 +25,7 @@ author: email: midhunhk at gmail.com # Custom vars -version: 2.1.5 +version: 2.4.0 github: repo: https://github.com/midhunhk/midhunhk.github.io diff --git a/_includes/post_read_more.html b/_includes/post_read_more.html index 4ffd21d..32a5a7c 100644 --- a/_includes/post_read_more.html +++ b/_includes/post_read_more.html @@ -1,4 +1,4 @@ -
+
Read More diff --git a/_posts/2017-07-17-fig-and-camelot.md b/_posts/2017-07-17-fig-and-camelot.md index afc17b4..c16259f 100644 --- a/_posts/2017-07-17-fig-and-camelot.md +++ b/_posts/2017-07-17-fig-and-camelot.md @@ -4,9 +4,6 @@ title: Fig and Camelot category: Dev tags: [app, android] --- -
-
Fig & Camelot
-
Fig and Camelot are release code names for below Projects. This is the first time, we are having multiple releases in the same month. Detailed change logs and release information are available in the respective GitHub repos.
+ # AeAppsLib (Fig Release) Another fruity flavored release for AeAppsLib which doesn't include any new features but includes the below updates diff --git a/blog/index.html b/blog/index.html index 389e666..7ecafbe 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,37 +1,40 @@ --- layout: default -title: Blog -featured: /public/images/site/bg/banner_2.jpg -featured_hero: true -subtitle: Random Thoughts! +title: Blog - Random Thoughts +hero_height: is-small --- {% for post in paginator.posts %} -
- - {% if post.featured %} - -
- {{ post.featured_alt_text | featured}} -
-
- {% endif %} +
-
-

+ + + + +
+

{{ post.title }}

-

+

- + - +

-
-
-
+ +
{% if post.summary %} {{ post.summary }} diff --git a/package.json b/package.json index b24fef1..3cc1076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midhunhk.github.io", - "version": "2.3.0", + "version": "2.4.0", "description": "Personal Portfolio and Blog", "dependencies": { "bulma": "^0.9.4", diff --git a/public/images/site/bg/default_banner.png b/public/images/site/bg/default_banner.png index 20921df..12d4255 100644 Binary files a/public/images/site/bg/default_banner.png and b/public/images/site/bg/default_banner.png differ