git404hub

what is hexo-admin fr?

yyx990803/hexo-admin — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2015-10-27

4JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

tl;dr

A visual admin dashboard plugin for the Hexo blogging engine, letting you write and manage posts through a web UI instead of the terminal.

vibe map

mindmap
  root((repo))
    What it does
      Visual blog admin
      Write and edit posts
      Publish from browser
    Tech stack
      JavaScript
      React
      Hexo
    Use cases
      Edit posts visually
      Add admin panel
      Password protect blog
    Audience
      Bloggers
      Developers
    Notes
      Client side interface
      Ghost inspired design

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Write and edit Hexo blog posts through a browser instead of markdown files.

VIBE 2

Add a WordPress-like admin panel to an existing Hexo blog.

VIBE 3

Password-protect your blog's admin page before hosting it publicly.

VIBE 4

Manage and publish posts visually without terminal commands.

what's the stack?

JavaScriptReactHexo

how it stacks up fr

yyx990803/hexo-adminarata-ae/purupurupngtubercarrycooldude/nova-ide
Stars444
LanguageJavaScriptJavaScriptJavaScript
Last pushed2015-10-27
MaintenanceDormant
Setup difficultyeasymoderate
Complexity2/53/5
Audiencedevelopergeneralvibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Optional password protection requires setting a username and hash in Hexo's config.

in plain english

Hexo-admin is a visual dashboard for managing a Hexo blog, think of it like WordPress's admin panel, but for a simpler, code-friendly blogging platform. Instead of editing blog posts in the command line or by hand in text files, you get a web interface where you can write, edit, and publish posts with a few clicks. Hexo itself is a lightweight blogging engine often used by developers who want a blog that works more like code than a traditional CMS. By default, you manage it by writing markdown files and running terminal commands. This plugin adds a friendly user interface on top of that. When you install it and start your blog's local server, you can visit a /admin/ page in your browser to see all your posts, create new ones, edit existing ones, and manage your content visually. The interface borrows design ideas from Ghost (a popular blogging platform) to keep things clean and focused. The typical workflow is straightforward: install the plugin via npm, run your Hexo server, then open the admin page in your browser. From there, the interface is designed to be self-explanatory, you'll see your posts listed, can click to edit them, and have a text editor for writing new content. If you plan to host your blog online and want strangers to avoid editing your posts, you can add password protection by setting a username and password hash in your Hexo configuration file. This is especially useful for bloggers who like the philosophy of Hexo (simple, code-based, fast) but don't want to drop into the terminal every time they want to write something new. It bridges the gap between a fully graphical platform and a bare-bones, command-line tool. The project is built with React and runs entirely in your browser as a client-side interface, making it lightweight and easy to deploy alongside any Hexo blog.

prompts (copy fr)

prompt 1
Show me how to install and enable this admin plugin on my Hexo blog.
prompt 2
Explain how to set up password protection for the /admin/ page.
prompt 3
Walk me through the React components used in this admin interface.
prompt 4
Compare this plugin's editing experience to writing Hexo posts by hand.

Frequently asked questions

what is hexo-admin fr?

A visual admin dashboard plugin for the Hexo blogging engine, letting you write and manage posts through a web UI instead of the terminal.

What language is hexo-admin written in?

Mainly JavaScript. The stack also includes JavaScript, React, Hexo.

Is hexo-admin actively maintained?

Dormant — no commits in 2+ years (last push 2015-10-27).

How hard is hexo-admin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is hexo-admin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.