Welcome to My Blog
The first post on my new GitHub-synced blog built with Astro
By Ali Alqattan
welcome astro blog
This is the inaugural post on my new blog system! This blog is built with:
- Astro for static site generation
- GitHub integration for content management
- Tailwind CSS for styling
- Advanced markdown with Mermaid diagram support
Features
The blog supports advanced markdown features including:
Code Highlighting
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');
Mermaid Diagrams
graph TD
A[Content Repository] --> B[GitHub Webhook]
B --> C[Astro Build]
C --> D[Static Site]
D --> E[GitHub Pages]
Typography
The blog uses a modern typography system with bold text, italic text, and inline code
.
Looking forward to sharing more content here!