A pure frontend online editor for managing Jekyll blog posts directly on GitHub Pages via GitHub API.
Eevee is a pure frontend online editing platform that allows users to manage Jekyll blog posts on GitHub Pages directly from their browser. It connects to GitHub repositories via the GitHub API to create, edit, and delete Markdown files in the `_posts` directory, eliminating the need for local Git commands. The tool is designed for bloggers who want to focus on writing without dealing with technical workflows.
Bloggers and developers who use Jekyll with GitHub Pages for their static sites and prefer a streamlined, browser-based editing experience over manual Git operations.
Eevee offers a no-server, intuitive interface for managing GitHub Pages blogs, reducing the complexity of traditional editing and publishing processes. Its direct integration with GitHub API and compatibility with Jekyll make it a lightweight alternative to local editing tools.
基于 github page 的在线编辑 blog 平台
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Directly accesses GitHub repositories via the GitHub API, enabling real-time editing of the `_posts` directory without local Git commands, as highlighted in the README's '构成及原理' section.
Offers an online Markdown editor accessible from any browser with live saving (Cmd+S), eliminating the need for local editors like Vim, as described in the '初衷' section.
Specifically built for Jekyll-based GitHub Pages, assuming posts are stored in the standard `_posts` folder, ensuring smooth compatibility for bloggers using this setup.
Operates entirely in the frontend without a server, leveraging GitHub API for data operations, which simplifies deployment and reduces maintenance, as noted in the '构成及原理' section.
Only supports Jekyll-based GitHub Pages with `_posts` directories, and the README admits planned features like auto-creating projects are not yet implemented, restricting use with other static site generators.
Lacks draft editing, image management, and config editing, as listed in the '计划' section of the README, making it less suitable for advanced blogging needs.
Relies entirely on GitHub API and requires an internet connection, with potential issues like API rate limits or downtime, offering no offline capabilities or fallback options.
Designed for individual use without built-in collaborative tools or version control beyond basic Git, which may not scale for teams or multi-contributor projects.