macOS
brew install blogclocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.