aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-05-19 11:03:01 +0200
committerAdam Stück <adam@adast.xyz>2023-05-19 11:05:49 +0200
commit4846bf75a93d6a708b8a5ebf3712cb1cab47e0f4 (patch)
tree4a99c04cb1890b8e20a0092f74b4a14ea7b389ad /README.md
parent34fe66dcb425a40ecf53cb7b953280736ddb3202 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 4 insertions, 27 deletions
diff --git a/README.md b/README.md
index 62c6fe9..fb32bfb 100644
--- a/README.md
+++ b/README.md
@@ -10,33 +10,10 @@ Requirements: [lowdown(1)](https://kristaps.bsd.lv/lowdown/).
git clone https://git.sr.ht/~adamski/adast.xyz
cd adast.xyz
- ./ssg src/ dst/ adast.xyz "https://adast.xyz"
-
-## Publish
-
-(This part is only usable by me, but you might learn something)
-
-I run the following to publish changes to my website.
-
- rsync -r dst/ adast.xyz:inet/adast.xyz
-
-### Build & Publish
-
- ./ssg src/ dst/ adast.xyz "https://adast.xyz" && rsync -r dst/ adast.xyz:inet/adast.xyz
+ ./ssg src/ dst/ 'adast.dk' 'https://adast.dk'
## Contributing
-If you have any changes you'd like to make to adast.xyz, please send a patch to
-the [adast.xyz](https://lists.sr.ht/~adamski/adast.xyz) mailing list. Feel
-free to start discussions about development here as well, if your change
-requires some thought before writing the code.
-
-### Email setup
-
-Can be done in 10-20 minutes, and you only need to learn it once.
-
-* [mailing list etiquette](https://man.sr.ht/lists.sr.ht/etiquette.md)
-* [useplaintext.mail](https://useplaintext.email/)
-
-**Patches**
-* [git-send-email.io](https://git-send-email.io/)
+Please contribute improvements via email to
+[the mailing list](https://lists.sr.ht/~adamski/adast.xyz) using
+[git send-email](https://git-send-email.io).