22// You can import this data from anywhere in your site by using the `import` keyword.
33
44// Base Page Metadata, src/layouts/BaseLayout.astro
5- export const BRAND_NAME = "NovaSky " ;
6- export const SITE_TITLE = "NovaSky " ;
5+ export const BRAND_NAME = "Open-Neo " ;
6+ export const SITE_TITLE = "Open-Neo " ;
77export const SITE_DESCRIPTION = "Next-generation Open Vision and AI @ Berkeley Sky Computing Lab" ;
88
99// Tags Page Metadata, src/pages/tags/index.astro
10- export const Tags_TITLE = "NovaSky - All Tags" ;
10+ export const Tags_TITLE = "Open-Neo - All Tags" ;
1111export const Tags_DESCRIPTION =
12- "NovaSky - All tags and the count of articles related to each tag" ;
12+ "Open-Neo - All tags and the count of articles related to each tag" ;
1313
1414// Tags Page Metadata, src/pages/tags/[tag]/[page].astro
1515export function getTagMetadata ( tag : string ) {
1616 return {
17- title : `All articles on '${ tag } ' tag in NovaSky ` ,
17+ title : `All articles on '${ tag } ' tag in Open-Neo ` ,
1818 description : `Explore articles about ${ tag } for different perspectives and in-depth analysis.` ,
1919 } ;
2020}
2121
2222// Category Page Metadata, src/pages/category/[category]/[page].astro
2323export function getCategoryMetadata ( category : string ) {
2424 return {
25- title : `All articles in '${ category } ' category in NovaSky ` ,
26- description : `Browse all articles under the ${ category } category in NovaSky ` ,
25+ title : `All articles in '${ category } ' category in Open-Neo ` ,
26+ description : `Browse all articles under the ${ category } category in Open-Neo ` ,
2727 } ;
2828}
2929
@@ -36,18 +36,18 @@ export const HeaderLinks = [
3636
3737// Footer Links, src/components/Footer.astro
3838export const FooterLinks = [
39- { href : "https://sky.cs.berkeley.edu/" , title : "Sky Computing Lab @ Berkeley " } ,
39+ { href : "https://sky.cs.berkeley.edu/" , title : "Open-Neo @ Sydney (Website forked from Sky) " } ,
4040] ;
4141
4242// Social Links, src/components/Footer.astro
4343export const SocialLinks = [
4444 {
45- href : "https://x.com/NovaSkyAI " ,
45+ href : "https://x.com/Open-Neo " ,
4646 icon : "tabler:brand-twitter" ,
4747 label : "Twitter" ,
4848 } ,
4949 {
50- href : "https://github.com/NovaSky-AI/SkyThought " ,
50+ href : "https://github.com/Open-Neo " ,
5151 icon : "tabler:brand-github" ,
5252 label : "GitHub" ,
5353 } ,
0 commit comments