diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·31+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·31+0100 |
commit | 5e2f54b0fbac0abde1255f3d50b94b603e5c522c (patch) | |
tree | 70889157a292c731275ca302358fa8c954f43be8 /website | |
parent | f5f03e204978c108b173c6cffd21212a7274983d (diff) |
Add a README to //website/habits
In //website, I have the following directories about habits: - days-of-week-habits - habitgarden - habits Without READMEs in each of these directories, visitors (and myself) can easily get confused.
Diffstat (limited to 'website')
-rw-r--r-- | website/habits/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/habits/README.md b/website/habits/README.md new file mode 100644 index 000000000000..f846640ab212 --- /dev/null +++ b/website/habits/README.md @@ -0,0 +1,4 @@ +# habits + +The Nix derivation defined herein outputs the webpage that you can visit at +https://wpcarro.dev/habits. |