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 1
1
import type { Site , SocialObjects } from "./types" ;
2
2
3
3
export 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 " ,
8
8
title : "CSeC" ,
9
- ogImage : "astropaper-og.jpg " ,
10
- lightAndDarkMode : true ,
9
+ ogImage : "csec_logo.png " ,
10
+ lightAndDarkMode : false ,
11
11
postPerIndex : 4 ,
12
12
postPerPage : 5 ,
13
13
scheduledPostMargin : 15 * 60 * 1000 , // 15 minutes
14
14
showArchives : true ,
15
15
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" ,
17
17
text : "Suggest Changes" ,
18
18
appendFilePath : true ,
19
19
} ,
You can’t perform that action at this time.
0 commit comments