Implement navigator

This commit is contained in:
2025-04-08 16:47:21 -05:00
parent 7f2dd128c3
commit 8762c9c977
11 changed files with 377 additions and 82 deletions

View File

@ -19,6 +19,43 @@ export default {
defaultPostImageAlt: "The logo for this blog: a capital letter N.",
mastodonHost: "lounge.town",
mastodonUser: "nathanu",
navigatorLinks: [
{
iconURL: "/img/icons/breeze/typewriter.svg",
linkDisplay: "Blog",
linkURL: "/blog/",
},
{
iconURL: "/img/icons/breeze/view-preview.svg",
linkDisplay: "Galleries",
linkURL: "/galleries/",
},
{
iconURL: "/img/icons/breeze/document-edit-sign.svg",
linkDisplay: "Quizzes",
linkURL: "/quizzes/",
},
{
iconURL: "/img/icons/breeze/news-subscribe.svg",
linkDisplay: "Life Updates",
linkURL: "/now/",
},
{
iconURL: "/img/icons/breeze/map-globe.svg",
linkDisplay: "Sitemap",
linkURL: "/sitemap/",
},
{
iconURL: "/img/icons/breeze/view-list-text.svg",
linkDisplay: "Blogroll",
linkURL: "/blogroll/",
},
{
iconURL: "/img/icons/breeze/tag.svg",
linkDisplay: "Topics",
linkURL: "/tags/",
},
],
postlistHeaderText: "Latest blog posts:",
socialLinks: [
{