initial commit
This commit is contained in:
0
blog/.html
Normal file
0
blog/.html
Normal file
18
blog/state-of-the-site.html
Normal file
18
blog/state-of-the-site.html
Normal file
@ -0,0 +1,18 @@
|
||||
<title>state of the site</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<html>
|
||||
<p>
|
||||
Hello o/, and welcome to my website!<br>
|
||||
As of right now I am still setting things up, I have a git server running but I am
|
||||
still working on getting cloning to work via https. On top of the git server I also
|
||||
have a cgit instance which I have gotten close to perfect (for some reason the site
|
||||
is only sometimes in darkmode).
|
||||
<br><br>
|
||||
As of right now that is all I've got running but I might be setting up a SearXNG
|
||||
instance soon.
|
||||
<br><br>
|
||||
However somethings that I will never put on my server are: <br>
|
||||
- social media frontend's eg: invious, and mastadon <br>
|
||||
- probably some other things that I can't think about right now <br>
|
||||
</p>
|
||||
</html>
|
7
blog/style.css
Normal file
7
blog/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
html {
|
||||
background-color: #121212;
|
||||
border: 3vh solid #121212;
|
||||
font-family: sans-serif;
|
||||
font-size: 2vh;
|
||||
color: white;
|
||||
}
|
Reference in New Issue
Block a user