turn my books in mdx file

This commit is contained in:
Julien Calixte
2022-12-08 13:48:03 +01:00
parent f4c6a3d77d
commit fcdd424f79
3 changed files with 31 additions and 45 deletions

View File

@@ -127,3 +127,9 @@ blockquote {
border-radius: 0.3em;
background-color: #574b90;
}
iframe.youtube {
width: 100%;
height: 500px;
max-height: 35vh;
}

25
src/pages/my-books.mdx Normal file
View File

@@ -0,0 +1,25 @@
---
title: My books
layout: post
---
## My books
I used to read so little, but in 2021, I decided to take example of CGP Grey and add as one of my theme to read more and write more.
<iframe
class="youtube"
src="https://www.youtube-nocookie.com/embed/NVGuFdX5guE"
title="Your Theme by CGP Grey"
/>
So far, I'm pretty happy with how many books I've read, and they are all good!
- [How to take smart notes](https://www.soenkeahrens.de/en/takesmartnotes)
- [Resilient web design](https://resilientwebdesign.com/)
- [On writing well](https://www.babelio.com/livres/Zinsser-On-Writing-Well/795524)
- [The Scout Mindset: Why Some People See Things Clearly and Others Dont](https://juliagalef.com/)
- [Accelerate](https://www.oreilly.com/library/view/accelerate/9781457191435/)
- [Immune](https://www.amazon.fr/Immune-Kurzgesagt-gorgeously-illustrated-immune/dp/1529360684)
- [The field guide of understanding 'human errors'](https://www.routledge.com/The-Field-Guide-to-Understanding-Human-Error/Dekker/p/book/9781472439055)
- [Thinking fast and slow](https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow)

View File

@@ -1,45 +0,0 @@
<page>
title: My books
</page>
<template>
<section>
<h2>My books</h2>
<p>
I used to read so little, but in 2021, I decided to take example of CGP Grey and add as one of my theme to read
more and write more.
</p>
<iframe src="https://www.youtube-nocookie.com/embed/NVGuFdX5guE" title="Your Theme by CGP Grey" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<p>
So far, I'm pretty happy with how many books I've read, and they are all good!
</p>
<ul>
<li><a href="https://www.soenkeahrens.de/en/takesmartnotes">How to take smart notes</a></li>
<li><a href="https://resilientwebdesign.com/">Resilient web design</a></li>
<li><a href="https://www.babelio.com/livres/Zinsser-On-Writing-Well/795524">On writing well</a></li>
<li><a href="https://juliagalef.com/">The Scout Mindset: Why Some People See Things Clearly and Others Dont</a>
</li>
<li><a href="https://www.oreilly.com/library/view/accelerate/9781457191435/">Accelerate</a></li>
<li><a href="https://www.amazon.fr/Immune-Kurzgesagt-gorgeously-illustrated-immune/dp/1529360684">Immune</a></li>
<li><a
href="https://www.routledge.com/The-Field-Guide-to-Understanding-Human-Error/Dekker/p/book/9781472439055">The
field guide of understanding 'human errors'</a></li>
<li><a href="https://en.wikipedia.org/wiki/Thinking,_Fast_and_Slow">Thinking fast and slow</a></li>
</ul>
</section>
</template>
<style scoped>
iframe {
width: 100%;
height: 500px;
max-height: 35vh;
}
</style>