Skip to content

Commit 6ab2e43

Browse files
committed
added header: to k-means front matter
removed `image:` and replaced with `header:` to try to get a custom image for the post.
1 parent 17bc719 commit 6ab2e43

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_apple-2-blog/k-means.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: "K-means by another means"
33
excerpt: "Success! There is machine learning happening on my Apple ][+."
4-
image: /assets/images/apple2/k-means-convergence.jpg
4+
header:
5+
overlay_image: /assets/images/apple2/k-means-convergence.jpg
6+
og_image: /assets/images/apple2/k-means-convergence.jpg
57
tags:
68
- K-means
79
- machine learning

0 commit comments

Comments
 (0)