Merge branch 'master' into blog-contribution-guidelines

This commit is contained in:
Tommy Ekstrand 2024-08-13 16:01:00 -05:00 committed by GitHub
commit 50962ab276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,6 @@ const config = {
{
label: "Blog",
to: "blog",
blogTitle: "Meshtastic Blog",
blogDescription:
"Discover in-depth insights from developers and maintainers, including project updates and changes. Hear from the community about their projects and ideas.",
},
{
label: "Docs",
@ -133,6 +130,11 @@ const config = {
showLastUpdateAuthor: true,
remarkPlugins: [remarkDefList],
},
blog: {
blogTitle: "Meshtastic Blog",
blogDescription:
"Discover in-depth insights from developers and maintainers, including project updates and changes. Hear from the community about their projects and ideas.",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
},