Commit c58402a32b5c

Vincent Demeester <vincent@sbr.pm>
2020-05-22 14:55:26
Update githooks
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ee4811c
Changed files (3)
.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
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).
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: