blob: 191e22aa5588b51f0cc2b77f5c72656c28d3ffcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#+title: Uses
#+slug: index
What are the technologies behind =cleberg.net=? See below. I tend to flip-flop
on my DNS providers and Git hosts often, but the rest of these technologies are
consistently powering this website.
| Technology | What I Use |
|-----------------------+-------------|
| Registrar | [[https://njal.la][Njalla]] |
| DNS | [[https://cloudflare.com][Cloudflare]] |
| Server | [[https://cleberg.net/blog/server-build.html][Self-hosted]] |
| Operating System | [[https://ubuntu.com][Ubuntu]] |
| Web Server | [[https://nginx.org][Nginx]] |
| SSL | [[https://certbot.eff.org][Certbot]] |
| Static Site Generator | [[https://github.com/emacs-love/weblorg][Weblorg]] |
| Markup Language | [[https://orgmode.org][org-mode]] |
| Git Host | [[https://git.cleberg.net][cGit]] |
| CI/CD | [[https://git.cleberg.net/cleberg.net.git/tree/build.py][build.py]] |
|