yandex metrica
This commit is contained in:
parent
f2d7a4739a
commit
aade5a390c
@ -75,6 +75,7 @@ const config: QuartzConfig = {
|
|||||||
Plugin.ComponentResources(),
|
Plugin.ComponentResources(),
|
||||||
Plugin.ContentPage(),
|
Plugin.ContentPage(),
|
||||||
Plugin.FolderPage(),
|
Plugin.FolderPage(),
|
||||||
|
Plugin.TagPage(),
|
||||||
Plugin.ContentIndex({
|
Plugin.ContentIndex({
|
||||||
enableSiteMap: true,
|
enableSiteMap: true,
|
||||||
enableRSS: true,
|
enableRSS: true,
|
||||||
|
@ -14,17 +14,15 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
locale: 'ru',
|
locale: 'ru',
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Component.YandexMetrika(),
|
||||||
],
|
],
|
||||||
footer: [
|
footer: Component.Footer({
|
||||||
Component.Footer({
|
links: {
|
||||||
links: {
|
"About Me": "https://mark.struchkov.dev/cv/",
|
||||||
"About Me": "https://mark.struchkov.dev/cv/",
|
"B.log": "https://struchkov.dev",
|
||||||
"B.log": "https://struchkov.dev",
|
"CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static",
|
||||||
"CV": "https://mark.struchkov.dev/cv/?utm_source=gardenru&utm_medium=organic&utm_campaign=static",
|
},
|
||||||
},
|
}),
|
||||||
}),
|
|
||||||
Component.YandexMetrika()
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
const githubSourceConfig = {
|
const githubSourceConfig = {
|
||||||
repoLink: "https://github.com/upagge/digital-garden",
|
repoLink: "https://github.com/upagge/digital-garden",
|
||||||
@ -41,7 +39,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
Component.Search(),
|
Component.Search(),
|
||||||
Component.DesktopOnly(Component.RecentNotes({showTags: false, limit: 4})),
|
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 4 })),
|
||||||
Component.Ads(),
|
Component.Ads(),
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user