mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	feat: add Curriculum vitae
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import { GetStaticProps, GetStaticPaths, NextPage } from 'next'
 | 
			
		||||
import { MDXRemote } from 'next-mdx-remote'
 | 
			
		||||
import date from 'date-and-time'
 | 
			
		||||
import 'prism-themes/themes/prism-one-dark.css'
 | 
			
		||||
import 'highlight.js/styles/github-dark.css'
 | 
			
		||||
 | 
			
		||||
import { Head } from 'components/Head'
 | 
			
		||||
import { Header } from 'components/Header'
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@ const BlogPage: NextPage<BlogPageProps> = (props) => {
 | 
			
		||||
                'DD/MM/YYYY'
 | 
			
		||||
              )
 | 
			
		||||
              return (
 | 
			
		||||
                <Link href={`/blog/${post.slug}`} key={index}>
 | 
			
		||||
                <Link href={`/blog/${post.slug}`} key={index} locale='en'>
 | 
			
		||||
                  <a data-cy='blog-post'>
 | 
			
		||||
                    <ShadowContainer className='cursor-pointer p-6 transition duration-200 ease-in-out hover:-translate-y-2'>
 | 
			
		||||
                      <h2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user