summaryrefslogtreecommitdiff
path: root/src/_includes/posts-intro.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
commit70a2c42a5eef1dab2b7ab75e3c7f6ffc8c8c1959 (patch)
treec30a3e1d52e7a92fe3866f9833aa77ac4092eef4 /src/_includes/posts-intro.md
parent1d60b596b53202c0814663ed53b4279b40e05154 (diff)
Move source files into src
Diffstat (limited to 'src/_includes/posts-intro.md')
-rw-r--r--src/_includes/posts-intro.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/_includes/posts-intro.md b/src/_includes/posts-intro.md
new file mode 100644
index 0000000..c109af2
--- /dev/null
+++ b/src/_includes/posts-intro.md
@@ -0,0 +1,22 @@
+{% markdown %}
+Over time, I've written a number of articles. Some to voice my opinion, some to
+help people out with a tutorial. These articles are listed below, sorted by
+publication date. If you have any comments on any of my articles, feel free to
+reach out to me through any of the contact details found [on the
+homepage][home]. Alternatively, I have a public inbox on Sourcehut that you
+can send any comments to:
+[`~tyil/public-inbox@lists.sr.ht`](mailto:~tyil/public-inbox@lists.sr.ht).
+
+All my blog posts are available under the [Creative Commons (CC BY-SA
+3.0)][cc-by-sa] license, which means you are free to use it for any purpose so
+long as you keep attribution to me (and preferably also just link to the
+original article) and do not relicense the article.
+
+I'd also like to note that **these articles reflect my opinion, and only
+mine**. Please refrain from accusing other people of holding my opinion for
+simply being referenced in my articles.
+
+[cc-by-sa]: https://creativecommons.org/licenses/by-sa/3.0/
+[home]: /
+[pgp]: http://pgp.mit.edu/pks/lookup?op=vindex&search=0x7A6AC285E2D98827
+{% endmarkdown %}