Goodnight sweet prince
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
e6c1e062a5
commit
4a24c4b5db
5 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
|||
import { parse } from "std/toml/mod.ts"
|
||||
import { parse } from "std/encoding/toml.ts"
|
||||
|
||||
|
||||
export default async function toml(path: string | URL) {
|
||||
const content = await Deno.readTextFile(path)
|
||||
|
|
|
@ -10,12 +10,12 @@ layout: layouts/base.pug
|
|||
|
||||
#### Federated stuff :)
|
||||
|
||||
- [Pleroma](https://froth.zone)
|
||||
{/* - [Pleroma](https://froth.zone) */}
|
||||
- [Gitea](https://git.froth.zone)
|
||||
- [Writefreely](https://blog.froth.zone)
|
||||
- [PeerTube](https://tube.froth.zone)
|
||||
- [Funkwhale](https://funkwhale.samtherapy.net)
|
||||
- [Fedifeed](https://fedifeed.com)
|
||||
{/* - [Fedifeed](https://fedifeed.com) */}
|
||||
|
||||
#### Private frontends
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@ layout: layouts/base.pug
|
|||
If you want to use GPG try using WKD or DANE, the keys should be there.
|
||||
- XMPP: Same as email
|
||||
- [Matrix](https://matrix.to/#/@samme:schizo.cafe)
|
||||
- [Fediverse](https://froth.zone/sam) (below)
|
||||
- <iframe title="Powered by Fedifeed" allowfullscreen sandbox="allow-top-navigation allow-scripts" width="400" height="800" src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=pleroma&theme=pleroma&size=100&header=true&replies=true&boosts=true"></iframe>
|
||||
{/* - [Fediverse](https://froth.zone/sam) (below)
|
||||
- <iframe title="Powered by Fedifeed" allowfullscreen sandbox="allow-top-navigation allow-scripts" width="400" height="800" src="https://fedifeed.com/api/v1/feed?user=sam&instance=https%3A%2F%2Ffroth.zone&instance_type=pleroma&theme=pleroma&size=100&header=true&replies=true&boosts=true"></iframe> */}
|
||||
|
|
|
@ -1 +1 @@
|
|||
@use "styles/base";
|
||||
@use "styles/base.scss";
|
||||
|
|
|
@ -7,5 +7,3 @@ layout: layouts/base.pug
|
|||
#### Hello there.
|
||||
|
||||
(this space intentionally left blank)
|
||||
|
||||
<a rel="me" href="https://froth.zone/sam"> I guess this needs to be here </a>
|
||||
|
|
Loading…
Reference in a new issue