~yoctocell/yoctocell.xyz

7b9a40d99759c9ef44881691164316bb6944bc59 — Xinglu Chen 2 years ago a4543cb
about, contact: Add section for better formatting

Format the bespoke pages in the same was as the blog posts.
2 files changed, 18 insertions(+), 1 deletions(-)

M src/about.org
M src/contact.org
M src/about.org => src/about.org +10 -1
@@ 2,6 2,10 @@
title: About
---

#+begin_export html
<section>
#+end_export

Just a random guy on the internet. Interests include Nix, Guix, Emacs,
functional programming and cryptography.



@@ 14,8 18,13 @@ functional programming and cryptography.
- [[https://sourcehut.org][Sourcehut]] - Make git decentralized again!

** About this site

This site is built with [[https://orgmode.org][Org-mode]] and [[https://jaspervdj.be/hakyll/][Hakyll]] in reproducible fashion
thanks to the [[https://nixos.org][Nix]] package manager.  You can also find my site on
[[https://gemini.circumlunar.space/][Gemini]], a more secure and minimal alternative to the HTTP protocol.

The source code for this site can found on my [[https://git.sr.ht/~yoctocell/yoctocell.xyz][Sourcehut repository]].
\ No newline at end of file
The source code for this site can found on my [[https://git.sr.ht/~yoctocell/yoctocell.xyz][Sourcehut repository]].

#+begin_export html
</section>
#+end_export

M src/contact.org => src/contact.org +8 -0
@@ 2,6 2,14 @@
title: Contact
---

#+begin_export html
<section>
#+end_export

- Email: [[mailto:public@yoctocell.xyz][public@yoctocell.xyz]]
- PGP fingerprint: [[./media/pgp.asc][8B88 2502 31D7 03B1 68BC  2691 3851 020D 7E61 BBC2]]
- Sourcehut: [[https://sr.ht/~yoctocell][~yoctocell]]

#+begin_export html
</section>
#+end_export
\ No newline at end of file