Check-in empty structure for post

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-29 10:20:27 +05:30
parent c0fc562876
commit e99035318f
2 changed files with 10 additions and 0 deletions

View File

@ -18,5 +18,6 @@ fields:
name: categories
label: categories
pages:
- content/posts/teachingkotlin-part-2-variables.md
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/teachingkotlin-kotlin-for-android-java-developers.md

View File

@ -0,0 +1,9 @@
+++
categories = ["kotlin", "dev", "android", "teachingkotlin"]
date = "2019-09-30T15:00:00+05:30"
draft = true
slug = "teaching-kotlin--variables"
tags = ["android", "teachingkotlin", "kotlin"]
title = "#TeachingKotlin Part 2 - Variables"
+++