File tree 3 files changed +33
-6
lines changed
3 files changed +33
-6
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ export const NotionPage: React.FC<types.PageProps> = ({
241
241
if ( block . type === 'page' && block . parent_table === 'collection' ) {
242
242
comments = (
243
243
< ReactUtterances
244
- repo = 'transitive-bullshit/transitivebullsh.it '
244
+ repo = 'ankurpaulcoder/nooobcoder-blog '
245
245
issueMap = 'issue-term'
246
246
issueTerm = 'title'
247
- label = 'blog'
247
+ label = 'blog-comment '
248
248
theme = 'preferred-color-scheme'
249
249
/>
250
250
)
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ export default siteConfig({
9
9
rootNotionSpaceId : null ,
10
10
11
11
// basic site info (required)
12
- name : `A noob 's blog` ,
12
+ name : `Ankur Paul 's blog` ,
13
13
domain : 'nooobcoder-blog.vercel.app' ,
14
14
author : 'Ankur Paul' ,
15
15
16
16
// open graph metadata (optional)
17
17
description : 'Not so noob, kinda blogs 🧠' ,
18
18
19
19
// social usernames (optional)
20
- twitter : 'ankurpauldotdev ' ,
20
+ twitter : 'hundredwpmcoder ' ,
21
21
github : 'nooobcoder' ,
22
22
linkedin : 'ankur-paul-888b4411b' ,
23
23
isSearchEnabled : true ,
@@ -27,7 +27,7 @@ export default siteConfig({
27
27
// page-specific values will override these site-wide defaults
28
28
defaultPageIcon : null ,
29
29
defaultPageCover : null ,
30
- defaultPageCoverPosition : 0.5 ,
30
+ defaultPageCoverPosition : 0.8 ,
31
31
32
32
// whether or not to enable support for LQIP preview images (optional)
33
33
isPreviewImageSupportEnabled : true ,
@@ -55,6 +55,6 @@ export default siteConfig({
55
55
{
56
56
title : 'About' ,
57
57
pageId : '264a3bda6a4548748f8e472131ae9dc6'
58
- } ,
58
+ }
59
59
]
60
60
} )
Original file line number Diff line number Diff line change 378
378
.notion-block-260baa77f1e1428b97fb14ac99c7c385 {
379
379
display : none;
380
380
}
381
+
382
+ @media (min-width : 1300px ) and (min-height : 300px ) {
383
+ .notion-page-content-has-aside {
384
+ width : calc ((100vw + var (--notion-max-width )) / 2 - 12px );
385
+ }
386
+ }
387
+
388
+ @media (min-width : 1300px ) and (min-height : 300px ) {
389
+ .notion-page-content-has-aside .notion-page-content-inner {
390
+ width : calc (var (--notion-max-width ) - 24px );
391
+ max-width : calc (var (--notion-max-width ) - 24px );
392
+ }
393
+ }
394
+
395
+ .notion-aside {
396
+ overflow-x : hidden;
397
+ padding-left : 24px ; /* Adjust the space between the main content and the table of content here */
398
+ }
399
+
400
+ .notion-aside-table-of-contents {
401
+ max-width : 100% ;
402
+ }
403
+
404
+ .notion-aside-table-of-contents .notion-table-of-contents-item-body {
405
+ overflow : hidden;
406
+ text-overflow : ellipsis;
407
+ }
You can’t perform that action at this time.
0 commit comments