all: add some missing social images [deploy]

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-12-21 16:05:48 +05:30
parent a2bc4af910
commit 524a268080
8 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@ categories = ["kotlin", "android"]
date = 2020-12-21
description = "Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes"
slug = "manually-parsing-json-with-moshi"
social_image = "/uploads/moshi_social.webp"
tags = ["moshi", "json parsing", "android", "kotlin"]
title = "Manually parsing JSON with Moshi"
toc = true

View File

@ -4,7 +4,7 @@ date = 2020-12-11T00:00:00Z
description = "GitHub Actions is a power CI/CD platform that can do a lot more than your traditional CI systems. Here's some tips to get you started with exploring its true potential."
draft = true
slug = "github-actions-tips-tricks"
social_image = "/uploads/actions.png"
social_image = "/uploads/actions_social.webp"
tags = ["tips and tricks", "github actions"]
title = "Tips and Tricks for GitHub Actions"

View File

@ -4,7 +4,7 @@ date = 2020-11-21T00:00:00Z
description = "Building libraries is hard, and keeping track of your public API surface harder. Kotlin 1.4's explicit API mode tries to make the latter not be difficult anymore."
draft = true
slug = "tips-for-building-kotlin-libraries"
social_image = "/uploads/kotlin_800x320.png"
social_image = "/uploads/kotlin_social.webp"
tags = ["android", "kotlin", "libraries"]
title = "Tips and tricks for building libraries in Kotlin"
@ -122,4 +122,4 @@ How does that help us offer Java-only APIs though? Well, here's how Piwai [did i
fun newBuilder() = Builder(this)
```
Since the version here is set to `999.9`, which hopefully Kotlin will never be over, any attempt to use this will result in a compiler error. The only way to work around this madness is to be equally mad and pass `-api-version 999.9`, which you'd never do, right? 😬
Since the version here is set to `999.9`, which hopefully Kotlin will never be over, any attempt to use this will result in a compiler error. The only way to work around this madness is to be equally mad and pass `-api-version 999.9`, which you'd never do, right? 😬

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB