macOS
brew install blogclocal Homebrew formula metadata
brew / Rang 15975
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für blogc in AI-Agent-Workflows.
Installation
brew install blogclocal Homebrew formula metadata
sudo dnf install blogcFedora Rawhide package metadata · blogc · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#blogcnixpkgs package indexes · pkgs/by-name/bl/blogc/package.nix · Quelle: api.github.com
sudo zypper install blogcopenSUSE Tumbleweed package metadata · blogc · Quelle: download.opensuse.org
Überblick
Blog compiler with template engine and markup language
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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 -fExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
blogc | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
blogc-git-receiver | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
blogc-make | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
blogc-runserver | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:blogc |
|---|---|
| Version | 0.20.1 |
| Paketmanager | Homebrew |
| Homepage | https://blogc.rgm.io/ |
| Repository | https://github.com/blogc/blogc |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 blogcQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.