Skip to content

Commit 77b5168

Browse files
committed
relevant -->mofa
1 parent 2471621 commit 77b5168

10 files changed

Lines changed: 15 additions & 27 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg
2222
hasExternalScripts ? (Array.isArray(items) ? items.map((item) => item()) : [items()]) : [];
2323

2424
export default defineConfig({
25-
site: 'https://relevantstudy.github.io',
25+
site: 'https://mofa-org.github.io',
2626
output: 'static',
2727

2828
integrations: [

src/.DS_Store

8 KB
Binary file not shown.

src/assets/.DS_Store

6 KB
Binary file not shown.

src/components/Favicons.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
import favIcon from '~/assets/favicons/favicon.ico';
33
import favIconSvg from '~/assets/favicons/favicon.svg';
4-
import relevantStudyIcon from '~/assets/favicons/logo.png';
4+
import mofaaiIcon from '~/assets/favicons/logo.png';
55
---
66

77
<link rel="shortcut icon" href={favIcon} />
88
<link rel="icon" type="image/svg+xml" href={favIconSvg.src} />
99
<link rel="mask-icon" href={favIconSvg.src} color="#8D46E7" />
10-
<link rel="relevant-study-icon" sizes="100x100" href={relevantStudyIcon.src} />
10+
<link rel="mofa-ai-icon" sizes="100x100" href={mofa-ai.src} />

src/components/widgets/Note.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ import { Icon } from 'astro-icon/components';
66
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
77
<span class="font-bold">
88
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> Philosophy:</span
9-
> Stay Relevant: To You, To the World, To the Times.
10-
</div>
9+
> Everything Agent</div>
1110
</section>

src/config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site:
2-
name: RelevantStudy
3-
site: 'https://relevantstudy.com'
2+
name: MoFA, Everything Agent
3+
site: 'https://mofa.ai'
44
base: '/'
55
trailingSlash: false
66

@@ -9,9 +9,9 @@ site:
99
# Default SEO metadata
1010
metadata:
1111
title:
12-
default: Relevant Study
13-
template: '%s — Relevant Study'
14-
description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs."
12+
default: MoFA, Everything Agent
13+
template: '%s — MoFA'
14+
description: "\U0001F680 An Agent Framework for Composition AI."
1515
robots:
1616
index: true
1717
follow: true

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ export const headerData = {
4040
};
4141
export const footerData = {
4242
footNote: `
43-
Created by <a class="text-blue-600 underline dark:text-muted" href="https://relevantstudy.com/"> Relevant Study LLC </a> · All rights reserved.
43+
Created by <a class="text-blue-600 underline dark:text-muted" href="https://mofa.ai/"> Relevant Study LLC </a> · All rights reserved.
4444
`,
4545
};

src/pages/[...blog]/[...page].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const metadata = {
4040
<Headline
4141
subtitle="Buiding a Bridge, One Block at a Time"
4242
>
43-
RELEVANT: The Blog
43+
mofa blog
4444
</Headline>
4545
<BlogList posts={page.data} />
4646
<Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />

src/pages/index.astro

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
1313
// import CallToAction from '~/components/widgets/CallToAction.astro';
1414
1515
const metadata = {
16-
title: 'Relevant Study LLC, Study What Matters',
16+
title: 'MoFA AI, Everything Agent',
1717
ignoreTitleTemplate: true,
1818
};
1919
---
@@ -22,10 +22,10 @@ const metadata = {
2222
<!-- Hero Widget ******************* -->
2323

2424
<Hero
25-
image={{ src: '~/assets/images/human-brain-fire-image.png', alt: 'RelevantStudy Thinker' }}
25+
image={{ src: '~/assets/images/human-brain-fire-image.png', alt: 'MoFA wander' }}
2626

2727
><Fragment slot="title">
28-
Relevant Study, study what matters
28+
MoFA AI, Assemble Intelligence
2929
</Fragment>
3030
<Fragment slot="subtitle">
3131
Building Composition Computing + Composition AI through Organization Composition. Technology Insight,Tech and Business Innovation, Research & Development,Prototypes and Products.
@@ -227,17 +227,6 @@ const metadata = {
227227
"Dive into the meat and potatoes of a site; without it, you'd just be window shopping. Content is king.",
228228
icon: 'flat-color-icons:document',
229229
},
230-
{
231-
title: 'XLang',
232-
description:
233-
'That enthusiastic friend who\'s always urging, "Do it! Do it!"? Yeah, that\'s this button nudging you towards adventure.',
234-
icon: 'flat-color-icons:advertising',
235-
},
236-
{
237-
title: 'CantorAI',
238-
description: 'Behold the dessert menu of the website world. Tempting choices await, can you resist?',
239-
icon: 'flat-color-icons:currency-exchange',
240-
},
241230
]}
242231
>
243232
<Fragment slot="bg">
@@ -248,7 +237,7 @@ const metadata = {
248237
<!-- HighlightedPosts Widget ******* -->
249238

250239
<BlogLatestPosts
251-
title="Find out more content in our RELEVANT Blog"
240+
title="Find out more content in our mofa blog"
252241
information={`We share our thoughts and study results here blog`}
253242
/>
254243

0 commit comments

Comments
 (0)