Welcome to OnigiriJS Blog! 🍙
We're excited to introduce OnigiriJS Blog, a lightweight PHP blogging system that's as satisfying as a perfectly formed rice ball.
What Makes OnigiriJS Blog Special?
OnigiriJS Blog combines simplicity with power. Here's what you get:
- Drop-in Markdown Support - Write your posts in markdown, just drop them in the posts folder
- Beautiful Design - Inherits the gorgeous OnigiriJS aesthetic
- Lightning Fast - No database needed, pure file-based blogging
- Dark Mode - Built-in theme switching for comfortable reading
Getting Started
Creating a new blog post is incredibly simple:
- Create a new
.mdfile in theposts/directory - Add metadata at the top (title, author, date, tags)
- Write your content in markdown
- That's it! Your post is live
Example Post Format
Here's what a basic post looks like:
---
title: My First Post
description: This is my first blog post
author: Your Name
date: 2025-01-29
tags: example, tutorial
---
# My First Post
Write your content here...
Markdown Features
OnigiriJS Blog supports all the markdown features you need:
- Bold and italic text
- Links
- Lists (ordered and unordered)
- Code blocks with syntax highlighting
- Images
- Blockquotes
- And more!
"Simplicity is the ultimate sophistication." - Leonardo da Vinci
What's Next?
We're constantly improving OnigiriJS Blog. Some features on our roadmap:
- RSS feed generation
- Search functionality
- Category pages
- Comment system
- Admin panel
Stay tuned for updates!
Happy blogging! 🍙