Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'#', // optional mastodon profile URL, provides link verification #667

Open
jaystonez opened this issue Dec 15, 2024 — with GitHub Codespaces · 0 comments
Open

Comments

Copy link

  // mastodon: '#', // optional mastodon profile URL, provides link verification

In file site.config.ts

twitter: 'transitive_bs',
github: 'transitive-bullshit',
linkedin: 'fisch2',
// mastodon: '#', // optional mastodon profile URL, provides link verification
// newsletter: '#', // optional newsletter URL
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
// default notion icon and cover images for site-wide consistency (optional)
// page-specific values will override these site-wide defaults
defaultPageIcon: 'https://transitivebullsh.it/page-icon.png',
defaultPageCover: 'https://transitivebullsh.it/page-cover.jpg',
defaultPageCoverPosition: 0.5,
// whether or not to enable support for LQIP preview images (optional)
isPreviewImageSupportEnabled: true,
// whether or not redis is enabled for caching generated preview images (optional)
// NOTE: if you enable redis, you need to set the `REDIS_HOST` and `REDIS_PASSWORD`
// environment variables. see the readme for more info
isRedisEnabled: true,
// map of notion page IDs to URL paths (optional)
// any pages defined here will override their default URL paths
// example:
//
// pageUrlOverrides: {
// '/foo': '067dd719a912471ea9a3ac10710e7fdf',
// '/bar': '0be6efce9daf42688f65c76b89f8eb27'
// }
pageUrlOverrides: null,
pageUrlAdditions: {
'/the-social-audio-revolution': 'c4deaf33cc924ad7a5b9f69c6ae04a01'
},
// whether to use the default notion navigation style or a custom one with links to
// important pages
navigationStyle: 'custom',
navigationLinks: [
{
title: 'About',
pageId: '8d0062776d0c4afca96eb1ace93a7538'
},
{
title: 'Contact',
pageId: '9a7ddf2973444067bbc5ce0a4e0e0058'
}
]
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant