twpress 博客
❗注意:欲修改此页面,请前往public文件夹下的/md/index.md进行更换
twpress 博客 是一个为开发者和极简主义者打造的轻量级、无负担的博客平台。你只需将 Markdown (.md) 文件上传到指定文件夹即可发布博客文章。无需 CMS,简单易用,专注内容创作(现已支持Decap CMS,原Netlify CMS,让您更好地、随时随地创作)。
🚀 功能特性
- 使用 Markdown 编写博客文章
- 自动将文章渲染为 HTML
- 支持深色模式切换
- 界面简洁且响应式
- 设置和使用都非常简单
✍️ 使用方法
1. 编写你的博客文章
在 public/blogs/ 文件夹内新建一个 Markdown 文件。例如:
touch public/blogs/my-first-post.md
2. 添加你的内容
使用标准 Markdown 语法撰写你的文章。
# 我的第一篇文章
欢迎来到由 **twpress** 驱动的博客!
- 简单
- 快速
- 极简
3. 推送你的更改
添加 .md 文件后,只需提交并推送到你的 GitHub 仓库:
git add .
git commit -m "添加我的第一篇博客文章"
git push origin main
就是这样!你的博客文章会立即上线。
🌙 深色模式
博客右上角有一个切换按钮,可以在浅色和深色模式之间切换。切换状态会在页面间保持,为你带来更流畅的阅读体验。
💡 适合人群
- 喜爱 Markdown 的开发者
- 想要完全控制的技术博客作者
- 追求极简、无需 CMS 的博客体验
- 作品集博客、开发者笔记与更新日志
享受 Markdown 带来的写作乐趣 ✨
twpress blog
❗Note: To modify this page, please go to /md/index.md in the public folder and change it
twpress 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. (Now supports Decap CMS, formerly Netlify CMS, allowing you to create better)
🚀 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 **twpress**!
- 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 Markdown simplicity ✨