Files
pse.dev/config/site.ts
Kalidou Diagne 5f33747fd1 add new footer
2024-01-19 20:30:55 +00:00

21 lines
957 B
TypeScript

export type SiteConfig = typeof siteConfig
1
export const siteConfig = {
name: "Privacy & Scaling Explorations",
description:
"Enhancing Ethereum through cryptographic research and collective experimentation.",
links: {
twitter: "https://twitter.com/privacyscaling",
github: "https://github.com/privacy-scaling-explorations",
docs: "https://ui.shadcn.com",
discord: "https://discord.com/invite/sF5CT5rzrR",
articles: "https://mirror.xyz/privacy-scaling-explorations.eth",
youtube: "https://www.youtube.com/@privacyscalingexplorations",
jobs: "https://jobs.lever.co/ethereumfoundation/?department=Ethereum%20Foundation&team=Privacy%20and%20Scaling%20Explorations",
termOfUse: "https://ethereum.org/en/terms-of-use/",
privacyPolicy: "https://ethereum.org/en/privacy-policy/",
},
addGithubResource:
"https://github.com/privacy-scaling-explorations/website-v2/blob/main/app/content/resources.md?plain=1",
}