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 (31)
s390-linuxaarch64-freebsdaarch64-linuxx86_64-linuxmipsel-linuxmicroblaze-linuxmips-linuxpowerpc-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