macOS
brew install blogclocal Homebrew formula metadata
brew / 順位 15975
blogc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install blogclocal Homebrew formula metadata
sudo dnf install blogcFedora Rawhide package metadata · blogc · ソース: dl.fedoraproject.org
nix profile install nixpkgs#blogcnixpkgs package indexes · pkgs/by-name/bl/blogc/package.nix · ソース: api.github.com
sudo zypper install blogcopenSUSE Tumbleweed package metadata · blogc · ソース: download.opensuse.org
概要
Blog compiler with template engine and markup language
履歴
blogc is a small static blog compiler that treats site generation like a source-to-output compilation step rather than like a full blogging engine. Its official site describes it as stateless, idempotent, make-friendly, and aimed at developers who are comfortable wiring command-line tools together.
Rafael G. Martins started blogc as an experiment in a simple blog compiler with its own template engine and markup language. The project deliberately avoided CMS-style global state: the core blogc command compiles source files and templates, while helper programs such as blogc-make, blogc-git-receiver, and blogc-runserver cover common publishing workflows.
The public release line began with 0.1 beta tags in 2015 and continued through a series of 0.x releases. Later releases added build-tool conveniences, pagination and listing improvements, table-of-contents generation, signed release artifacts, and a Debian/Ubuntu repository announced with 0.20.1.
blogc's adoption has been strongest in Unix package-manager and source-based distribution circles rather than in mainstream JavaScript static-site tooling. Its own site lists release tarballs plus package routes for Debian/Ubuntu, Fedora/RHEL/CentOS COPR, Termux, openSUSE, and Gentoo, and the input metadata also records Homebrew, Fedora, Nix, and openSUSE package names.
The project ships an example blog repository and documents using blogc with make or blogc-make, which made it attractive to users who wanted a static site generator with C portability and predictable command-line behavior.
Typical usage passes source files and templates to blogc to emit HTML or feed resources, or uses blogc-make with a blogcfile to define site-wide variables, content directories, templates, posts, tags, and generated outputs. The compiler can be embedded in ordinary make rules because each invocation has no shared state.
The package installs several executables: blogc for compilation, blogc-make for project builds, blogc-runserver for local serving, and blogc-git-receiver for git-push publishing workflows.
blogc is package-nerd catnip because it is a C static-site generator that thinks like a compiler: libc at runtime, POSIX portability as a stated goal, man pages for interfaces, and build integration through make instead of a large language runtime.
It sits in the small but interesting lineage of minimal static-site tools where the packaging story matters: release tarballs, distro repositories, man pages, and reproducible command-line invocations are as central as themes or plugins.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
blogcfilefile passed to blogc-make -f実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
blogc | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
blogc-git-receiver | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
blogc-make | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
blogc-runserver | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:blogc |
|---|---|
| バージョン | 0.20.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://blogc.rgm.io/ |
| リポジトリ | https://github.com/blogc/blogc |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
blogc
nix profile install nixpkgs#blogcblogc 0.20.1^20240602.b1ae9c9-5.fc45
A blog compiler
sudo dnf install blogcblogc-git-receiver 0.20.1^20240602.b1ae9c9-5.fc45
A simple login shell/git hook to deploy blogc websites
sudo dnf install blogc-git-receiverblogc-make 0.20.1^20240602.b1ae9c9-5.fc45
A simple build tool for blogc
sudo dnf install blogc-makeblogc-runserver 0.20.1^20240602.b1ae9c9-5.fc45
A simple HTTP server to test blogc websites
sudo dnf install blogc-runserverblogc 0.20.1-1.22
Blog compiler
sudo zypper install blogcソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.