let pirumu = About {
name: "pirumu",
role: "Rustacean / Researcher",
bio: "Nhật ký viết lách của tôi, chỉ vậy thôi.My writing journal, that's all.",
interests: vec![
"Rust",
"Mathematics",
"Database",
"OS",
"Distributed Systems",
],
links: vec![
Link { name: "GitHub", url: "github.com/pirumu" },
Link { name: "LinkedIn", url: "linkedin.com/in/pirumu" },
Link { name: "X", url: "x.com/pirumu" },
Link { name: "Facebook", url: "facebook.com/pirumu" },
],
};