summaryrefslogtreecommitdiff
path: root/content/about.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/about.org')
-rw-r--r--content/about.org20
1 files changed, 19 insertions, 1 deletions
diff --git a/content/about.org b/content/about.org
index 3a74db9..e52a5d2 100644
--- a/content/about.org
+++ b/content/about.org
@@ -29,4 +29,22 @@ experience using PHP + Symfony and Javascript.
** Contact
- Email: [[mailto:w96k@runbox.com][w96k@runbox.com]]
- Mastodon: [[https://fosstodon.org/@w96k][@w96k]]
-- Telegram: @w96kz
+
+* How website is built
+This website is built using following tech:
+
+#+begin_src elisp :exports results
+ (emacs-version)
+#+end_src
+
+#+begin_src elisp :exports results
+ (concat "Org-Mode " (org-version))
+#+end_src
+
+#+begin_src shell :exports results :results code
+ guix --version | sed -n 1p
+#+end_src
+
+- The license of the code is GPLv3
+- The license of the content is CC0
+- Code is available on [[https://git.sr.ht/~w96k/at-w96k/][Sourcehut]]