README
2025-01-01
2 min read
Development
miradorgame-developmentrust
This directory contains all the markdown files for the Mirador blog posts.
To add a new blog post:
1. Create a new markdown file with the naming convention: YYYY-MM-DD-title.md
2025-01-15-my-new-post.md
2. Add frontmatter at the top of the file:
---
layout: post
title: Your Post Title
---
3. Write your content in markdown format below the frontmatter.
#
, ##
, ###
for headersbold
and italic
rust
for Rust syntax highlighting
code
for inline code
or
- for bullet points
format
rust
fn main() {
println!("Hello, world!");
}
Other Languages
javascript
console.log("Hello, world!");
File Naming Convention
- Use the format:
YYYY-MM-DD-title.md`The blog system will automatically: