8000 GitHub - toFrankie/github-blogger: Create and manage blog posts with GitHub Issues.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toFrankie/github-blogger

Repository files navigation

GitHub Blogger

Ask DeepWiki

GitHub Blogger is a VS Code extension that lets you create and manage blog posts with GitHub Issues. Enjoy Markdown editing, preview, and seamless publishing—all powered by GitHub.

✨ Features

  • Manage and publish blog posts via GitHub Issues.
  • GitHub-like interaction experience.
  • Markdown editing with real-time preview and plugins (Math, Mermaid, etc.).
  • Automatic image upload and CDN acceleration via jsDelivr.
  • All your posts and images are stored in your repository.

🚀 Quick Start

  1. Install from the VS Code Marketplace.
  2. Prepare your GitHub Personal Access Token.
  3. Open the command palette (Command + Shift + P on macOS, Ctrl + Shift + P on Windows/Linux), type Config GitHub Blogger to set up.
  4. Open the command palette again, type Open GitHub Blogger, and start writing!

Sample configuration:

{
  "github-blogger.token": "your-github-token",
  "github-blogger.user": "your-github-username",
  "github-blogger.repo": "your-github-repo",
  "github-blogger.branch": "main"
}

⚠️ Notes

  • Your blog repository must be public for image CDN acceleration to work (details).
  • You can use an existing repository or create a new one.
  • Posts and images are stored in the archives and images directories. The branch is set by github-blogger.branch. Usually, the default branch is sufficient. Make sure this branch exists, or archiving and image uploads may fail.

🙏 Acknowledgements

This project is inspired by and built upon the work of the open-source community, including but not limited to:

📷 Screenshots

📚 Related Projects

📝 License

MIT

Packages

No packages published

Languages

2926
0