mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-24 07:27:35 -05:00
Add featured images to the 2 copilot posts
This commit is contained in:
@@ -12,6 +12,10 @@ tags:
|
||||
- github-copilot
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
src: boba-shop.webp
|
||||
title: GitHub Copilot tends to repeat stuff.
|
||||
|
||||
- name: rust-poem
|
||||
src: rust-poem.webp
|
||||
|
||||
@@ -24,7 +28,7 @@ resources:
|
||||
- name: dropdown-css
|
||||
src: dropdown-css.webp
|
||||
|
||||
- name: boba-shop
|
||||
- name: boba-shop # same as feature
|
||||
src: boba-shop.webp
|
||||
|
||||
- name: boba-shop-size
|
||||
|
@@ -15,12 +15,13 @@ tags:
|
||||
# this will be shown for the article in list pages and in the page metadata
|
||||
# it can be either an image or video (this might change in the future, however)
|
||||
resources:
|
||||
- name: feature
|
||||
src: copilot-blog-post.webp
|
||||
title: GitHub Copilot helps me write a blog post.
|
||||
|
||||
- name: print-a-news-article
|
||||
src: print-a-news-article.webp
|
||||
|
||||
- name: copilot-blog-post
|
||||
src: copilot-blog-post.webp
|
||||
|
||||
---
|
||||
|
||||
I found out that GitHub Copilot can write in Markdown, so I decided to get it to
|
||||
@@ -47,7 +48,7 @@ I decided to take it a step further and set the language to Markdown. I started
|
||||
writing out the basic structure of a blog post on my website and let it
|
||||
autocomplete.
|
||||
|
||||
{{< figure src="copilot-blog-post" >}}
|
||||
{{< figure src="feature" >}}
|
||||
|
||||
I'm not quite sure who Kurt A. Smith is, why Copilot chose April Fools 2020 for
|
||||
the date, or why it was so adamant on writing a blog post about itself. What I
|
||||
|
Reference in New Issue
Block a user