Implement navigator
This commit is contained in:
@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user