Skip to content

Commit

Permalink
Update syntax highlighting to high contrast themes.
Browse files Browse the repository at this point in the history
Replace twitter link with bluesky link.
  • Loading branch information
bdon committed Jan 6, 2025
1 parent 6ad8fc3 commit 147f567
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ export default defineConfig({
head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]],
description: "Technical Documentation for Protomaps",
cleanUrls: true,
markdown: {
theme: {
light: 'github-light-high-contrast',
dark: 'github-dark-high-contrast'
}
},
themeConfig: {
logo: "/logo.svg",
// https://vitepress.dev/reference/default-theme-config
Expand Down Expand Up @@ -76,7 +82,7 @@ export default defineConfig({
socialLinks: [
{ icon: "github", link: "https://github.com/protomaps" },
{ icon: "mastodon", link: "https://mapstodon.space/@protomaps" },
{ icon: "twitter", link: "https://twitter.com/protomaps" },
{ icon: "bluesky", link: "https://bsky.app/profile/protomaps.com" },
],

search: {
Expand Down

0 comments on commit 147f567

Please sign in to comment.