diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/index.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/setup/index.html b/setup/index.html new file mode 100644 index 0000000..5a77c12 --- /dev/null +++ b/setup/index.html @@ -0,0 +1,60 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> + <meta name="referrer" content="no-referrer"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <title> + Setup + </title> + <meta name="generator" content="soupault"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <link rel="stylesheet" href="/assets/css/style.css"> + </head> + <body> + <div class="container"> + <header> + <h1> + Setup + </h1> + <div id="nav-menu"> + <nav> + 😎 + <a href="/">Home</a> + 😎 + <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> + 😎 + <a class="active" href="/setup/">Setup</a> + 😎 + <a href="/books/">Books</a> + </nav> + </div> + </header> + <main> + <p> + <span class="em">Server</span>: Raspberry Pi 5 Model B+ running Raspbian 11 as its OS, <a target="blank" href="https://nginx.org/">Nginx</a> as its web server and <a target="blank" href="https://ddclient.net/">ddclient</a> as a dynamic DNS + client. + </p> + <p> + <span class="em">Version control</span>: I use <a target="blank" href="https://git-scm.com/">Git</a> because its commands are more straightforward in + my experience. + </p> + <p> + <span class="em">Laptop</span>: HP Pavilion Gaming Laptop 15-dk0xxx running <a target="blank" href="https://archlinux.org/">Arch Linux</a>. + </p> + <p> + <span class="em">Editor</span>: <a target="blank" href="https://vscodium.com/">VSCodium</a> and <a target="blank" href="https://neovim.io/">NeoVim</a>. + </p> + <p> + <span class="em">Phone</span>: Right now a Vivo IQOO 9T. + </p> + <p> + <span class="em">Preferred software</span>: Shell: <a target="blank" href="https://zsh.org/">Zsh</a>; Matrix client: <a target="blank" href="https://cinny.in/">Cinny</a>; Mastodon client: <a target="blank" href="https://tusky.app/">Tusky</a>; Browser: <a target="blank" href="https://floorp.app">Floorp</a> and <a target="blank" href="https://www.mozilla.org/en-US/firefox/">Firefox</a>. + </p> + </main> + </div> + </body> +</html> |