blog/lib/constants.ts

14 lines
471 B
TypeScript

export const SITE_TITLE = "Ad\xE6dra's blog";
export const SITE_DESCRIPTION = [
"Ad\xE6dra",
"Software Developper in Paris, France",
"Rust, Ruby, Typescript, Linux",
].join(" \u2022 ");
export const SITE_DEFAULT_META = {
viewport: "width=device-width, initial-scale=1",
"theme-color": "#DDCBA3",
"og:image": "https://adaedra.blob.core.windows.net/blog-assets/og_preview.png",
"og:image:alt": "Ad\xE6dra's mascot",
"og:locale": "en_GB",
};