File tree Expand file tree Collapse file tree 7 files changed +181
-191
lines changed Expand file tree Collapse file tree 7 files changed +181
-191
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,7 @@ const config: Config = {
63
63
//image: 'img/docusaurus-social-card.jpg',
64
64
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
65
65
headTags : [
66
- {
67
- tagName : 'link' ,
68
- attributes : {
69
- rel : 'alternate' ,
70
- type : 'application/rss+xml' ,
71
- title : 'RSS Feed' ,
72
- href : '/rss.xml' ,
73
- } ,
74
- } ,
66
+
75
67
{
76
68
tagName : 'link' ,
77
69
attributes : {
@@ -156,20 +148,12 @@ const config: Config = {
156
148
target : "_blank" ,
157
149
className : "mastodon-icon" ,
158
150
} ,
159
-
160
- {
161
- to : "rss.xml" ,
162
- title : "RSS" ,
163
- position : "right" ,
164
- target : "_blank" ,
165
- className : "rss-circle-icon" ,
166
- } ,
167
151
{
168
152
to : "atom.xml" ,
169
153
title : "Atom" ,
170
154
position : "right" ,
171
155
target : "_blank" ,
172
- className : "atom -circle-icon" ,
156
+ className : "rss -circle-icon" ,
173
157
} ,
174
158
] ,
175
159
} ,
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import styles from "./styles.module.css";
2
2
import React , { useState } from "react" ;
3
3
import BlogpostCard from "./BlogpostCard" ;
4
4
import { blogpostsDetails } from "./blogpostsDetails" ;
5
- import RSSOrange from "/img/icons/RSS_orange_with_text.svg" ;
6
- import AtomOrange from "/img/icons/Atom_orange_with_text.svg" ;
5
+ import AtomOrange from "/img/icons/RSSOrange.svg" ;
7
6
8
7
export default function BlogsComponent ( ) {
9
8
const numberOfBlogs = blogpostsDetails . length ;
@@ -33,11 +32,6 @@ export default function BlogsComponent() {
33
32
< h1 className = "padding-none margin-none" >
34
33
Featured Posts by QuantStack Contributors
35
34
</ h1 >
36
- < div style = { { padding :"0 10px" } } >
37
- < a href = { "/rss.xml" } >
38
- < RSSOrange width = { "42px" } height = { "42px" } />
39
- </ a >
40
- </ div >
41
35
< div style = { { padding :"0 10px" } } >
42
36
< a href = { "/atom.xml" } >
43
37
< AtomOrange width = { "42px" } height = { "42px" } />
Original file line number Diff line number Diff line change @@ -591,20 +591,32 @@ a.menu__link:active {
591
591
}
592
592
593
593
.rss-circle-icon : before {
594
- background : url(@site / static/img/socialmedias/RSS_with_text .svg);
594
+ background : url(@site / static/img/socialmedias/RSS .svg);
595
595
content : "" ;
596
596
display : flex;
597
597
height : 36px ;
598
598
width : 36px ;
599
599
background-repeat : no-repeat;
600
600
}
601
601
602
+ .rss-circle-icon-with-text : hover {
603
+ opacity : 0.6 ;
604
+ }
605
+
606
+ .rss-circle-icon-with-text : before {
607
+ background : url(@site / static/img/socialmedias/RSS_with_text.svg);
608
+ content : "" ;
609
+ display : flex;
610
+ height : 36px ;
611
+ width : 36px ;
612
+ background-repeat : no-repeat;
613
+ }
602
614
603
- .atom-circle-icon : hover {
615
+ .atom-circle-icon-with-text : hover {
604
616
opacity : 0.6 ;
605
617
}
606
618
607
- .atom-circle-icon : before {
619
+ .atom-circle-icon-with-text : before {
608
620
background : url(@site / static/img/socialmedias/Atom_with_text.svg);
609
621
content : "" ;
610
622
display : flex;
Original file line number Diff line number Diff line change 2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<id >https://quantstack.net/</id >
4
4
<title >Recent blog posts featured by QuantStack team</title >
5
- <updated >2025-07-29T21:03:57.890Z </updated >
5
+ <updated >2025-07-29T21:14:51.498Z </updated >
6
6
<generator >https://github.com/jpmonette/feed</generator >
7
7
<author >
8
8
<name >QuantStack Team</name >
Original file line number Diff line number Diff line change 2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<id />
4
4
<title >All blog posts featured by QuantStack team</title >
5
- <updated >2025-07-29T21:03:57.905Z </updated >
5
+ <updated >2025-07-29T21:14:51.503Z </updated >
6
6
<generator >https://github.com/jpmonette/feed</generator >
7
7
<subtitle >Atom feed for QuantStack website blog page</subtitle >
8
8
<entry >
You can’t perform that action at this time.
0 commit comments