ablog

ablog 0.11.13

Sphinx extension that converts any documentation or personal website project into a full-fledged blog

https://ablog.readthedocs.io/en/latest/
MIT License
main program: ablogprograms: ablog
Platforms (32)
mips64el-linuxarmv7l-linuxsh4-linuxmips-linuxs390-linuxmips64-linuxarmv5tel-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ablog
];
Ad-hoc shell
nix-shell -p ablog
Flake (nix run)
nix run nixpkgs#ablog