File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import type { Site , SocialObjects } from "./types" ;
22
33export const SITE : Site = {
4- website : "https://astro-paper.pages.dev /" , // replace this with your deployed domain
5- author : "Sat Naing " ,
6- profile : "https://satnaing.dev /" ,
7- desc : "A minimal, responsive and SEO-friendly Astro blog theme. " ,
4+ website : "https://cseciitb.github.io /" , // replace this with your deployed domain
5+ author : "CSeC IITB " ,
6+ profile : "https://cseciitb.github.io /" ,
7+ desc : "Cyber Security Community - IIT Bombay " ,
88 title : "CSeC" ,
9- ogImage : "astropaper-og.jpg " ,
10- lightAndDarkMode : true ,
9+ ogImage : "csec_logo.png " ,
10+ lightAndDarkMode : false ,
1111 postPerIndex : 4 ,
1212 postPerPage : 5 ,
1313 scheduledPostMargin : 15 * 60 * 1000 , // 15 minutes
1414 showArchives : true ,
1515 editPost : {
16- url : "https://github.com/satnaing/astro-paper /edit/main/src/content/blog" ,
16+ url : "https://github.com/CSeCIITB/cseciitb.github.io /edit/main/src/content/blog" ,
1717 text : "Suggest Changes" ,
1818 appendFilePath : true ,
1919 } ,
You can’t perform that action at this time.
0 commit comments