davidvozdotnet

davidvoz.net source code
git clone https://git.davidvoz.net/davidvozdotnet.git
index
logs
tree

commit 0b944f69ac4a3c60b0472e8f2d5d5273f28b6ce0
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date:   Tue Mar 17 13:08:33 2026 -0700

    updated info

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6ce2e34
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+output
+code
diff --git a/contact.md b/contact.md index 820a005..fd7e1ba 100644
--- a/contact.md
+++ b/contact.md
@@ -1,9 +1,11 @@ --- title: Contact ---
-# [Contact](..)
+# Contact
-#### `curl https://davidvoz.net/dv.asc | gpg --import` {.copy-block}
+**[../](..)**
+
+`curl https://davidvoz.net/dv.asc | gpg --import`{.copy-block}
9771 7FA7 E933 114D 2AD8 52D9 0C81 46DD 414E FC30 diff --git a/index.md b/index.md index b24d117..11ea3b7 100644
--- a/index.md
+++ b/index.md
@@ -4,14 +4,10 @@ title: David's Website # Work in Progress
-**[[code]](code)
-[[contact]](contact.html)
-[[texts]](texts)**
+**[code/](code)
+[contact/](contact.html)**
-no javascript, no trackers, no seed oils, no nonsense
-
-Welcome to my website, have a stay and look around.
-Below is a bit about me and what I believe.
+No javascript, no trackers, no seed oils, no nonsense. Welcome to my website, have a stay and look around.
*[soli Deo gloria](texts/solas.html#soli-deo-gloria)* - *[glory to](texts/solas.html#soli-deo-gloria)* diff --git a/style.css b/style.css index 980450e..9236336 100644
--- a/style.css
+++ b/style.css
@@ -1,38 +1,8 @@
-@font-face {
- font-family: 'DejaVuSansMono';
- src: url('fonts/DejaVuSansMono.woff') format('woff');
-}
-
-* {
- font-family: 'DejaVuSansMono', monospace;
-}
-
-body {
- font-family: "DejaVu Sans Mono", monospace;
- background-color: black;
- color: white;
-}
-
-@media (prefers-color-scheme: light) {
- body {
- background-color: white;
- color: black;
- }
-}
-
-h1, h2, h3, h4, h5, a {
- color: #794ae8;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-.darker-purple {
- color: #7648e2;
-}
-
.copy-block { user-select: all; }
+code {
+ border: 1px solid #794ae8;
+ padding: 5px;
+ user-select: all;
+}
diff --git a/template.html b/template.html index 69883b0..a057974 100644
--- a/template.html
+++ b/template.html
@@ -3,8 +3,32 @@ <head> <meta charset="utf-8"> <title>$title$</title>
- <link rel="stylesheet" href="./style.css" />
- <link rel="icon" type="image/png" href="favicon.png" />
+
+
+ <style>
+ @font-face {
+ font-family: 'DejaVuSansMono';
+ src: url('fonts/DejaVuSansMono.woff') format('woff');
+ }
+ * {
+ font-family: 'DejaVuSansMono', monospace;
+ }
+ body {
+ background-color: black;
+ color: white;
+ }
+ h2, h3, h4, h5, a {
+ color: #794ae8;
+ text-decoration: none;
+ }
+ a:hover {
+ text-decoration: underline;
+ }
+ $highlighting-css$
+ </style>
+
+ <link rel="stylesheet" href="style.css" />
+ <link rel="icon" type="image/png" href="/favicon.png" />
</head> <body>