-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsite.config.ts
25 lines (25 loc) · 1.05 KB
/
site.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export const siteConfig = {
siteTitle: "Celo LMS",
siteDescription:
"Celo LMS is a place to learn Web3 hands-on. Our mission is to empower developers like you with the knowledge and skills necessary to build dApps on multiple frameworks, including Celo, Ethereum, and more.",
sitePathwayDescription:
"Celo LMS pathways are a series of lessons that will teach you how to build dApps on Celo.",
homepage: {
titleHeader: "Signup Today",
title: "Celo LMS",
subTitle: "Empowering Developers for a Decentralized Future.",
actionButton: "Get Started",
heroImage: "/website-images/hero-icon.png",
featureSection: {
title: "We offer courses and resources to stay current on web3.",
subTitle: "Join us to be part of the decentralized web movement.",
image:
"https://raw.githubusercontent.com/RSurya99/nefa/main/assets/img/industry-leading-security.webp",
},
},
showLearnSection: false,
footer: {
twitter: "https://twitter.com/CeloDevs",
github: "https://github.com/celo-org/celo-composer",
},
};