Typace Inkwire

Typace Inkwire, developed by @typace-team, is a lightweight, no-fuss blogging platform designed for developers and minimalists. It allows you to publish blog posts simply by uploading Markdown (.md) files to a folder. No CMS, no database—just clean and direct blogging.

🚀 Features

  • Write blog posts in Markdown
  • Automatically renders posts to HTML
  • Dark mode toggle
  • Clean and responsive UI
  • Easy setup and usage

✍️ How to Use

1. Write Your Blog Post

Create a new Markdown file inside public/blogs/. For example:

touch public/blogs/my-first-post.md

2. Add Your Content

Use standard Markdown to write your post.

# My First Post

Welcome to my blog powered by **Typace Inkwire**!

- Simple  
- Fast  
- Minimal  

3. Push Your Changes

Once you add your .md file, just commit and push to your GitHub repository:

git add .
git commit -m "Add my first blog post"
git push origin main

That's it! Your blog post will be live instantly.


🌙 Dark Mode

A toggle button on the top right corner of the blog allows switching between light and dark modes. The state persists between views for a smoother reading experience.


💡 Ideal For

  • Developers who love Markdown
  • Tech bloggers who want full control
  • Minimalist blogging without CMS overhead
  • Portfolio blogs, developer notes, and changelogs

Enjoy blogging with Typace Inkwire and Markdown simplicity ✨