home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c58402a32b5c46d302cb4c28fd354727754f7cbc
parent ee4811ce345796301bc070cd038070415fd6560d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 22 May 2020 14:55:26 +0200

Update githooks

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
M.githooks/pre-commit | 1+
MREADME.md | 6+++---
MREADME.org | 2+-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.githooks/pre-commit b/.githooks/pre-commit @@ -2,3 +2,4 @@ unset NIX_BUILD_SHELL export NIX_BUILD_SHELL nix-shell -p gnumake --run 'make update-docs' +git add README.md docs diff --git a/README.md b/README.md @@ -31,7 +31,7 @@ reproducible and easily testable without making *a mess*. Nix/NixOS should help This will be a all-time work-in-progress, so please beware that things might change dramatically or even not working anymore πŸ˜›. -See [`./tasks.org`](./tasks.md) for the *work-in-progress*. +See [`./tasks.org`](./tasks.md) for the *work-in-progress* β€” and there is **a lot of work-in-progress**. <a id="h:e289aa81-d0ec-49a0-ba94-933e85d4ee8c"></a> @@ -91,7 +91,7 @@ soon-ish πŸ‘Ό): Most of the `make` commands will try to populate this ahead of time. The assumption is : have a `sync` folder where the assets are. *Note: how to bootstrap (as syncthing will not be there, and the `sync` folder either)* -- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org89fa98d). +- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#orgc18f61e). `make publish` will publish the `README.org` and the `docs` folder to my website. - `lib`: shared code used during configuration (mostly `nix` code). - `machines`: configuration per machines @@ -101,7 +101,7 @@ soon-ish πŸ‘Ό): - `private`: holds non-shareable code, like *secrets*. - `tmp`: things to… organize (e.g. where I import my other *legacy* configuration) -<a id="org89fa98d"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for +<a id="orgc18f61e"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for literate configuration files in this repository, I have to think of how to organize files in order to end up with one huge file. The goal of having those `org-mode` files, is mainly to document my configuration and publish it, most likely on [sbr.pm](https://sbr.pm). diff --git a/README.org b/README.org @@ -22,7 +22,7 @@ This will be a all-time work-in-progress, so please beware that things might change dramatically or even not working anymore πŸ˜›. -See [[./tasks.org][=./tasks.org=]] for the /work-in-progress/. +See [[./tasks.org][=./tasks.org=]] for the /work-in-progress/ β€” and there is *a lot of work-in-progress*. * TODO Installation :PROPERTIES: