From e99035318f2223ddd0fb1a6ec67fa99d753b6ce6 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 29 Sep 2019 10:20:27 +0530 Subject: [PATCH] Check-in empty structure for post Signed-off-by: Harsh Shandilya --- .forestry/front_matter/templates/blog-post.yml | 1 + content/posts/teachingkotlin-part-2-variables.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 content/posts/teachingkotlin-part-2-variables.md diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index 7c79a61..a1c3096 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -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 diff --git a/content/posts/teachingkotlin-part-2-variables.md b/content/posts/teachingkotlin-part-2-variables.md new file mode 100644 index 0000000..5c35cb5 --- /dev/null +++ b/content/posts/teachingkotlin-part-2-variables.md @@ -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" + ++++