aboutsummaryrefslogtreecommitdiff
path: root/content/books
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-23 16:15:11 +0100
committerJulien Dessaux2021-03-23 16:15:11 +0100
commit07327139f752508a1799928cc4496c5dfcab6fd4 (patch)
tree779e8970fb1837326ae91119921d2a60e0c55a19 /content/books
parentReworked some docs _index and added an article on hugo shortcodes (diff)
downloadwww-07327139f752508a1799928cc4496c5dfcab6fd4.tar.gz
www-07327139f752508a1799928cc4496c5dfcab6fd4.tar.bz2
www-07327139f752508a1799928cc4496c5dfcab6fd4.zip
Bootstrapped books section
Diffstat (limited to 'content/books')
-rw-r--r--content/books/_index.md10
-rw-r--r--content/books/h2g2/hitchhiker-s-guide-to-the-galaxy.md9
-rw-r--r--content/books/misc/hommes-viennent-de-mars.md9
-rw-r--r--content/books/misc/never-split-the-difference.md9
-rw-r--r--content/books/misc/the-art-of-war.md9
-rw-r--r--content/books/misc/to-kill-a-mockingbird.md9
-rw-r--r--content/books/stormlight_archive/the-way-of-kings.md9
-rw-r--r--content/books/stormlight_archive/words-of-radiance.md9
-rw-r--r--content/books/tolkien/fellowship-of-the-ring.md9
-rw-r--r--content/books/tolkien/return-of-the-king.md9
-rw-r--r--content/books/tolkien/the-hobbit.md9
-rw-r--r--content/books/tolkien/two-towers.md9
-rw-r--r--content/books/witcher_saga/baptism-of-fire.md9
-rw-r--r--content/books/witcher_saga/book-of-elves.md9
-rw-r--r--content/books/witcher_saga/lady-of-the-lake.md9
-rw-r--r--content/books/witcher_saga/season-of-storms.md9
-rw-r--r--content/books/witcher_saga/sword-of-destiny.md9
-rw-r--r--content/books/witcher_saga/the-last-wish.md9
-rw-r--r--content/books/witcher_saga/the-tower-of-swallows.md9
-rw-r--r--content/books/witcher_saga/time-of-contempt.md9
20 files changed, 181 insertions, 0 deletions
diff --git a/content/books/_index.md b/content/books/_index.md
new file mode 100644
index 0000000..f5b4553
--- /dev/null
+++ b/content/books/_index.md
@@ -0,0 +1,10 @@
+---
+title: "Books"
+menu:
+ main:
+ weight: 3
+---
+
+I used to read a lot when I was younger and really liked it. I went through many great sagas like Asimov's Foundation and Robots cycles, all the Dune books by Franck Herbert... I really liked reading. Without knowing why, I stopped reading books when I started working in 2009... I guess I got caught up with grown-up life then.
+
+I rediscovered this pleasure when I bought myself a Kobo e-reader for Christmas 2019, and I included reading to my before bed routine. Here are the books I have read since :
diff --git a/content/books/h2g2/hitchhiker-s-guide-to-the-galaxy.md b/content/books/h2g2/hitchhiker-s-guide-to-the-galaxy.md
new file mode 100644
index 0000000..1bad4ef
--- /dev/null
+++ b/content/books/h2g2/hitchhiker-s-guide-to-the-galaxy.md
@@ -0,0 +1,9 @@
+---
+title: "The Hitchhiker's Guide to the Galaxy"
+date: 2021-01-28
+description: Douglas Adams
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/misc/hommes-viennent-de-mars.md b/content/books/misc/hommes-viennent-de-mars.md
new file mode 100644
index 0000000..dcb22b8
--- /dev/null
+++ b/content/books/misc/hommes-viennent-de-mars.md
@@ -0,0 +1,9 @@
+---
+title: "Les hommes viennent de Mars, les femmes viennent de VĂ©nus"
+date: 2020-09-28
+description: John Gray
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/misc/never-split-the-difference.md b/content/books/misc/never-split-the-difference.md
new file mode 100644
index 0000000..ec3efb1
--- /dev/null
+++ b/content/books/misc/never-split-the-difference.md
@@ -0,0 +1,9 @@
+---
+title: "Never Split the Difference - Negotiating as if your life depended on it"
+date: 2020-08-21
+description: Chris Voss
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/misc/the-art-of-war.md b/content/books/misc/the-art-of-war.md
new file mode 100644
index 0000000..bc7e5f3
--- /dev/null
+++ b/content/books/misc/the-art-of-war.md
@@ -0,0 +1,9 @@
+---
+title: "The Art of War"
+date: 2020-02-10
+description: Sun Tzu
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/misc/to-kill-a-mockingbird.md b/content/books/misc/to-kill-a-mockingbird.md
new file mode 100644
index 0000000..016c009
--- /dev/null
+++ b/content/books/misc/to-kill-a-mockingbird.md
@@ -0,0 +1,9 @@
+---
+title: "To Kill a Mockingbird"
+date: 2020-02-02
+description: Lee Harper
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/stormlight_archive/the-way-of-kings.md b/content/books/stormlight_archive/the-way-of-kings.md
new file mode 100644
index 0000000..ebff9f1
--- /dev/null
+++ b/content/books/stormlight_archive/the-way-of-kings.md
@@ -0,0 +1,9 @@
+---
+title: "The Way of Kings"
+date: 2021-01-21
+description: Brandon Sanderson
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/stormlight_archive/words-of-radiance.md b/content/books/stormlight_archive/words-of-radiance.md
new file mode 100644
index 0000000..7ff7229
--- /dev/null
+++ b/content/books/stormlight_archive/words-of-radiance.md
@@ -0,0 +1,9 @@
+---
+title: "Words of Radiance"
+date: 2021-02-11
+description: Brandon Sanderson
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/tolkien/fellowship-of-the-ring.md b/content/books/tolkien/fellowship-of-the-ring.md
new file mode 100644
index 0000000..b15de45
--- /dev/null
+++ b/content/books/tolkien/fellowship-of-the-ring.md
@@ -0,0 +1,9 @@
+---
+title: "The Fellowship of the Ring"
+date: 2020-09-22
+description: J.R.R. Tolkien
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/tolkien/return-of-the-king.md b/content/books/tolkien/return-of-the-king.md
new file mode 100644
index 0000000..b8e0733
--- /dev/null
+++ b/content/books/tolkien/return-of-the-king.md
@@ -0,0 +1,9 @@
+---
+title: "The Return of the King"
+date: 2020-12-19
+description: J.R.R. Tolkien
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/tolkien/the-hobbit.md b/content/books/tolkien/the-hobbit.md
new file mode 100644
index 0000000..0fcbfce
--- /dev/null
+++ b/content/books/tolkien/the-hobbit.md
@@ -0,0 +1,9 @@
+---
+title: "The Hobbit"
+date: 2020-01-05
+description: J.R.R. Tolkien
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/tolkien/two-towers.md b/content/books/tolkien/two-towers.md
new file mode 100644
index 0000000..b6f30bf
--- /dev/null
+++ b/content/books/tolkien/two-towers.md
@@ -0,0 +1,9 @@
+---
+title: "The Two Towers"
+date: 2020-10-14
+description: J.R.R. Tolkien
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/baptism-of-fire.md b/content/books/witcher_saga/baptism-of-fire.md
new file mode 100644
index 0000000..ddbd291
--- /dev/null
+++ b/content/books/witcher_saga/baptism-of-fire.md
@@ -0,0 +1,9 @@
+---
+title: "Baptism of Fire"
+date: 2020-04-24
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/book-of-elves.md b/content/books/witcher_saga/book-of-elves.md
new file mode 100644
index 0000000..1e4f5c7
--- /dev/null
+++ b/content/books/witcher_saga/book-of-elves.md
@@ -0,0 +1,9 @@
+---
+title: "Blood of Elves"
+date: 2020-03-15
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/lady-of-the-lake.md b/content/books/witcher_saga/lady-of-the-lake.md
new file mode 100644
index 0000000..92a5b30
--- /dev/null
+++ b/content/books/witcher_saga/lady-of-the-lake.md
@@ -0,0 +1,9 @@
+---
+title: "Lady of the Lake"
+date: 2020-07-03
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/season-of-storms.md b/content/books/witcher_saga/season-of-storms.md
new file mode 100644
index 0000000..db3b215
--- /dev/null
+++ b/content/books/witcher_saga/season-of-storms.md
@@ -0,0 +1,9 @@
+---
+title: "Season of Storms"
+date: 2020-07-15
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/sword-of-destiny.md b/content/books/witcher_saga/sword-of-destiny.md
new file mode 100644
index 0000000..3af5d68
--- /dev/null
+++ b/content/books/witcher_saga/sword-of-destiny.md
@@ -0,0 +1,9 @@
+---
+title: "Sword of Destiny"
+date: 2020-02-22
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/the-last-wish.md b/content/books/witcher_saga/the-last-wish.md
new file mode 100644
index 0000000..f58e4c6
--- /dev/null
+++ b/content/books/witcher_saga/the-last-wish.md
@@ -0,0 +1,9 @@
+---
+title: "The Last Wish"
+date: 2020-01-21
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/the-tower-of-swallows.md b/content/books/witcher_saga/the-tower-of-swallows.md
new file mode 100644
index 0000000..84cce79
--- /dev/null
+++ b/content/books/witcher_saga/the-tower-of-swallows.md
@@ -0,0 +1,9 @@
+---
+title: "The Tower of Swallows"
+date: 2020-05-16
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO
diff --git a/content/books/witcher_saga/time-of-contempt.md b/content/books/witcher_saga/time-of-contempt.md
new file mode 100644
index 0000000..0d7f78e
--- /dev/null
+++ b/content/books/witcher_saga/time-of-contempt.md
@@ -0,0 +1,9 @@
+---
+title: "The Time of Contempt"
+date: 2020-04-09
+description: Andrzej Sapkowski
+tags:
+ - books
+---
+
+TODO