Added rss feed to next.js project page
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
				
			This commit is contained in:
		
							parent
							
								
									4bd795e6d8
								
							
						
					
					
						commit
						ff3114825b
					
				@ -1,7 +1,3 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import Vercel from '../lib/svgComponents/vercel.svelte';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<div class="main-container text-center">
 | 
			
		||||
	<h1 class="text-xl mb-2">Welcome to my corner of the internet</h1>
 | 
			
		||||
	<p>
 | 
			
		||||
@ -12,5 +8,4 @@
 | 
			
		||||
		This page is my initial svelte project to try out the framework, and at the time of writing
 | 
			
		||||
		(24th April 2024) many pages are still lacking content.
 | 
			
		||||
	</p>
 | 
			
		||||
	<Vercel />
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,8 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import { fade } from 'svelte/transition';
 | 
			
		||||
	import RssFeed from '../../lib/RssFeed.svelte';
 | 
			
		||||
	const weatherRss = 'https://gitea.rannes.dev/rannes.dev/local-weather.rss';
 | 
			
		||||
	const titlesRss = 'https://gitea.rannes.dev/rannes.dev/titles.rss';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<div in:fade>
 | 
			
		||||
@ -37,6 +40,7 @@
 | 
			
		||||
				href="https://gitea.rannes.dev/rannes.dev/titles">git repo here!</a
 | 
			
		||||
			>
 | 
			
		||||
		</p>
 | 
			
		||||
		<RssFeed url={titlesRss} />;
 | 
			
		||||
	</article>
 | 
			
		||||
	<article>
 | 
			
		||||
		<h2 class="font-normal text-xl my-2 mt-4">Weather application</h2>
 | 
			
		||||
@ -60,5 +64,6 @@
 | 
			
		||||
				href="https://gitea.rannes.dev/rannes.dev/local-weather">the code here.</a
 | 
			
		||||
			>
 | 
			
		||||
		</p>
 | 
			
		||||
		<RssFeed url={weatherRss} />
 | 
			
		||||
	</article>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,6 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import { fade } from 'svelte/transition';
 | 
			
		||||
	import RssFeed from '../../lib/RssFeed.svelte';
 | 
			
		||||
	import { LogoSvelte } from '@geist/new-icons/16';
 | 
			
		||||
 | 
			
		||||
	const projectRssUrl = 'https://gitea.rannes.dev/rannes.dev/my-portfolio.rss';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user