Skip to content

Commit

Permalink
preloader rendering and rss feeds fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aritraroy24 committed Feb 5, 2024
1 parent eba4c52 commit f057a71
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 15 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const astroExpressiveCodeOptions = {
// https://astro.build/config
export default defineConfig({
site: 'https://aritraroy.live',
integrations: [react(), astroExpressiveCode(astroExpressiveCodeOptions), mdx(), sitemap(), icon(), compress({
img: false
})],
integrations: [react(), astroExpressiveCode(astroExpressiveCodeOptions), mdx(), sitemap(), icon(), compress()],
markdown: {
shikiConfig: {
theme: 'min-dark',
Expand Down
135 changes: 135 additions & 0 deletions public/rss/coding-project-rss-styles.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes" />
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
<title><xsl:value-of select="/rss/channel/title" /> RSS Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<style type="text/css">*{box-sizing:border-box}h1,h2{color:#fff}html{font-family:sans-serif}body{margin:0;background-color:#011b43}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.pr-1{padding-right:4px
!important}.px-3{padding-right:16px !important;padding-left:16px
!important}.py-2{padding-top:8px !important;padding-bottom:8px
!important}.py-3{padding-top:16px !important;padding-bottom:16px
!important}.py-5{padding-top:32px !important;padding-bottom:32px
!important}.mb-0{margin-bottom:0 !important}.mt-2{margin-top:8px
!important}.mt-md-5{margin-top:32px !important}.border-0{border:0
!important}.markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe
UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI
Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body>*
:first-child{margin-top:0 !important}.markdown-body>* :last-child{margin-bottom:0
!important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body
.absent{color:#cb2431}.markdown-body
.anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body
.anchor:focus{outline:0}.markdown-body p{margin-top:0;margin-bottom:16px}.markdown-body
h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body
h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1
.octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3
.octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5
.octicon-link,.markdown-body h6
.octicon-link{color:#1b1f23;vertical-align:middle;visibility:hidden}.markdown-body
h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover
.anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body
h6:hover .anchor{text-decoration:none}.markdown-body h1:hover .anchor
.octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover
.anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body
h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor
.octicon-link{visibility:visible}.markdown-body
h1{padding-bottom:.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body
h2{padding-bottom:.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body
h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body
h5{font-size:.875em}.markdown-body
h6{font-size:.85em;color:#6a737d}.background-yellow-light{background-color:#fff5b1
!important;padding:10px}b,strong{font-weight:600}h1{font-size:2em;margin:.67em
0}small{font-size:80%}.custom-link{color:#64ffda;text-decoration:none}.custom-link:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}nav{display:block}svg:not(:root){overflow:hidden}.text_gray{color:#8892b0
!important}.description{color:#8892b0
!important}.blog-description{margin-bottom:5px}.text-white{color:#fff
!important}.width-full{width:100% !important}.d-flex{display:flex
!important}.flex-justify-center{justify-content:center
!important}.flex-items-center{align-items:center !important}</style>
</head>

<body>
<nav class="container-md px-3 py-2 mt-2 mt-md-5 markdown-body">
<p class="background-yellow-light"
style="background-color:#fff5b1 !important; padding:10px">
<strong>This is a web feed,</strong> also known as an RSS feed. <strong>Subscribe</strong>
by copying the URL from the address bar into your newsreader. </p>
<p class="text_gray" style="color:#8892b0 !important"> Visit <a class="custom-link"
href="https://aboutfeeds.com" style="color:#64ffda;text-decoration:none">About
Feeds</a> to get started with newsreaders and subscribing. It’s free. </p>
</nav>
<div class="container-md px-3 py-3 markdown-body">
<header class="py-5">
<h1 class="border-0">
<!-- https://commons.wikimedia.org/wiki/File:Feed-icon.svg -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
style="vertical-align: text-bottom; width: 1.2em; height: 1.2em;" class="pr-1"
id="RSSicon" viewBox="0 0 256 256">
<defs>
<linearGradient x1="0.085" y1="0.085" x2="0.915" y2="0.915"
id="RSSg">
<stop offset="0.0" stop-color="#E3702D" />
<stop offset="0.1071" stop-color="#EA7D31" />
<stop offset="0.3503" stop-color="#F69537" />
<stop offset="0.5" stop-color="#FB9E3A" />
<stop offset="0.7016" stop-color="#EA7C31" />
<stop offset="0.8866" stop-color="#DE642B" />
<stop offset="1.0" stop-color="#D95B29" />
</linearGradient>
</defs>
<rect width="256" height="256" rx="55" ry="55" x="0"
y="0" fill="#CC5D15" />
<rect width="246" height="246" rx="50" ry="50" x="5"
y="5" fill="#F49C52" />
<rect width="236" height="236" rx="47" ry="47" x="10"
y="10" fill="url(#RSSg)" />
<circle cx="68" cy="189" r="24" fill="#FFF" />
<path d="M160 213h-34a82 82 0 0 0 -82 -82v-34a116 116 0 0 1 116 116z" fill="#FFF" />
<path d="M184 213A140 140 0 0 0 44 73 V 38a175 175 0 0 1 175 175z" fill="#FFF" />
</svg>
Aritra's RSS Feed </h1>
<h2>
<xsl:value-of select="/rss/channel/title" />
</h2>
<p class="description" style="color:#8892b0
!important">
<xsl:value-of select="/rss/channel/description" />
</p>
<a class="custom-link head_link" target="_blank"
style="color:#64ffda;text-decoration:none">
<xsl:attribute name="href">
<xsl:value-of select="/rss/channel/link" />
</xsl:attribute> Visit
Website &#x2192; </a>
</header>
<h2>My Programming Projects So Far...</h2>
<xsl:for-each select="/rss/channel/item">
<div class="py-5">
<h3 class="mb-0">
<a class="custom-link" target="_blank" style="color:#64ffda;text-decoration:none">
<xsl:attribute name="href">
<xsl:value-of select="link" />
</xsl:attribute>
<xsl:value-of select="title" />
</a>
</h3>
<p class="text_gray blog-description" style="color:#8892b0 !important">
<xsl:value-of select="description" />
</p>
</div>
<div
style="width:100% !important; display:flex !important; justify-content:center !important; align-items:center !important">
<smalll style="color: white;">⁕ ⁕ ⁕</smalll>
</div>
</xsl:for-each>
</div>
</body>

</html>
</xsl:template>
</xsl:stylesheet>
10 changes: 4 additions & 6 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import Seo from "@components/Meta/Seo.astro";
// style import
import "@assets/styles/global.scss";
// asset import
import preloader from "@assets/images/preloader.svg";
// defining type of title and description of the page
export interface LayoutProps {
title?: string;
Expand Down Expand Up @@ -55,12 +58,7 @@ const {
website.</noscript
>
<div id="preloader">
<Image
src="/src/assets/images/preloader.svg"
alt="Loading..."
width={150}
height={150}
/>
<Image src={preloader} alt="Loading..." width={150} height={150} />
</div>
<div id="root" style="display: none;">
<slot />
Expand Down
6 changes: 3 additions & 3 deletions src/pages/projects/programming/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { marked } from 'marked';
import { getCollection } from 'astro:content';
import { formatPosts } from '@js/utils'

export async function get(context) {
export async function GET(context) {
const allProgrammingProjects = await getCollection("programming");
const formattedProgrammingProjects = formatPosts(allProgrammingProjects, {
filterOutFuturePosts: false,
Expand All @@ -16,7 +16,7 @@ export async function get(context) {
return rss({
xmlns: { atom: "http://www.w3.org/2005/Atom" },
title: 'Aritra Roy | Programming Projects',
description: 'I\'m a Theoretical Computational Chemist & Algorithm Enthusiast from India. If you subscribe to this RSS feed you will receive updates and summaries of my new projects on programming related to research.',
description: 'I\'m a Theoretical Computational Chemist & Algorithm Enthusiast from India. If you subscribe to this RSS feed you will receive updates and summaries of my new projects on programming.',
site: context.site,
author: "Aritra Roy",
commentsUrl: "https://github.com/aritraroy24/astro-portfolio-comments/discussions",
Expand All @@ -38,6 +38,6 @@ export async function get(context) {
]}`,
})),
customData: `<atom:link href="https://aritraroy.live/projects/programming/rss.xml" rel="self" type="application/rss+xml" />`,
stylesheet: '/rss/programming-project-rss-styles.xsl',
stylesheet: '/rss/coding-project-rss-styles.xsl',
});
}
2 changes: 1 addition & 1 deletion src/pages/projects/research/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { marked } from 'marked';
import { getCollection } from 'astro:content';
import { formatPosts } from '@js/utils'

export async function get(context) {
export async function GET(context) {
const allResearchProjects = await getCollection("research");
const formattedResearchProjects = formatPosts(allResearchProjects, {
filterOutFuturePosts: false,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tutorial/blogs/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { marked } from 'marked';
import { getCollection } from 'astro:content';
import { formatPosts } from '@js/utils'

export async function get(context) {
export async function GET(context) {
const allBlogs = await getCollection("blogs");
const formattedBlogs = formatPosts(allBlogs);
return rss({
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tutorial/videos/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { marked } from 'marked';
import { getCollection } from 'astro:content';
import { formatPosts } from '@js/utils'

export async function get(context) {
export async function GET(context) {
const allVideos = await getCollection("videos");
const formattedVideos = formatPosts(allVideos);
return rss({
Expand Down

0 comments on commit f057a71

Please sign in to comment.