// Other projects
projects.insert("blog", Project {
title: "Blog",
description: "Simple blog that I use to share some random things",
source: "https://github.com/funnyboy-roks/blog",
status: ProjectStatus::Maintained,
languages: &[
Language::Rust,
],
links: &[
Link::new("Live", "https://blog.funnyboyroks.com"),
],
tags: &[
"web",
"static site",
],
});