@@ -3,10 +3,10 @@ import type { Site, SocialObjects } from "./types";
3
3
export const SITE : Site = {
4
4
website : "https://emeraldjava.github.io/" , // replace this with your deployed domain
5
5
author : "emeraldjava" ,
6
- desc : "A minimal, responsive and SEO-friendly Astro blog theme ." ,
6
+ desc : "The blog of emeraldjava ." ,
7
7
title : "emeraldjava" ,
8
- ogImage : "astropaper-og .jpg" ,
9
- lightAndDarkMode : false ,
8
+ ogImage : "emeraldjava-avatar .jpg" ,
9
+ lightAndDarkMode : true ,
10
10
postPerPage : 5 ,
11
11
scheduledPostMargin : 15 * 60 * 1000 , // 15 minutes
12
12
} ;
@@ -26,110 +26,14 @@ export const LOGO_IMAGE = {
26
26
export const SOCIALS : SocialObjects = [
27
27
{
28
28
name : "Github" ,
29
- href : "https://github.com/satnaing/astro-paper " ,
29
+ href : "https://github.com/emeraldjava " ,
30
30
linkTitle : ` ${ SITE . title } on Github` ,
31
31
active : true ,
32
32
} ,
33
33
{
34
34
name : "LinkedIn" ,
35
- href : "https://github. com/satnaing/astro-paper " ,
35
+ href : "https://www.linkedin. com/in/paultoconnell/ " ,
36
36
linkTitle : `${ SITE . title } on LinkedIn` ,
37
37
active : true ,
38
- } ,
39
- {
40
- name : "Mail" ,
41
-
42
- linkTitle : `Send an email to ${ SITE . title } ` ,
43
- active : false ,
44
- } ,
45
- {
46
- name : "Twitter" ,
47
- href : "https://github.com/satnaing/astro-paper" ,
48
- linkTitle : `${ SITE . website } on Twitter` ,
49
- active : true ,
50
- } ,
51
- {
52
- name : "Twitch" ,
53
- href : "https://github.com/satnaing/astro-paper" ,
54
- linkTitle : `${ SITE . title } on Twitch` ,
55
- active : false ,
56
- } ,
57
- {
58
- name : "YouTube" ,
59
- href : "https://github.com/satnaing/astro-paper" ,
60
- linkTitle : `${ SITE . title } on YouTube` ,
61
- active : false ,
62
- } ,
63
- {
64
- name : "WhatsApp" ,
65
- href : "https://github.com/satnaing/astro-paper" ,
66
- linkTitle : `${ SITE . title } on WhatsApp` ,
67
- active : false ,
68
- } ,
69
- {
70
- name : "Snapchat" ,
71
- href : "https://github.com/satnaing/astro-paper" ,
72
- linkTitle : `${ SITE . title } on Snapchat` ,
73
- active : false ,
74
- } ,
75
- {
76
- name : "Pinterest" ,
77
- href : "https://github.com/satnaing/astro-paper" ,
78
- linkTitle : `${ SITE . title } on Pinterest` ,
79
- active : false ,
80
- } ,
81
- {
82
- name : "TikTok" ,
83
- href : "https://github.com/satnaing/astro-paper" ,
84
- linkTitle : `${ SITE . title } on TikTok` ,
85
- active : false ,
86
- } ,
87
- {
88
- name : "CodePen" ,
89
- href : "https://github.com/satnaing/astro-paper" ,
90
- linkTitle : `${ SITE . title } on CodePen` ,
91
- active : false ,
92
- } ,
93
- {
94
- name : "Discord" ,
95
- href : "https://github.com/satnaing/astro-paper" ,
96
- linkTitle : `${ SITE . title } on Discord` ,
97
- active : false ,
98
- } ,
99
- {
100
- name : "GitLab" ,
101
- href : "https://github.com/satnaing/astro-paper" ,
102
- linkTitle : `${ SITE . title } on GitLab` ,
103
- active : false ,
104
- } ,
105
- {
106
- name : "Reddit" ,
107
- href : "https://github.com/satnaing/astro-paper" ,
108
- linkTitle : `${ SITE . title } on Reddit` ,
109
- active : false ,
110
- } ,
111
- {
112
- name : "Skype" ,
113
- href : "https://github.com/satnaing/astro-paper" ,
114
- linkTitle : `${ SITE . title } on Skype` ,
115
- active : false ,
116
- } ,
117
- {
118
- name : "Steam" ,
119
- href : "https://github.com/satnaing/astro-paper" ,
120
- linkTitle : `${ SITE . title } on Steam` ,
121
- active : false ,
122
- } ,
123
- {
124
- name : "Telegram" ,
125
- href : "https://github.com/satnaing/astro-paper" ,
126
- linkTitle : `${ SITE . title } on Telegram` ,
127
- active : false ,
128
- } ,
129
- {
130
- name : "Mastodon" ,
131
- href : "https://github.com/satnaing/astro-paper" ,
132
- linkTitle : `${ SITE . title } on Mastodon` ,
133
- active : false ,
134
- } ,
38
+ }
135
39
] ;
0 commit comments