-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
260 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ export default defineConfig({ | |
link: "https://dash.deno.com/playground/fedify-demo", | ||
}, | ||
{ text: "Installation", link: "/install.md" }, | ||
{ text: "Tutorial", link: "/tutorial.md" }, | ||
{ text: "In-depth tutorial", link: "/tutorial.md" }, | ||
{ | ||
text: "CLI toolchain", | ||
link: "/cli.md", | ||
|
@@ -127,7 +127,8 @@ export default defineConfig({ | |
}, | ||
{ | ||
icon: { | ||
svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ActivityPub</title><path d="M10.91 4.442L0 10.74v2.52L8.727 8.22v10.077l2.182 1.26zM6.545 12l-4.364 2.52 4.364 2.518zm6.545-2.52L17.455 12l-4.364 2.52zm0-5.038L24 10.74v2.52l-10.91 6.298v-2.52L21.819 12 13.091 6.96z"/></svg>', | ||
svg: | ||
'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ActivityPub</title><path d="M10.91 4.442L0 10.74v2.52L8.727 8.22v10.077l2.182 1.26zM6.545 12l-4.364 2.52 4.364 2.518zm6.545-2.52L17.455 12l-4.364 2.52zm0-5.038L24 10.74v2.52l-10.91 6.298v-2.52L21.819 12 13.091 6.96z"/></svg>', | ||
}, | ||
link: "https://hollo.social/@fedify", | ||
ariaLabel: "Hollo (ActivityPub)", | ||
|
@@ -181,8 +182,8 @@ export default defineConfig({ | |
"meta", | ||
{ | ||
name: "fediverse:creator", | ||
content: "@[email protected]" | ||
} | ||
content: "@[email protected]", | ||
}, | ||
], | ||
...plausibleScript, | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.