-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.config.jsx
More file actions
31 lines (30 loc) · 1 KB
/
theme.config.jsx
File metadata and controls
31 lines (30 loc) · 1 KB
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
26
27
28
29
30
31
export default {
logo: <span> ISO Talks with Minu - made with Lumentis</span>,
editLink: {
component: null,
},
project: {
link: "https://github.com/hrishioa/lumentis",
},
feedback: {
content: null,
},
footer: {
text: (
<>
Made with 🫶 by
<a href="https://twitter.com/hrishioa" target="_blank">
Hrishi - say hi!
</a>
</>
),
},
head: (
<>
<meta property="og:title" content="How did an Early Stage Startup Slay Goliath the ISO" />
<meta property="og:description" content="ISO is difficult to get. It's a monstrous and tedious task that requires so many documents. Here's a set of tips on how to get ISO" />
<meta name="robots" content="noindex, nofollow" />
<link rel="icon" type="image/x-icon" href="https://github.com/minuscholastica/minunamu/blob/main/Minune.png" />
</>
),
};