Automic VaultAutomic Vault

brew

Installer hexo avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hexo pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install hexo

local Homebrew formula metadata

aperçu

Résumé du paquet

Fast, simple & powerful blog framework

historique

Historique du projet et usages

Hexo is a Node.js-powered static blog framework and site generator. Its package identity is built around a small CLI workflow: initialize a blog, write Markdown posts, generate static files, preview locally, and deploy with plugins.

Historique du projet

The GitHub repository was created in September 2012, and npm registry metadata records the first hexo package publication in October 2012. The project presented itself early as a fast, simple, powerful blog framework powered by Node.js, with GitHub Flavored Markdown support, Octopress plugin compatibility, one-command deployment, and an extension API.

Hexo's architecture grew around a split between the core package and a CLI/package ecosystem. The documentation recommends installing hexo-cli globally for typical users, while advanced users may install the hexo package and run it with npx or a local node_modules binary path.

The configuration model became a recognizable part of Hexo sites: site settings live in _config.yml or an alternate config file, themes can have themes/<theme>/_config.yml, and Hexo 5 introduced dedicated _config.[theme].yml files as a way to keep theme overrides outside a forked theme.

Historique d'adoption

Hexo's adoption path followed the Node/npm static-site-generator wave: npm gave JavaScript users a native install path, GitHub Pages and one-command deployment appealed to blog authors, and the official site grew plugin and theme indexes that made Hexo feel like an ecosystem rather than a single binary.

The official README points users to Awesome Hexo, the plugin list, the theme list, Google Group, Discord, Gitter, and Telegram, showing a community and extension culture around the package. The Homebrew formula adds a system package-manager path for users who prefer brew-managed developer tools.

Modes d'utilisation

Typical use starts with installing hexo-cli, running hexo init blog, entering the generated directory, starting hexo server, creating posts with hexo new, and generating static output with hexo generate. The docs describe Hexo as transforming Markdown or other markup into static files with a theme.

Hexo is especially attractive to package users who want a blog generator in the JavaScript ecosystem but do not want a full web application runtime on the deployed site. The package-manager shape is familiar: npm or Homebrew for the CLI, package.json for plugins, _config.yml for site behavior, and generated public/ output for deployment.

Pourquoi les passionnés de paquets s'y intéressent

Hexo matters to package nerds because it is both a CLI and an ecosystem anchor. The package is not only a generator binary; it creates a project layout, loads plugins/themes, and delegates deployment to installable packages, so package managers become part of the authoring workflow.

It also illustrates the static-site-generator migration from Ruby-era tools such as Jekyll and Octopress toward JavaScript tooling. Hexo kept the blog-oriented mental model while making npm the extension distribution channel.

Chronologie

  • 2012-09: GitHub repository metadata records creation of hexojs/hexo.
  • 2012-10: npm registry metadata records hexo 0.0.1 publication.
  • 2015: Hexo 3.x era aligns with the documentation's Node.js version table and the mtime-based updated behavior described for 3.0.0.
  • 2020: Hexo 5 adds support for dedicated _config.[theme].yml files for theme configuration.
  • 2024-2026: Documentation version tables show continued major-version maintenance across Node.js support lines.

Related projects

  • Related projects include Jekyll, Hugo, Gatsby, Eleventy, Octopress, and the Hexo official plugin/theme repositories. Within Hexo itself, hexo-cli, deployer plugins, generator plugins, and theme packages are part of the practical ecosystem.

Sources

  • GitHub README describes features, quick-start commands, documentation/community links, plugins, themes, and Homebrew installation.
  • Official Hexo documentation describes Hexo's purpose, installation, Node/Git requirements, npm and CLI usage, and version support table.
  • Official configuration documentation describes _config.yml, alternate config files, theme _config.yml files, and _config.[theme].yml.
  • npm registry metadata supplies the first-publication date and repository linkage.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour hexo. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 1 plateformes.
  • S’installe avec 1 dépendances d’exécution.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
_config.yml_config.[theme].ymlthemes/<theme>/_config.yml

exécutables

Exécutables installés

CommandeTypeExpositionNote
hexocliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-08
version du gestionnaire8.1.2
gestionnaire mis à jour2026-05-07
données localesOK
amontnot checked
dernière version détectéenon détecté

https://hexo.io/

  • infoRelease/tag comparison is only available for GitHub repositories.https://hexo.io/confiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:hexo
Version8.1.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/hexo
Page d'accueilhttps://hexo.io/
Dépôthttps://github.com/hexojs/hexo
Docs amonthttps://hexo.io/docs
LicenceMIT
Archive sourcehttps://registry.npmjs.org/hexo/-/hexo-8.1.2.tgz
Dernière mise à jour2026-05-07T23:13:10Z
Pulseupdated
Dépendancesnode
Bouteilledisponible (sur all)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehexo
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment