mirror of
https://github.com/youwen5/site.git
synced 2024-11-25 01:43:49 -08:00
19 lines
803 B
TOML
19 lines
803 B
TOML
#:schema ../../../post.schema.json
|
|
title = "My Awesome Blog Post"
|
|
|
|
[manifest]
|
|
date = 2024-04-12T20:48:40.799Z
|
|
authors = ["Youwen Wu"]
|
|
blurb = "A blog post about Rust and WebAssembly"
|
|
description = "A blog post about Rust and WebAssembly, and how to use it in web development. This post will cover the basics of Rust and WebAssembly, and how to use it in web development. We will also discuss the benefits of using Rust and WebAssembly, and how it can help you build faster and more efficient web applications."
|
|
type = "article"
|
|
highlight = false
|
|
|
|
[manifest.tags]
|
|
primary = ["Rust", "WebAssembly"]
|
|
secondary = ["Web Development", "Frontend"]
|
|
|
|
[cover]
|
|
src = "https://machinelearningmastery.com/wp-content/uploads/2021/07/tayloreq6.png"
|
|
alt = "A Rust and WebAssembly logo"
|
|
caption = "Rust and WebAssembly"
|