commit 0b944f69ac4a3c60b0472e8f2d5d5273f28b6ce0
parent 44dbb6af991e5cf04310b5fe7c8f483ae9b3ca6d
Author: David Voznyarskiy <davidv@no-reply@disroot.org>
Date: Tue, 17 Mar 2026 13:08:33 -0700
updated info
Diffstat:
5 files changed, 40 insertions(+), 46 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,2 @@
+output
+code
diff --git 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
@@ -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
@@ -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
@@ -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>