mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Add mastodon verification (#3843)
This commit is contained in:
parent
a5ee50619a
commit
ea8976bf88
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@ const config: Config = {
|
||||||
organizationName: 'woodpecker-ci',
|
organizationName: 'woodpecker-ci',
|
||||||
projectName: 'woodpecker-ci.github.io',
|
projectName: 'woodpecker-ci.github.io',
|
||||||
trailingSlash: false,
|
trailingSlash: false,
|
||||||
|
headTags: [
|
||||||
|
{
|
||||||
|
tagName: 'link',
|
||||||
|
attributes: {
|
||||||
|
href: 'https://floss.social/@WoodpeckerCI',
|
||||||
|
rel: 'me',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Woodpecker',
|
title: 'Woodpecker',
|
||||||
|
|
Loading…
Reference in a new issue