diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 166816b..23153f7 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,6 +1,31 @@ + + + + + + + + + + + + + + + + + + + + +404 | LibreBun + -
-

404

-

Looks like this page doesn't exist.

-
- \ No newline at end of file +
+

404

+

Looks like this page doesn't exist.

+
+ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index f76debd..fb72b4a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -14,16 +14,6 @@ src="https://umami.librebun.com/script.js" > - - - - - - - - - -
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7e74fd7..cd3a458 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,3 +1,28 @@ + + + + + + + + + + + + + + + + + + + + +LibreBun +
LibreBun
diff --git a/src/routes/blog/+page.svelte b/src/routes/blog/+page.svelte index a9a3cb2..7157e9d 100644 --- a/src/routes/blog/+page.svelte +++ b/src/routes/blog/+page.svelte @@ -3,8 +3,32 @@ export let data; + + + + + + + + + + + + + + + + + + + + +Blog | LibreBun +
- Blog | LibreBun

All blog posts.

WIP

diff --git a/src/routes/blog/[slug]/+page.svelte b/src/routes/blog/[slug]/+page.svelte index 992bd17..b7a7547 100644 --- a/src/routes/blog/[slug]/+page.svelte +++ b/src/routes/blog/[slug]/+page.svelte @@ -4,12 +4,30 @@ const { title, date, author, tags, Content, update } = data; - - - - + + + + + + + + + + + + + + + + + + + {title} | LibreBun
diff --git a/src/routes/services/+page.svelte b/src/routes/services/+page.svelte index 9211da6..d552d29 100644 --- a/src/routes/services/+page.svelte +++ b/src/routes/services/+page.svelte @@ -1,117 +1,194 @@ - +Services | LibreBun
- Services | LibreBun -
-

Publicly accessible services.

-
- -
-
-

A Git forge, registrations need to be approved first. - - Status - -

-

A decentralized ActivityPub Reddit alternative (LibreBun instance). - - Status - -

-

A videoclip sharing site. - - Status - -

-

A notetaking app in the style of microblogging platforms. - - Status - -

-

Firefox Send. Currently down out of storage space concerns. (No auth) - - Status - -

-

Owncast, a selfhosted Twitch alternative with ActivityPub support.
You can catch me here sometimes. - - Status - -

-
-
-
-
-
\ No newline at end of file +
+

+ Publicly accessible services. +

+
+ +
+
+

+ A Git forge, registrations need to be approved first. + + Status + +

+

+ A decentralized ActivityPub Reddit alternative (LibreBun instance). + + Status + +

+

+ A videoclip sharing site. + + Status + +

+

+ A notetaking app in the style of microblogging platforms. + + Status + +

+

+ Firefox Send. Currently down out of storage space concerns. (No auth) + + Status + +

+

+ Owncast, a selfhosted Twitch alternative with ActivityPub support.
You can catch + me here sometimes. + + Status + +

+
+
+
+
+
+ + diff --git a/src/routes/team/+page.svelte b/src/routes/team/+page.svelte index 3a6a712..4655503 100644 --- a/src/routes/team/+page.svelte +++ b/src/routes/team/+page.svelte @@ -1,3 +1,28 @@ + + + + + + + + + + + + + + + + + + + + +Team | LibreBun +

The Team.

diff --git a/static/assets/librebun-metaimage.png b/static/assets/librebun-metaimage.png new file mode 100644 index 0000000..3d67426 Binary files /dev/null and b/static/assets/librebun-metaimage.png differ