mirror of
https://github.com/youwen5/site.git
synced 2024-11-25 01:43:49 -08:00
17 lines
684 B
TOML
17 lines
684 B
TOML
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"
|
|
|
|
[manifest.tags]
|
|
primary = ["Rust", "WebAssembly"]
|
|
secondary = ["Web Development", "Frontend"]
|
|
|
|
[cover]
|
|
src = "cover.jpg"
|
|
alt = "A Rust and WebAssembly logo"
|
|
caption = "Rust and WebAssembly"
|