commit e9dd7892635a0a7655c79a3c32dad69300c07c22
parent 712870dc89da947f7fe45039c39728d764063507
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 27 May 2020 14:40:32 +0200
README: add build status
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -9,6 +9,7 @@
4. [References](#h:e5a95a68-f031-438b-831c-824803d0bc3e)
5. [COPYING](#h:716e598e-3b1a-4e48-a72b-608c3a970db9)
+![img](https://builds.sr.ht/~vdemeester/home.svg)
<a id="h:0272c5ac-0b7f-4ebb-91f0-defa66c2d285"></a>
@@ -74,7 +75,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](#org11396b9).
+- `docs`: holds documentation about this code, literate configuration, see [literate configuration](#org9ad541b).
`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
@@ -84,7 +85,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="org11396b9"></a>As I'm slowly, but <span class="underline">surely</span>, going to have `org-mode` files for
+<a id="org9ad541b"></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
@@ -1,6 +1,8 @@
#+TITLE: Home configuration files
#+FILETAGS: #home infra configuration dotfiles
+[[https://builds.sr.ht/~vdemeester/home.svg]]
+
* What is ~home~
:PROPERTIES:
:CUSTOM_ID: h:0272c5ac-0b7f-4ebb-91f0-defa66c2d285