mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
Gabriel Arazas
e699ea2a2c
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
|
||
---|---|---|
.. | ||
assets | ||
config/_default | ||
content/en | ||
layouts | ||
static | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
gemset.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
package.nix | ||
README.adoc | ||
shell.nix |
It’s the documentation for my project rendered with Hugo and written with Asciidoctor format. There are some things you need to be aware of.
-
This is basically an extended theme using my website. It is built on top of it so every single change will have to be adapted to it including the assets (especially).
-
This heavily uses my own set of Asciidoctor extensions.
-
This uses my custom Asciidoctor templates. Unfortunately, this is not doable with Hugo so it is done primarily with a hack that shadows the original
asciidoctor
executable with a custom script of the same name. -
This also uses nixpkgs with their Ruby packaging infrastructure. You can see more details about developing and maintaining them in the respective manual.