From 5587a8649425609b72a5c9a1481c9e53b26f4eab Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 11 Jun 2020 20:25:45 +0200 Subject: [PATCH] Add 2019 books, refactor sections --- content/books/2019.md | 28 +++++++++++++++++++ content/{book/index.md => books/2020.md} | 17 +++++++---- content/books/_index.md | 3 ++ content/posts/_index.md | 4 +++ content/{post => posts}/hello-world.md | 0 .../remotedebug-webkit-ios-13.md | 0 deploy.sh | 1 + layouts/partials/google-analytics-async.html | 0 layouts/partials/google-analytics.html | 0 9 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 content/books/2019.md rename content/{book/index.md => books/2020.md} (50%) create mode 100644 content/books/_index.md create mode 100644 content/posts/_index.md rename content/{post => posts}/hello-world.md (100%) rename content/{post => posts}/remotedebug-webkit-ios-13.md (100%) create mode 100755 deploy.sh create mode 100644 layouts/partials/google-analytics-async.html create mode 100644 layouts/partials/google-analytics.html diff --git a/content/books/2019.md b/content/books/2019.md new file mode 100644 index 0000000..38581f4 --- /dev/null +++ b/content/books/2019.md @@ -0,0 +1,28 @@ +--- +title: 2019 +url: "/books/2019" +draft: false +--- + +Books I read (or started to read) in 2019. + +Title | Author | Year | Status | Rating +---|---|---|---|--- +Let My People Go Surfing | Yvon Chouinard | 2005 | Completed | 5/5\* | +The Spy and the Traitor | Ben MacIntyre | 2018 | Completed | 3/5\* | +Bad Blood - Secrets and Lies in a Silicon Valley Startup | John Carreyrou | 2018 | Completed | 4/5\* | +Antisocial - Online Extremists, Techno Utopians and the Hijacking of the American Conversation | Andrew Marantz | 2019 | Completed | 5/5\* | +All The President's Women | Monique El-Faizy, Barry Levine | 2019 | Completed | 3/5\* | +The Dirtiest Race in History: Ben Johnson, Carl Lewis and the 1988 Olympic 100m Final| Richard Moore | 2012 | Completed | 3.5/5\* | +On Fire - The Burning Case for a Green New Deal | Naomi Klein | 2019 | On hold | | +Permanent Record | Edward Snowden | 2019 | Completed | 4/5\* | +Homage to Catalonia | George Orwell | 1938 | On hold | | +Undercover - The True Story of Britain's Secret Police | Paul Lewis, Rob Evans | 2013 | Completed | 5/5\* | +Midnight in Chernobyl | Adam Higginbotham | 2019 | Completed | 5/5\* | +How to Change Your Mind: The New Science Of Psychedelics | Michael Pollan | 2018 | Abandoned | | +The Age Of Surveillance Capitalism | Shoshana Zuboff | 2019 | Completed | 5/5\* | +Siblings Without Rivalry | Adele Faber, Elaine Mazlish | 2012 | Completed | 4/5\* | + +--- + +Back to [books](/books). diff --git a/content/book/index.md b/content/books/2020.md similarity index 50% rename from content/book/index.md rename to content/books/2020.md index 7e08065..74263be 100644 --- a/content/book/index.md +++ b/content/books/2020.md @@ -1,16 +1,23 @@ --- title: Currently reading url: /books +draft: false --- -I'm working on sharing books that I'm currently reading, or have read in the past. +I'm working towards sharing books that I'm currently reading, or have read in the past. -#### 2020 +--- Title | Author | Year | Status | Rating ---|---|---|---|--- Stamped from the Beginning | Ibram X Kendi | 2016 | Currently reading | | IBM and the Holocaust | Edwin Black | 2001 | On hold | | -Columbine | Dave Cullen | 2009 | Completed | 4/5* | -Kochland | Christopher Leonard | 2019 | Completed | 5/5* | -A Very Stable Genius | Carol D Leonnig, Philip Rucker | 2020 | Completed | 3/5* | +Columbine | Dave Cullen | 2009 | Completed | 4/5\* | +Kochland | Christopher Leonard | 2019 | Completed | 5/5\* | +A Very Stable Genius | Carol D Leonnig, Philip Rucker | 2020 | Completed | 3/5\* | + +--- + +#### Older + +* [Books I read in 2019](/books/2019/) diff --git a/content/books/_index.md b/content/books/_index.md new file mode 100644 index 0000000..0f30832 --- /dev/null +++ b/content/books/_index.md @@ -0,0 +1,3 @@ +--- +type: book +--- diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..1955dec --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +type: post +url: / +--- diff --git a/content/post/hello-world.md b/content/posts/hello-world.md similarity index 100% rename from content/post/hello-world.md rename to content/posts/hello-world.md diff --git a/content/post/remotedebug-webkit-ios-13.md b/content/posts/remotedebug-webkit-ios-13.md similarity index 100% rename from content/post/remotedebug-webkit-ios-13.md rename to content/posts/remotedebug-webkit-ios-13.md diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..9c36789 --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +rm -rf public/ && hugo && rsync -avz public rob@www.rfwatson.net:~/netflux-blog diff --git a/layouts/partials/google-analytics-async.html b/layouts/partials/google-analytics-async.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/google-analytics.html b/layouts/partials/google-analytics.html new file mode 100644 index 0000000..e69de29