update stuff
This commit is contained in:
parent
1bb83a5e66
commit
0e177472df
3 changed files with 9 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/simple.css">
|
||||
<link rel="stylesheet" href="/custom.css">
|
||||
<title>{{ title }} | A D T Y A</title>
|
||||
<title>adtya.xyz - {{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -44,7 +44,7 @@
|
|||
{{ content }}
|
||||
</main>
|
||||
<footer>
|
||||
<p>Made with <a href="https://simplecss.org" target="_blank" rel="noreferrer">simple.css</a> and <a href="https://git.mills.io/prologic/zs" target="_blank" rel="noreferrer">zs</a> <b><a href="https://github.com/adtya/adtya.xyz" rel="noreferrer">↗</a></b>. Built and deployed with <a href="https://nixos.org" target="_blank" rel="noreferrer">nix/nixos</a> <b><a href="https://github.com/adtya/nixos-config/blob/main/hosts/rico2/services/adtya.xyz.nix" rel="noreferrer">↗</a></b> and some <a href="https://github.com/fatedier/frp" target="_blank" rel="noreferrer">frp</a> magic.</p>
|
||||
<p>Made with <a href="https://simplecss.org" target="_blank" rel="noreferrer">simple.css</a> and <a href="https://git.mills.io/prologic/zs" target="_blank" rel="noreferrer">zs</a> <b><a href="https://github.com/adtya/adtya.xyz" rel="noreferrer"><sup>[↗]</sup></a></b>. Built and deployed with <a href="https://nixos.org" target="_blank" rel="noreferrer">nix/nixos</a> <b><a href="https://github.com/adtya/nixos-config/blob/main/hosts/rico2/services/adtya.xyz.nix" rel="noreferrer"><sup>[↗]</sup></a></b> and some <a href="https://github.com/fatedier/frp" target="_blank" rel="noreferrer">frp</a> magic.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -6,3 +6,7 @@
|
|||
margin: 0 .8em 0 .8em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
4
index.md
4
index.md
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
title: index.html
|
||||
title: My face on the interwebs
|
||||
---
|
||||
|
||||
### Links
|
||||
- [Wiki ↗](https://wiki.adtya.xyz)
|
||||
|
|
Loading…
Reference in a new issue