diff --git a/.gitmodules b/.gitmodules
index d5ccd01..67a8b99 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "themes/terminimal-light"]
path = themes/terminimal-light
url = git@git.juliobiason.me:terminimal-light.git
+[submodule "themes/hyde"]
+ path = themes/hyde
+ url = https://github.com/getzola/hyde.git
diff --git a/config.toml b/config.toml
index ba2d2e7..cde2ac8 100644
--- a/config.toml
+++ b/config.toml
@@ -8,8 +8,8 @@ title = "Julio Biason .Net 4.1"
description = "Old school dev living in a 2.0 dev world"
# theme = "nighttime"
-# theme = "hyde"
-theme = "terminimal-light"
+theme = "hyde"
+# theme = "terminimal-light"
taxonomies = [
# You can enable/disable RSS
@@ -21,10 +21,6 @@ taxonomies = [
generate_rss = true
-# Whether to do syntax highlighting
-# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
-highlight_code = true
-
# Whether to build a search index to be used later on by a JavaScript library
# build_search_index = true
@@ -34,6 +30,10 @@ languages = [
{code = "pt", search = false},
]
+[markdown]
+highlight_code = true
+# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
+
[extra]
# Put all your custom variables here
author = "Julio Biason"
diff --git a/content/quotes/_index.md b/content/quotes/_index.md
deleted file mode 100644
index ea85c14..0000000
--- a/content/quotes/_index.md
+++ /dev/null
@@ -1,20 +0,0 @@
-+++
-transparent = false
-sort_by = "weight"
-paginate_by = 0
-title = "Quotes"
-+++
-
-
-
{{ section.title }}
-
-
-
diff --git a/content/quotes/arthur-clough/index.md b/content/quotes/arthur-clough/index.md
deleted file mode 100644
index 2288e2e..0000000
--- a/content/quotes/arthur-clough/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Arthur Clough"
-weight = 97
-
-[taxonomies]
-tags = ["quotes", "arthur clough"]
-+++
-
-> "Out of sight is out of mind."
diff --git a/content/quotes/arthur-miller/index.md b/content/quotes/arthur-miller/index.md
deleted file mode 100644
index d10e79d..0000000
--- a/content/quotes/arthur-miller/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Arthur Miller"
-weight = 97
-
-[taxonomies]
-tags = ["quotes", "arthur miller", "money"]
-+++
-
-> "Everybody likes a kidder, but nobody lends him money."
diff --git a/content/quotes/auric-goldfinger/index.md b/content/quotes/auric-goldfinger/index.md
deleted file mode 100644
index f633160..0000000
--- a/content/quotes/auric-goldfinger/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Auric Goldfinger"
-weight = 97
-
-[taxonomies]
-tags = ["quotes", "auric goldfinger"]
-+++
-
-> "Once is happenstance,
->
-> Twice is coincidence,
->
-> Three times is enemy action."
-
diff --git a/content/quotes/b-l-whorf/index.md b/content/quotes/b-l-whorf/index.md
deleted file mode 100644
index b1f625c..0000000
--- a/content/quotes/b-l-whorf/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "B. L. Whorf"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "b l whorf", "languages"]
-+++
-
-> "Language shapes the way we think, and determines what we can think about."
-
diff --git a/content/quotes/baba-ram-dass/index.md b/content/quotes/baba-ram-dass/index.md
deleted file mode 100644
index 706a244..0000000
--- a/content/quotes/baba-ram-dass/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Baba Ram Dass"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "baba ram dass", "accidents"]
-+++
-
-> "There are no accidents whatsoever in the universe."
diff --git a/content/quotes/banksy/index.md b/content/quotes/banksy/index.md
deleted file mode 100644
index 9efb4b0..0000000
--- a/content/quotes/banksy/index.md
+++ /dev/null
@@ -1,20 +0,0 @@
-+++
-title = "Banksy"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "banksy", "racism"]
-+++
-
-> "At first I thought I should just shut up and listen to black people about
-> this issue.
->
-> But why would I do that? It's not their problem. It's mine.
->
-> People of colour are being failed by the system. The white system. Like a
-> broken pipe flooding the apartment of the people living downstairs. This
-> faulty system is making their life a misery, but it's not their job to fix.
-> They can't -- no-one will let them in the apartment upstairs.
->
-> This is a white problem. And if white people don't fix it, someone will have
-> to come upstairs and kick the door in."
diff --git a/content/quotes/benjamin-disraeli/index.md b/content/quotes/benjamin-disraeli/index.md
deleted file mode 100644
index ea61826..0000000
--- a/content/quotes/benjamin-disraeli/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Benjamin Disraeli"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "benjamin disraeli", "criticism"]
-+++
-
-> "It is much easier to be critical than to be correct."
diff --git a/content/quotes/benjamin-franklin/index.md b/content/quotes/benjamin-franklin/index.md
deleted file mode 100644
index e9eac3e..0000000
--- a/content/quotes/benjamin-franklin/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Benjamin Franklin"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "benjamin franklin", "franklin", "money", "err", "war",
-"peace"]
-+++
-
-> "The use of money is all the advantage there is to having money."
-
-> "To err is human, to repent, divine, to persist, devilish."
-
-> "There never was a good war or a bad peace."
diff --git a/content/quotes/bertolt-brecht/index.md b/content/quotes/bertolt-brecht/index.md
deleted file mode 100644
index acc2c21..0000000
--- a/content/quotes/bertolt-brecht/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Bertolt Brecht"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bertolt brecht", "heroes", "food", "ethics"]
-+++
-
-> Andrea: Unhappy the land that has no heroes.
->
-> Galileo: No, unhappy the land that _needs_ heroes.
--- "Life of Galileo"
-
-> "Grub first, then ethics."
diff --git a/content/quotes/bertrand-russell/index.md b/content/quotes/bertrand-russell/index.md
deleted file mode 100644
index 825acc6..0000000
--- a/content/quotes/bertrand-russell/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Bertrand Russell"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bertrand russell", "intelligence", "religion"]
-+++
-
-> "So far as I can remember, there is not one word in the Gospels in praise of
-> intelligence."
-
diff --git a/content/quotes/bette-midler/index.md b/content/quotes/bette-midler/index.md
deleted file mode 100644
index f4c1417..0000000
--- a/content/quotes/bette-midler/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Bette Midler"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bette midler", "success"]
-+++
-
-> "The worst part of having success is trying to find someone who is happy for you."
-
diff --git a/content/quotes/bill-nye/index.md b/content/quotes/bill-nye/index.md
deleted file mode 100644
index e7a4b5b..0000000
--- a/content/quotes/bill-nye/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Bill Nye"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bill nye", "knowledge"]
-+++
-
-> "Everyone you will ever meet knows something you don't."
diff --git a/content/quotes/brendan-francis/index.md b/content/quotes/brendan-francis/index.md
deleted file mode 100644
index de36e2f..0000000
--- a/content/quotes/brendan-francis/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Brendan Francis"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "brendan francis", "love"]
-+++
-
-> "A man is already halfway in love with any woman who listens to him."
diff --git a/content/quotes/brian-kernighan/index.md b/content/quotes/brian-kernighan/index.md
deleted file mode 100644
index 7efb6e1..0000000
--- a/content/quotes/brian-kernighan/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Brian Kernighan"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "brian kernighan", "bugs"]
-+++
-
-> "Each new user of a new system uncovers a new class of bugs."
diff --git a/content/quotes/brooker-t-washington/index.md b/content/quotes/brooker-t-washington/index.md
deleted file mode 100644
index ffac5e3..0000000
--- a/content/quotes/brooker-t-washington/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Brooker T. Washington"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "brooker t washington"]
-+++
-
-> "You can't hold a man down without staying down with him."
diff --git a/content/quotes/bruce-schneier/index.md b/content/quotes/bruce-schneier/index.md
deleted file mode 100644
index f25079f..0000000
--- a/content/quotes/bruce-schneier/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Bruce Schneier"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bruce schneier", "price", "customers", "product", "public"]
-+++
-
-> "If something is free, you're not the customer; you're the product."
-
-> "If it is for the public good, don't wait for permission."
diff --git a/content/quotes/bullwinkle-moose/index.md b/content/quotes/bullwinkle-moose/index.md
deleted file mode 100644
index be160e0..0000000
--- a/content/quotes/bullwinkle-moose/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Bullwinkle Moose"
-weight = 98
-
-[taxonomies]
-tags = ["quotes", "bullwinkle moose", "cartoon", "humility"]
-+++
-
-> "When it comes to humility, I'm the greatest."
-
diff --git a/content/quotes/cal-keegan/index.md b/content/quotes/cal-keegan/index.md
deleted file mode 100644
index 46933b5..0000000
--- a/content/quotes/cal-keegan/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Cal Keegan"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "cal keegan", "television", "life", "programming", "code"]
-+++
-
-> "Life begins when you can spend your spare time programming instead of
-> watching television."
-
diff --git a/content/quotes/calvin-coolidge/index.md b/content/quotes/calvin-coolidge/index.md
deleted file mode 100644
index bbda691..0000000
--- a/content/quotes/calvin-coolidge/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Calvin Coolidge"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "calvin coolidge"]
-+++
-
-> "If you don't say anything, you won't be called on to repeat it."
diff --git a/content/quotes/carl-jung/index.md b/content/quotes/carl-jung/index.md
deleted file mode 100644
index e4bfb08..0000000
--- a/content/quotes/carl-jung/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Carl Jung"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "carl jung", "personalities", "sanity"]
-+++
-
-> "The meeting of two personalities is like the contact of two
-> chemical substances: if there is any reaction, both are transformed."
-
-> "Show me a sane man and I will cure him for you."
diff --git a/content/quotes/carl-sagan/index.md b/content/quotes/carl-sagan/index.md
deleted file mode 100644
index 3e1a8d6..0000000
--- a/content/quotes/carl-sagan/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Carl Sagan"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "carl sagan", "universe"]
-+++
-
-> "The universe seems neither benign nor hostile, merely indifferent."
diff --git a/content/quotes/charles-degaulle/index.md b/content/quotes/charles-degaulle/index.md
deleted file mode 100644
index 564297f..0000000
--- a/content/quotes/charles-degaulle/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Charles DeGaulle"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "charles degaulle", "politicians", "politics"]
-+++
-
-> "Since a politician never believes what he says, he is surprised
-> when others believe him."
-
diff --git a/content/quotes/charles-schulz/index.md b/content/quotes/charles-schulz/index.md
deleted file mode 100644
index 9fe4426..0000000
--- a/content/quotes/charles-schulz/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Charles Schulz"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "charles schulz", "future", "compliments"]
-+++
-
-> "Don't worry about the world coming to an end today. It's already tomorrow
-> in Australia."
-
-> "The only time a dog gets complimented is when he doesn't do anything."
diff --git a/content/quotes/chief-joseph/index.md b/content/quotes/chief-joseph/index.md
deleted file mode 100644
index 79409d1..0000000
--- a/content/quotes/chief-joseph/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Chief Joseph of the Nez Perce"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "chief joseph", "nez perce", "death"]
-+++
-
-> "Hear me, my chiefs, I am tired; my heart is sick and sad. From where the
-> sun now stands I Will Fight No More Forever."
-
diff --git a/content/quotes/christa-mcauliffe/index.md b/content/quotes/christa-mcauliffe/index.md
deleted file mode 100644
index fd7cef5..0000000
--- a/content/quotes/christa-mcauliffe/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Christa McAuliffe"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "christa mcauliffe", "dreams"]
-+++
-
-> "May your future be limited only by your dreams."
-
diff --git a/content/quotes/christopher-lascl/index.md b/content/quotes/christopher-lascl/index.md
deleted file mode 100644
index c09caf7..0000000
--- a/content/quotes/christopher-lascl/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Christopher Lascl"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "christopher lascl", "success", "appearances"]
-+++
-
-> "Nothing succeeds like the appearance of success."
diff --git a/content/quotes/clara-barton/index.md b/content/quotes/clara-barton/index.md
deleted file mode 100644
index a754d89..0000000
--- a/content/quotes/clara-barton/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Clara Barton"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "clara barton", "memories"]
-+++
-
-> "I distinctly remember forgetting that."
diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md
deleted file mode 100644
index f3315af..0000000
--- a/content/quotes/confucius/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Confucius"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "confucius", "virtues", "learning", "work", "thinking"]
-+++
-
-> "Virtue is not left to stand alone. He who practices it will have
-> neighbors."
-
-> "Learning without thought is labor lost; thought without learning is
-> perilous."
-
-> "The superior man understands what is right; the inferior man understands
-> what will sell."
-
diff --git a/content/quotes/cornelia-otis-skinner/index.md b/content/quotes/cornelia-otis-skinner/index.md
deleted file mode 100644
index bb778e6..0000000
--- a/content/quotes/cornelia-otis-skinner/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Cornelia Otis Skinner"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "cornelia otis skinner", "virtues"]
-+++
-
-> "Women's virtue is man's greatest invention."
diff --git a/content/quotes/crazy-nigel/index.md b/content/quotes/crazy-nigel/index.md
deleted file mode 100644
index b172b25..0000000
--- a/content/quotes/crazy-nigel/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Crazy Nigel"
-weight = 99
-
-[taxonomies]
-tags = ["quotes", "crazy nigel", "power tools", "alcohol"]
-+++
-
-> "Of course power tools and alcohol don't mix. Everyone knows power tools aren't
-> soluble in alcohol..."
-
diff --git a/content/quotes/dalai-lama/index.md b/content/quotes/dalai-lama/index.md
deleted file mode 100644
index e321225..0000000
--- a/content/quotes/dalai-lama/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Dalai Lama"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dalai lama", "help"]
-+++
-
-> "If you can, help others. If you can't, at least don't hurt others."
-
diff --git a/content/quotes/darrell-huff/index.md b/content/quotes/darrell-huff/index.md
deleted file mode 100644
index e672821..0000000
--- a/content/quotes/darrell-huff/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Darrell Huff"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "darrell huff", "medicine"]
-+++
-
-> "Proper treatment will cure a cold in seven days, but left to itself,
-> a cold will hang on for a week."
-
diff --git a/content/quotes/darrell-royal/index.md b/content/quotes/darrell-royal/index.md
deleted file mode 100644
index 59fdb76..0000000
--- a/content/quotes/darrell-royal/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Darrell Royal"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "darrell royal", "luck"]
-+++
-
-> "Think lucky. If you fall in a pond, check your pockets for fish."
-
diff --git a/content/quotes/dave-barry/index.md b/content/quotes/dave-barry/index.md
deleted file mode 100644
index 83a3db8..0000000
--- a/content/quotes/dave-barry/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Dave Barry"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dave barry", "warnings"]
-+++
-
-> "The following is not for the weak of heart or Fundamentalists."
diff --git a/content/quotes/dave-cock/index.md b/content/quotes/dave-cock/index.md
deleted file mode 100644
index da5a172..0000000
--- a/content/quotes/dave-cock/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Dave Cock"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dave cock", "coding", "programming"]
-+++
-
-> "Life is NP-hard, and then you die."
diff --git a/content/quotes/dave-haynie/index.md b/content/quotes/dave-haynie/index.md
deleted file mode 100644
index 3bee536..0000000
--- a/content/quotes/dave-haynie/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Dave Haynie"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dave haynie"]
-+++
-
-> "Disclaimer: 'These opinions are my own, though for a small fee they be
-> yours too.'"
diff --git a/content/quotes/david-ellis/index.md b/content/quotes/david-ellis/index.md
deleted file mode 100644
index 8769f41..0000000
--- a/content/quotes/david-ellis/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "David Ellis"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "david ellis", "success"]
-+++
-
-> "Fourth Law of Thermodynamics:
-> If the probability of success is not almost one, it is damn near zero."
-
diff --git a/content/quotes/democritus/index.md b/content/quotes/democritus/index.md
deleted file mode 100644
index d370d70..0000000
--- a/content/quotes/democritus/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Democritus"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "democritus"]
-+++
-
-> "Nothing exists except atoms and empty space; everything else is opinion."
-
diff --git a/content/quotes/derek-bok/index.md b/content/quotes/derek-bok/index.md
deleted file mode 100644
index fb3d52a..0000000
--- a/content/quotes/derek-bok/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Derek Bok"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "derek bok", "education", "ignorance"]
-+++
-
-President of Harvard
-
----
-
-> If you think education is expensive, try ignorance.
-
diff --git a/content/quotes/descartes/index.md b/content/quotes/descartes/index.md
deleted file mode 100644
index 4242721..0000000
--- a/content/quotes/descartes/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Descartes"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "descartes", "common sense"]
-+++
-
-> "Common sense is the most evenly distributed quantity in the world. Everyone
-> thinks he has enough."
diff --git a/content/quotes/dion-fortune/index.md b/content/quotes/dion-fortune/index.md
deleted file mode 100644
index 1cca3df..0000000
--- a/content/quotes/dion-fortune/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Dion Fortune"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dion fortune", "religion"]
-+++
-
-> "A religion without a goddess is half-way to atheism."
diff --git a/content/quotes/dom-helder-camara/index.md b/content/quotes/dom-helder-camara/index.md
deleted file mode 100644
index 38fe4f5..0000000
--- a/content/quotes/dom-helder-camara/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Dom Helder Camara"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dom helder camara", "saints", "communists"]
-+++
-
-> "When I give food to the poor, they call me saint. When I ask why the poor
-> have no food, they call me a communist."
diff --git a/content/quotes/donald-j-atwood/index.md b/content/quotes/donald-j-atwood/index.md
deleted file mode 100644
index 782f0f4..0000000
--- a/content/quotes/donald-j-atwood/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Donald J. Atwood"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "donald j atwood", "improvements"]
-+++
-
-> "To take a significant step forward, you must make a series of finite
-> improvements."
-
diff --git a/content/quotes/donald-kaul/index.md b/content/quotes/donald-kaul/index.md
deleted file mode 100644
index 13a1698..0000000
--- a/content/quotes/donald-kaul/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Donald Kaul"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "donald kaul", "suicide"]
-+++
-
-> "Suicide is the sincerest form of self-criticism."
diff --git a/content/quotes/dr-who/index.md b/content/quotes/dr-who/index.md
deleted file mode 100644
index d8f5424..0000000
--- a/content/quotes/dr-who/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Dr. Who"
-weight = 100
-
-[taxonomies]
-tags = ["quotes", "dr who", "guns"]
-+++
-
-> "Have you noticed the way people's intelligence capabilities decline
-> sharply the minute they start waving guns around?"
-
diff --git a/content/quotes/earl-wilson/index.md b/content/quotes/earl-wilson/index.md
deleted file mode 100644
index cb5a3d7..0000000
--- a/content/quotes/earl-wilson/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Earl Wilson"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "earl wilson", "life"]
-+++
-
-> "If you think nobody cares if you're alive, try missing a couple of car
-> payments."
diff --git a/content/quotes/edgar-a-shoaff/index.md b/content/quotes/edgar-a-shoaff/index.md
deleted file mode 100644
index dfa00ae..0000000
--- a/content/quotes/edgar-a-shoaff/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Edgar A. Shoaff"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "immortality", "edgar a shoaff"]
-+++
-
-> "Immortality -- a fate worse than death."
diff --git a/content/quotes/edsger-w-dijkstra/index.md b/content/quotes/edsger-w-dijkstra/index.md
deleted file mode 100644
index 3de9e35..0000000
--- a/content/quotes/edsger-w-dijkstra/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Edsger W. Dijkstra"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "edsger w dijkstra", "dijkstra", "simplicity", "complexity"]
-+++
-
-> "Simplicity is a great virtue but it requires hard work to achieve it and
-> education to appreciate it. And to make matters worse: complexity sells
-> better."
diff --git a/content/quotes/elbert-hubbard/index.md b/content/quotes/elbert-hubbard/index.md
deleted file mode 100644
index b9da1e6..0000000
--- a/content/quotes/elbert-hubbard/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Elbert Hubbard"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "elbert hubbard", "geniuses", "stupidity"]
-+++
-
-> "Genius may have its limitations, but stupidity is not thus handicapped."
diff --git a/content/quotes/emma-goldman/index.md b/content/quotes/emma-goldman/index.md
deleted file mode 100644
index 681b901..0000000
--- a/content/quotes/emma-goldman/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Emma Goldman"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "emma goldman", "patriotism"]
-+++
-
-> "Thinking men and women the world over are beginning to realize that
-> patriotism is too narrow and limited a conception to meet the necessities of
-> our time."
-
diff --git a/content/quotes/eric-hoffer/index.md b/content/quotes/eric-hoffer/index.md
deleted file mode 100644
index 5e395e2..0000000
--- a/content/quotes/eric-hoffer/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Eric Hoffer"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "eric hoffer", "religion"]
-+++
-
-> "Christianity is one of several Jewish heresies."
-
diff --git a/content/quotes/erwin-tomash/index.md b/content/quotes/erwin-tomash/index.md
deleted file mode 100644
index 305fb01..0000000
--- a/content/quotes/erwin-tomash/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Erwin Tomash"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "erwin tomash", "technology"]
-+++
-
-> "Everything takes longer, costs more, and is less useful."
diff --git a/content/quotes/eugene-ionesco/index.md b/content/quotes/eugene-ionesco/index.md
deleted file mode 100644
index 9ed92a9..0000000
--- a/content/quotes/eugene-ionesco/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Eugene Ionesco"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "eugene ionesco", "death"]
-+++
-
-> "There are more dead people than living, and their numbers are increasing."
diff --git a/content/quotes/euripides/index.md b/content/quotes/euripides/index.md
deleted file mode 100644
index c659a02..0000000
--- a/content/quotes/euripides/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Euripides"
-weight = 101
-
-[taxonomies]
-tags = ["quotes", "euripides", "cadmus", "pentheus", "lies"]
-+++
-
-> "Go out and tell a lie that will make the whole family proud of you."
--- Cadmus, to Pentheus, in "The Bacchae"
diff --git a/content/quotes/f-h-bradley/index.md b/content/quotes/f-h-bradley/index.md
deleted file mode 100644
index e941b7a..0000000
--- a/content/quotes/f-h-bradley/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "F. H. Bradley"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "f h bradley"]
-+++
-
-> "The propriety of some persons seems to consist in having improper thoughts
-> about their neighbours."
diff --git a/content/quotes/f-scott-fitzgerald/index.md b/content/quotes/f-scott-fitzgerald/index.md
deleted file mode 100644
index 4c3ca57..0000000
--- a/content/quotes/f-scott-fitzgerald/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "F. Scott Fitzgerald"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "f scott fitzgerald", "drinks"]
-+++
-
-> "To one large turkey add one gallon of vermouth and a demijohn of Angostura
-> bitters. Shake." -- recipe for turkey cocktail
diff --git a/content/quotes/finlay-peter-dunne/index.md b/content/quotes/finlay-peter-dunne/index.md
deleted file mode 100644
index f1bf5a3..0000000
--- a/content/quotes/finlay-peter-dunne/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Finlay Peter Dunne"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "finlay peter dunne", "trust"]
-+++
-
-> "Trust everybody, but cut the cards."
diff --git a/content/quotes/florida-scott-maxwell/index.md b/content/quotes/florida-scott-maxwell/index.md
deleted file mode 100644
index 2891c29..0000000
--- a/content/quotes/florida-scott-maxwell/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Florida Scott-Maxwell"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "florida scott-maxwell", "mother"]
-+++
-
-> "No matter how old a mother is, she watches her middle-aged children for
-> signs of improvement."
-
diff --git a/content/quotes/frances-rodman/index.md b/content/quotes/frances-rodman/index.md
deleted file mode 100644
index 3d2213f..0000000
--- a/content/quotes/frances-rodman/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Frances Rodman"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "frances rodman", "marriage"]
-+++
-
-> "If men acted after marriage as they do during courtship, there would
-> be fewer divorces -- and more bankruptcies."
-
diff --git a/content/quotes/francis-bacon/index.md b/content/quotes/francis-bacon/index.md
deleted file mode 100644
index 6e1a59f..0000000
--- a/content/quotes/francis-bacon/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Francis Bacon"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "francis bacon", "beliefs"]
-+++
-
-> "People prefer to believe what they prefer to be true."
-
diff --git a/content/quotes/frank-herbert/index.md b/content/quotes/frank-herbert/index.md
deleted file mode 100644
index 316dbaf..0000000
--- a/content/quotes/frank-herbert/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Frank Herbert"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "frank herbert", "knowledge"]
-+++
-
-> "Thinking you know something is a sure way to blind yourself."
--- Chapterhouse: Dune
diff --git a/content/quotes/franklin-p-jones/index.md b/content/quotes/franklin-p-jones/index.md
deleted file mode 100644
index 2017d79..0000000
--- a/content/quotes/franklin-p-jones/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Franklin P. Jones"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "franklin p jones", "experience", "mistakes"]
-+++
-
-> "Experience is that marvelous thing that enables you recognize a mistake
-> when you make it again."
-
diff --git a/content/quotes/frederick-dunn/index.md b/content/quotes/frederick-dunn/index.md
deleted file mode 100644
index 9b64798..0000000
--- a/content/quotes/frederick-dunn/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Frederick Dunn"
-weight = 102
-
-[taxonomies]
-tags = ["quotes", "frederick dunn", "virtues"]
-+++
-
-> "Virtue does not always demand a heavy sacrifice -- only the willingness
-> to make it when necessary."
diff --git a/content/quotes/g-k-chesterton/index.md b/content/quotes/g-k-chesterton/index.md
deleted file mode 100644
index c34873b..0000000
--- a/content/quotes/g-k-chesterton/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "G. K. Chesterton"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "g k chesterton", "problems", "gin"]
-+++
-
-> "I believe in getting into hot water; it keeps you clean."
-
-> "You will find me drinking gin
-> In the lowest kind of inn,
-> Because I am a rigid Vegetarian."
-
diff --git a/content/quotes/gabriel-iglesias/index.md b/content/quotes/gabriel-iglesias/index.md
deleted file mode 100644
index 044ae00..0000000
--- a/content/quotes/gabriel-iglesias/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Gabriel Iglesias"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "gabriel iglesias", "life", "breakdown", "mental health"]
-+++
-
-> "It's OK if you fall apart sometimes. Tacos fall apart and we still love them."
diff --git a/content/quotes/gail-godwin/index.md b/content/quotes/gail-godwin/index.md
deleted file mode 100644
index b07601d..0000000
--- a/content/quotes/gail-godwin/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Gail Godwin"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "gail godwin", "teaching"]
-+++
-
-> "Good teaching is one-fourth preparation and three-fourths good theatre."
diff --git a/content/quotes/galileo-galilei/index.md b/content/quotes/galileo-galilei/index.md
deleted file mode 100644
index 4a027fe..0000000
--- a/content/quotes/galileo-galilei/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Galileo Galilei"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "galileo", "galileo galilei", "ignorance"]
-+++
-
-> "I have never met a man so ignorant that I could not learn something from
-> him."
diff --git a/content/quotes/georg-lichtenberg/index.md b/content/quotes/georg-lichtenberg/index.md
deleted file mode 100644
index 82360cb..0000000
--- a/content/quotes/georg-lichtenberg/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Georg Lichtenberg"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "georg lichtenberg", "love", "narcissism"]
-+++
-
-> "He who is in love with himself has at least this advantage -- he won't
-> encounter many rivals."
-
diff --git a/content/quotes/george-bernard-shaw/index.md b/content/quotes/george-bernard-shaw/index.md
deleted file mode 100644
index 699e884..0000000
--- a/content/quotes/george-bernard-shaw/index.md
+++ /dev/null
@@ -1,19 +0,0 @@
-+++
-title = "George Bernard Shaw"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "george bernard shaw", "history", "learning", "cliques",
-"sex", "government", "life"]
-+++
-
-> "We learn from history that we learn nothing from history."
-
-> "The worst cliques are those which consist of one man."
-
-> "Sex is the poor man's opera."
-
-> "Democracy is a form of government that substitutes election by the
-> incompetent many for appointment by the corrupt few."
-
-> "Life isn't about finding yourself. Life is about creating yourself."
diff --git a/content/quotes/george-carlin/index.md b/content/quotes/george-carlin/index.md
deleted file mode 100644
index 095ca04..0000000
--- a/content/quotes/george-carlin/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "George Carlin"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "george carlin", "church", "religion", "politics"]
-+++
-
-> "If churches want to play the game of politics, let them pay admission like
-> everyone else"
-
diff --git a/content/quotes/george-f-baer/index.md b/content/quotes/george-f-baer/index.md
deleted file mode 100644
index 2b23367..0000000
--- a/content/quotes/george-f-baer/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "George F. Baer"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "george f baer", "xenophobia"]
-+++
-
-> "They don't suffer. They can't even speak English."
--- answering a reporter's question about the suffering of starving miners.
diff --git a/content/quotes/george-santayana/index.md b/content/quotes/george-santayana/index.md
deleted file mode 100644
index 5b992c4..0000000
--- a/content/quotes/george-santayana/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "George Santayana"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "george santayana", "fanaticism"]
-+++
-
-> "Fanaticism consists of redoubling your effort when you have forgotten your
-> aim."
diff --git a/content/quotes/george-wald/index.md b/content/quotes/george-wald/index.md
deleted file mode 100644
index 195e6aa..0000000
--- a/content/quotes/george-wald/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "George Wald"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "george wald", "atoms", "physics"]
-+++
-
-> "A physicist is an atom's way of knowing about atoms."
diff --git a/content/quotes/gerrit-blaauw/index.md b/content/quotes/gerrit-blaauw/index.md
deleted file mode 100644
index 46731e4..0000000
--- a/content/quotes/gerrit-blaauw/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Gerrit Blaauw"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "gerrit blaauw", "technology"]
-+++
-
-> "Established technology tends to persist in the face of new technology."
diff --git a/content/quotes/giordano-bruno/index.md b/content/quotes/giordano-bruno/index.md
deleted file mode 100644
index 9d46b8d..0000000
--- a/content/quotes/giordano-bruno/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Giordano Bruno"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "giordano bruno"]
-+++
-
-> "You pronounce sentence upon me with greater fear than I receive it."
diff --git a/content/quotes/gloria-steinem/index.md b/content/quotes/gloria-steinem/index.md
deleted file mode 100644
index eb5e375..0000000
--- a/content/quotes/gloria-steinem/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Gloria Steinem"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "gloria steinem", "women"]
-+++
-
-> "A woman without a man is like a fish without a bicycle."
diff --git a/content/quotes/goethe/index.md b/content/quotes/goethe/index.md
deleted file mode 100644
index 0f16185..0000000
--- a/content/quotes/goethe/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Goethe"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "goethe", "natural"]
-+++
-
-> "The unnatural, that too is natural."
-
diff --git a/content/quotes/grace-hopper/index.md b/content/quotes/grace-hopper/index.md
deleted file mode 100644
index aa81b59..0000000
--- a/content/quotes/grace-hopper/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Grace Hopper"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "grace hopper"]
-+++
-
-> "The most dangerous phrase in the language is, 'We've always done it this way.'"
diff --git a/content/quotes/grace-murray-hopper/index.md b/content/quotes/grace-murray-hopper/index.md
deleted file mode 100644
index 5aba1eb..0000000
--- a/content/quotes/grace-murray-hopper/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Grace Murray Hopper"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "grace murray hopper", "forgiveness", "permission"]
-+++
-
-> "It is often easier to ask for forgiveness than to ask for permission."
-
diff --git a/content/quotes/groucho-marx/index.md b/content/quotes/groucho-marx/index.md
deleted file mode 100644
index ddea8f1..0000000
--- a/content/quotes/groucho-marx/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-+++
-title = "Groucho Marx"
-weight = 103
-
-[taxonomies]
-tags = ["quotes", "groucho marx", "luck", "superstition"]
-+++
-
-> "A black cat crossing your path signifies that the animal is going somewhere."
-
-> "Outside of a dog, a book is a man's best friend. Inside a dog it's too
-> dark to read."
-
diff --git a/content/quotes/h-h-williams/index.md b/content/quotes/h-h-williams/index.md
deleted file mode 100644
index ea54d36..0000000
--- a/content/quotes/h-h-williams/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "H. H. Williams"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "h h williams"]
-+++
-
-> "Furious activity is no substitute for understanding."
diff --git a/content/quotes/h-l-mencken/index.md b/content/quotes/h-l-mencken/index.md
deleted file mode 100644
index 6e0f229..0000000
--- a/content/quotes/h-l-mencken/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "H. L. Mencken"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "h l mencken", "conscience", "politics"]
-+++
-
-> "Conscience is a mother-in-law whose visit never ends."
-
-> "Going into politics is as fatal to a gentleman as going into a bordello
-> is fatal to a virgin."
diff --git a/content/quotes/hal-hickman/index.md b/content/quotes/hal-hickman/index.md
deleted file mode 100644
index 2bb8935..0000000
--- a/content/quotes/hal-hickman/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Hal Hickman"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "hal hickman", "opinions"]
-+++
-
-> "Opinions are like assholes -- everyone's got one, but nobody wants to look
-> at the other guy's."
-
diff --git a/content/quotes/havelock-ellis/index.md b/content/quotes/havelock-ellis/index.md
deleted file mode 100644
index 9c43442..0000000
--- a/content/quotes/havelock-ellis/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Havelock Ellis"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "havelock ellis", "beliefs"]
-+++
-
-> "A man must not swallow more beliefs than he can digest."
-
diff --git a/content/quotes/helen-rowland/index.md b/content/quotes/helen-rowland/index.md
deleted file mode 100644
index 9b9a6e9..0000000
--- a/content/quotes/helen-rowland/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Helen Rowland"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "helen rowland", "marriage"]
-+++
-
-> "Some men feel that the only thing they owe the woman who marries them
-> is a grudge."
-
diff --git a/content/quotes/henrik-ibsen/index.md b/content/quotes/henrik-ibsen/index.md
deleted file mode 100644
index d3e9033..0000000
--- a/content/quotes/henrik-ibsen/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Henrik Ibsen"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henrik ibsen", "revolution"]
-+++
-
-> "You should never wear your best trousers when you go out to fight for
-> freedom and liberty."
-
diff --git a/content/quotes/henry-adams/index.md b/content/quotes/henry-adams/index.md
deleted file mode 100644
index 38c0c28..0000000
--- a/content/quotes/henry-adams/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Henry Adams"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry adams", "politics"]
-+++
-
-> "Practical politics consists in ignoring facts."
diff --git a/content/quotes/henry-allen/index.md b/content/quotes/henry-allen/index.md
deleted file mode 100644
index 25e2459..0000000
--- a/content/quotes/henry-allen/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Henry Allen"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry allen", "civilization"]
-+++
-
-> "It is better for civilization to be going down the drain than to be
-> coming up it."
-
diff --git a/content/quotes/henry-david-thoreau/index.md b/content/quotes/henry-david-thoreau/index.md
deleted file mode 100644
index 0bdc6dc..0000000
--- a/content/quotes/henry-david-thoreau/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Henry David Thoreau"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry david thoreau", "tools", "thoreau"]
-+++
-
-> "Lo! Men have become the tool of their tools."
diff --git a/content/quotes/henry-j-kaiser/index.md b/content/quotes/henry-j-kaiser/index.md
deleted file mode 100644
index 3492d22..0000000
--- a/content/quotes/henry-j-kaiser/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Henry J. Kaiser"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry j kaiser", "success"]
-+++
-
-> "When your work speaks for itself, don't interrupt."
diff --git a/content/quotes/henry-kissinger/index.md b/content/quotes/henry-kissinger/index.md
deleted file mode 100644
index 1e339de..0000000
--- a/content/quotes/henry-kissinger/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Henry Kissinger"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry kissinger", "politicians"]
-+++
-
-> "Ninety percent of the politicians give the other ten percent a bad
-> reputation."
diff --git a/content/quotes/henry-miller/index.md b/content/quotes/henry-miller/index.md
deleted file mode 100644
index b33ddac..0000000
--- a/content/quotes/henry-miller/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Henry Miller"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "henry miller", "sex"]
-+++
-
-> "Sex is one of the nine reasons for reincarnation ... the other eight are
-> unimportant."
-
diff --git a/content/quotes/henry-wotton/index.md b/content/quotes/henry-wotton/index.md
deleted file mode 100644
index f07796a..0000000
--- a/content/quotes/henry-wotton/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Sir Henry Wotton"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "sir henry wotton", "ambassadors"]
-+++
-
-> "An ambassador is an honest man sent abroad to lie and intrigue for the
-> benefit of his country."
diff --git a/content/quotes/heraclitus/index.md b/content/quotes/heraclitus/index.md
deleted file mode 100644
index dd99597..0000000
--- a/content/quotes/heraclitus/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Heraclitus"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "heraclitus", "changes"]
-+++
-
-> "Nothing endures but change."
diff --git a/content/quotes/horace/index.md b/content/quotes/horace/index.md
deleted file mode 100644
index 694f2b5..0000000
--- a/content/quotes/horace/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Horace"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "horace", "fool", "foolishness", "anger"]
-+++
-
-> "Mix a little foolishness with your serious plans; it's lovely to be silly
-> at the right moment."
-
-> "Anger is momentary madness."
diff --git a/content/quotes/howard-zinn/index.md b/content/quotes/howard-zinn/index.md
deleted file mode 100644
index c1b3cd4..0000000
--- a/content/quotes/howard-zinn/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Howard Zinn"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "howard zinn", "disobedience"]
-+++
-
-> "Historically, the most terrible things -- war, genocide, and slavery --
-> have resulted not from disobedience, but from obedience."
diff --git a/content/quotes/hunter-s-thompson/index.md b/content/quotes/hunter-s-thompson/index.md
deleted file mode 100644
index f4f62fc..0000000
--- a/content/quotes/hunter-s-thompson/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-+++
-title = "Hunter S. Thompson"
-weight = 104
-
-[taxonomies]
-tags = ["quotes", "hunter s thompson", "sex", "drugs", "craziness",
-"weirdness"]
-+++
-
-> "I wouldn't recommend sex, drugs or insanity for everyone, but they've
-> always worked for me."
-
-> "Today's weirdness is tomorrow's reason why."
diff --git a/content/quotes/iain-m-banks/index.md b/content/quotes/iain-m-banks/index.md
deleted file mode 100644
index 11b8e43..0000000
--- a/content/quotes/iain-m-banks/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Iain M. Banks"
-weight = 105
-
-[taxonomies]
-tags = ["quotes", "iain m banks", "reason", "religion"]
-+++
-
-> "Reason shapes the future, but superstition infects the present."
-
diff --git a/content/quotes/ijeoma-oluo/index.md b/content/quotes/ijeoma-oluo/index.md
deleted file mode 100644
index e51f65e..0000000
--- a/content/quotes/ijeoma-oluo/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Ijeoma Oluo"
-weight = 105
-
-[taxonomies]
-tags = ["quotes", "ijeoma oluo", "racism", "justice"]
-+++
-
-> "If you live in this system of white supremacy, you are either fighting the
-> system or you are complicit. There is no neutrality to be had towards
-> systems of injustice, it is not something you can just opt out of."
diff --git a/content/quotes/irving-howe/index.md b/content/quotes/irving-howe/index.md
deleted file mode 100644
index ef2e287..0000000
--- a/content/quotes/irving-howe/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Irving Howe"
-weight = 105
-
-[taxonomies]
-tags = ["quotes", "irving howe", "knowledge", "innocence"]
-+++
-
-> "The knowledge that makes us cherish innocence makes innocence
-> unattainable."
diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md
deleted file mode 100644
index 284a6ba..0000000
--- a/content/quotes/isaac-asimov/index.md
+++ /dev/null
@@ -1,24 +0,0 @@
-+++
-title = "Isaac Asimov"
-weight = 105
-
-[taxonomies]
-tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries",
-"violence"]
-+++
-
-> "The saddest aspect of life right now is that science gathers knowledge
-> faster than society gathers wisdom"
-
-> "The most exciting phrase to hear in science, the one that heralds new
-> discoveries, is not "Eureka!" (I found it!) but 'That's funny ...'"
-
-> "To surrender to ignorance and call it God has always
-> been premature, and it remains premature today."
-
-> "There's no way I can single-handedly save the world or, perhaps, even make
-> a perceptible difference -- but how ashamed I would be to let a day pass
-> without making one more effort."
-
-> "Violence is the last refuge of the incompetent."
--- Salvador Hardin, "Foundation"
diff --git a/content/quotes/j-b-white/index.md b/content/quotes/j-b-white/index.md
deleted file mode 100644
index 74a7082..0000000
--- a/content/quotes/j-b-white/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "J. B. White"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "j b white", "drunkness"]
-+++
-
-> "... at least I thought I was dancing, 'til somebody stepped on my hand."
diff --git a/content/quotes/jacinda-ardern/index.md b/content/quotes/jacinda-ardern/index.md
deleted file mode 100644
index e7de6c0..0000000
--- a/content/quotes/jacinda-ardern/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Jacinda Ardern"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "jacinda ardren", "economy", "government", "social"]
-+++
-
-> "Economic growth accompanied by worsening social outcomes is not success, it
-> is failure"
diff --git a/content/quotes/james-dean/index.md b/content/quotes/james-dean/index.md
deleted file mode 100644
index 1b735d6..0000000
--- a/content/quotes/james-dean/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "James Dean"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "james dean", "death"]
-+++
-
-> "Live fast, die young, and leave a good looking corpse."
diff --git a/content/quotes/james-h-boren/index.md b/content/quotes/james-h-boren/index.md
deleted file mode 100644
index c8f479d..0000000
--- a/content/quotes/james-h-boren/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "James H. Boren"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "james h boren", "leadership"]
-+++
-
-> "When in doubt, mumble; when in trouble, delegate; when in charge, ponder"
-
diff --git a/content/quotes/james-joyce/index.md b/content/quotes/james-joyce/index.md
deleted file mode 100644
index 013b1c6..0000000
--- a/content/quotes/james-joyce/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "James Joyce"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "james joyce", "genius"]
-+++
-
-> "A man of genius makes no mistakes. His errors are volitional and are the
-> portals of discovery."
--- Ulysses
-
diff --git a/content/quotes/james-may/index.md b/content/quotes/james-may/index.md
deleted file mode 100644
index 310141f..0000000
--- a/content/quotes/james-may/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "James May"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "james may", "dumb"]
-+++
-
-> "I can't dumb it down to your level, because I'm afraid of heights"
diff --git a/content/quotes/jean-cocteau/index.md b/content/quotes/jean-cocteau/index.md
deleted file mode 100644
index f311fa7..0000000
--- a/content/quotes/jean-cocteau/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Jean Cocteau"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "jean cocteau", "image"]
-+++
-
-> "Mirrors should reflect a little before throwing back images."
diff --git a/content/quotes/jerry-ogdin/index.md b/content/quotes/jerry-ogdin/index.md
deleted file mode 100644
index 56ffba1..0000000
--- a/content/quotes/jerry-ogdin/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Jerry Ogdin"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "jerry ogdin", "coding", "debug"]
-+++
-
-> "A debugged program is one for which you have not yet found the conditions
-> that make it fail."
-
diff --git a/content/quotes/jim-warner/index.md b/content/quotes/jim-warner/index.md
deleted file mode 100644
index 6f53fa8..0000000
--- a/content/quotes/jim-warner/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Jim Warner"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "jim warner", "screw ups"]
-+++
-
-> "The Second Law of Thermodynamics:
-> If you think things are in a mess now, just wait!"
-
diff --git a/content/quotes/john-carmack/index.md b/content/quotes/john-carmack/index.md
deleted file mode 100644
index 32fd501..0000000
--- a/content/quotes/john-carmack/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Carmack"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john carmack", "code", "debugging"]
-+++
-
-> "Nothing is a problem once you debug the code."
diff --git a/content/quotes/john-f-kennedy/index.md b/content/quotes/john-f-kennedy/index.md
deleted file mode 100644
index 505fbe5..0000000
--- a/content/quotes/john-f-kennedy/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "John F. Kennedy"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john f kennedy", "john kennedy", "politics"]
-+++
-
-> "Mothers all want their sons to grow up to be President, but they don't want
-> them to become politicians in the process."
-
diff --git a/content/quotes/john-florio/index.md b/content/quotes/john-florio/index.md
deleted file mode 100644
index 9b2c639..0000000
--- a/content/quotes/john-florio/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Florio"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john florio"]
-+++
-
-> "Praise the sea; on shore remain."
diff --git a/content/quotes/john-galsworthy/index.md b/content/quotes/john-galsworthy/index.md
deleted file mode 100644
index a259d8b..0000000
--- a/content/quotes/john-galsworthy/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Galsworthy"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john galsworthy", "future"]
-+++
-
-> "If you do not think about the future, you cannot have one."
diff --git a/content/quotes/john-green/index.md b/content/quotes/john-green/index.md
deleted file mode 100644
index 2577800..0000000
--- a/content/quotes/john-green/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "John Green"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john green", "taxes"]
-+++
-
-> "Let me explain why I like to pay taxes for schools even though I personally
-> don't have a kid in school. It's because I don't like living in a country
-> with a bunch of stupid people."
diff --git a/content/quotes/john-heywood/index.md b/content/quotes/john-heywood/index.md
deleted file mode 100644
index 5e4368c..0000000
--- a/content/quotes/john-heywood/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Heywood"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john heywood", "building"]
-+++
-
-> "Rome was not built in one day."
diff --git a/content/quotes/john-keats/index.md b/content/quotes/john-keats/index.md
deleted file mode 100644
index 0188423..0000000
--- a/content/quotes/john-keats/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Keats"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john keats", "philosophy"]
-+++
-
-> "Philosophy will clip an angel's wings."
diff --git a/content/quotes/john-kenneth-galbraith/index.md b/content/quotes/john-kenneth-galbraith/index.md
deleted file mode 100644
index 2ea02f4..0000000
--- a/content/quotes/john-kenneth-galbraith/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "John Kenneth Galbraith"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john kenneth galbraith", "privileges"]
-+++
-
-> "People of privilege will always risk their complete destruction
-> rather than surrender any material part of their advantage."
diff --git a/content/quotes/john-lennon/index.md b/content/quotes/john-lennon/index.md
deleted file mode 100644
index a3791e6..0000000
--- a/content/quotes/john-lennon/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "John Lennon"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john lennon", "life"]
-+++
-
-> "Life is what happens to you while you're busy making other plans."
--- "Beautiful Boy"
diff --git a/content/quotes/john-stuart-mill/index.md b/content/quotes/john-stuart-mill/index.md
deleted file mode 100644
index 1fbd3a3..0000000
--- a/content/quotes/john-stuart-mill/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "John Stuart Mill"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john stuart mill", "happiness"]
-+++
-
-> "Ask yourself whether you are happy and you cease to be so."
diff --git a/content/quotes/john-trudell/index.md b/content/quotes/john-trudell/index.md
deleted file mode 100644
index 3d381a0..0000000
--- a/content/quotes/john-trudell/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-+++
-title = "John Trudel"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "john trudel", "civilization"]
-+++
-
-> "The Great Lie is that this is civilization. It's not civilized. It has
-> literally been the most blood-thirsty brutalizing system ever imposed upon
-> this planet. This is not civilization, this is the Great Lie. Or if it does
-> represent civilization, and that is truly what civilization is, then the
-> Great Lie is that civilization is good for us."
diff --git a/content/quotes/joseph-addison/index.md b/content/quotes/joseph-addison/index.md
deleted file mode 100644
index 8ceaaa8..0000000
--- a/content/quotes/joseph-addison/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Joseph Addison"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "joseph addison", "women"]
-+++
-
-> "Men who cherish for women the highest respect are seldom popular with
-> them."
-
diff --git a/content/quotes/joseph-conrad/index.md b/content/quotes/joseph-conrad/index.md
deleted file mode 100644
index aeeca84..0000000
--- a/content/quotes/joseph-conrad/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Joseph Conrad"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "joseph conrad", "friends", "enemies"]
-+++
-
-> "You shall judge of a man by his foes as well as by his friends."
diff --git a/content/quotes/joseph-heller/index.md b/content/quotes/joseph-heller/index.md
deleted file mode 100644
index 257afdf..0000000
--- a/content/quotes/joseph-heller/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Joseph Heller"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "joseph heller", "mediocrity"]
-+++
-
-> "Some men are born mediocre, some men achieve mediocrity, and some men
-> have mediocrity thrust upon them."
--- "Catch-22"
-
diff --git a/content/quotes/joseph-joubert/index.md b/content/quotes/joseph-joubert/index.md
deleted file mode 100644
index 2ae7788..0000000
--- a/content/quotes/joseph-joubert/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Joseph Joubert"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "joseph joubert", "space", "teaching", "time"]
-+++
-
-> "Space is to place as eternity is to time."
-
-> "To teach is to learn twice."
diff --git a/content/quotes/josh-billings/index.md b/content/quotes/josh-billings/index.md
deleted file mode 100644
index 199ac41..0000000
--- a/content/quotes/josh-billings/index.md
+++ /dev/null
@@ -1,16 +0,0 @@
-+++
-title = "Josh Billings"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "josh billings", "forgiveness", "religion", "lies"]
-+++
-
-> "Confess your sins to the Lord and you will be forgiven; confess them to man
-> and you will be laughed at."
-
-> "Consider the postage stamp: its usefulness consists in the ability to
-> stick to one thing till it gets there."
-
-> "There are people so addicted to exaggeration that they can't tell the
-> truth without lying."
diff --git a/content/quotes/jules-verne/index.md b/content/quotes/jules-verne/index.md
deleted file mode 100644
index 570a0d0..0000000
--- a/content/quotes/jules-verne/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Jules Verne"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "jules verne", "science", "mistakes"]
-+++
-
-> "Science, is made up of mistakes, but they are mistakes which it is useful to
-> make, because they lead little by little to the truth."
diff --git a/content/quotes/julia-child/index.md b/content/quotes/julia-child/index.md
deleted file mode 100644
index c182179..0000000
--- a/content/quotes/julia-child/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Julia Child"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "julia child", "food"]
-+++
-
-> "It's so beautifully arranged on the plate -- you know someone's fingers have
-> been all over it."
diff --git a/content/quotes/julius-lester/index.md b/content/quotes/julius-lester/index.md
deleted file mode 100644
index 9307d01..0000000
--- a/content/quotes/julius-lester/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Julius Lester"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "julius lester", "riots"]
-+++
-
-> "Black people have never rioted. A riot is what white people think blacks
-> are involved in when they burn stores."
-
diff --git a/content/quotes/karl-lehenbauer/index.md b/content/quotes/karl-lehenbauer/index.md
deleted file mode 100644
index ed166d6..0000000
--- a/content/quotes/karl-lehenbauer/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Karl Lehenbauer"
-weight = 107
-
-[taxonomies]
-tags = ["quotes", "karl lehenbauer", "bugs", "code"]
-+++
-
-> "There are bugs and then there are bugs. And then there are bugs."
-
diff --git a/content/quotes/kenneth-e-reed/index.md b/content/quotes/kenneth-e-reed/index.md
deleted file mode 100644
index cb2d5c3..0000000
--- a/content/quotes/kenneth-e-reed/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Kenneth E. Reed"
-weight = 107
-
-[taxonomies]
-tags = ["quotes", "kennet e reed", "leading"]
-+++
-
-> "Getting kicked in the rear is a sure sign you're in the front."
diff --git a/content/quotes/kim-hubbard/index.md b/content/quotes/kim-hubbard/index.md
deleted file mode 100644
index 635f30e..0000000
--- a/content/quotes/kim-hubbard/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Kim Hubbard"
-weight = 107
-
-[taxonomies]
-tags = ["quotes", "kim hubbard", "happiness"]
-+++
-
-> "It's pretty hard to tell what does bring happiness; poverty and wealth
-> have both failed."
diff --git a/content/quotes/kushwant-singh/index.md b/content/quotes/kushwant-singh/index.md
deleted file mode 100644
index b5bb5f6..0000000
--- a/content/quotes/kushwant-singh/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Kushwant Singh"
-weight = 107
-
-[taxonomies]
-tags = ["quotes", "kushwant singh", "fascism", "hate"]
-+++
-
-> "Every fascist regime needs communities and groups it can demonise in order
-> to thrive. It starts with one group or two. But it never ends there. A
-> movement built on hate can only sustain itself by continually creating fear
-> and strife".
diff --git a/content/quotes/lady-m-w-montagu/index.md b/content/quotes/lady-m-w-montagu/index.md
deleted file mode 100644
index b8e358f..0000000
--- a/content/quotes/lady-m-w-montagu/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Lady M. W. Montagu"
-weight = 108
-
-[taxonomies]
-tags = ["quotes", "lady m w montagu", "generalizations"]
-+++
-
-> "General notions are generally wrong."
diff --git a/content/quotes/landor/index.md b/content/quotes/landor/index.md
deleted file mode 100644
index aa68256..0000000
--- a/content/quotes/landor/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Landor"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "landor", "love", "friendship", "hate"]
-+++
-
-> "No friendship is so cordial or so delicious as that of girl for girl;
-> no hatred so intense or immovable as that of woman for woman."
diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md
deleted file mode 100644
index fd09878..0000000
--- a/content/quotes/lao-tzu/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Lao Tzu"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "lao tzu", "peace", "trust"]
-+++
-
-> "Do you imagine the universe is agitated? Go into the desert at night and
-> look at the stars. This practice should answer the question."
-
-> "Who does not trust enough will not be trusted."
-
-> "He who knows, does not speak. He who speaks, does not know."
diff --git a/content/quotes/lenny-bruce/index.md b/content/quotes/lenny-bruce/index.md
deleted file mode 100644
index 427e495..0000000
--- a/content/quotes/lenny-bruce/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Lenny Bruce"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "lenny bruce", "satire"]
-+++
-
-> "Satire is tragedy plus time."
diff --git a/content/quotes/leo-kessler/index.md b/content/quotes/leo-kessler/index.md
deleted file mode 100644
index 5ab8d90..0000000
--- a/content/quotes/leo-kessler/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Leo Kessler"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "leo kessler", "laws"]
-+++
-
-> "I remember when legal used to mean lawful, now it means some
-> kind of loophole."
diff --git a/content/quotes/leo-laporte/index.md b/content/quotes/leo-laporte/index.md
deleted file mode 100644
index 70aacee..0000000
--- a/content/quotes/leo-laporte/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Leo Laporte"
-weight = 106
-
-[taxonomies]
-tags = ["quotes", "leo laporte", "social networks", "facebook", "twitter",
-"instagram", "mental health"]
-+++
-
-> "I think ditching social media sites like Facebook, Twitter and Instagram
-> along with 24 hour news television is the best thing you can do for your
-> mental health."
diff --git a/content/quotes/leo-tolstoy/index.md b/content/quotes/leo-tolstoy/index.md
deleted file mode 100644
index 12bf65a..0000000
--- a/content/quotes/leo-tolstoy/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Leo Tolstoy"
-weight = 108
-
-[taxonomies]
-tags = ["quotes", "leo tolstoy", "changes"]
-+++
-
-> "Everyone thinks of changing the world, but no one thinks of changing
-> himself."
diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md
deleted file mode 100644
index 52fe662..0000000
--- a/content/quotes/lewis-carroll/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Lewis Carroll"
-weight = 108
-
-[taxonomies]
-tags = ["quotes", "lewis carroll", "changes"]
-+++
-
-> "You have to run as fast as you can just to stay where you are.
-> If you want to get anywhere, you'll have to run much faster."
-
-> "If everybody minded their own business, the world would go around a deal
-> faster."
--- The Duchess, "Through the Looking Glass"
diff --git a/content/quotes/lily-tomlin/index.md b/content/quotes/lily-tomlin/index.md
deleted file mode 100644
index 58fe2d9..0000000
--- a/content/quotes/lily-tomlin/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Lily Tomlin"
-weight = 108
-
-[taxonomies]
-tags = ["quotes", "lily tomlin"]
-+++
-
-> "The trouble with the rat-race is that even if you win, you're still a rat."
diff --git a/content/quotes/lucius-annaeus-seneca/index.md b/content/quotes/lucius-annaeus-seneca/index.md
deleted file mode 100644
index dea8cd7..0000000
--- a/content/quotes/lucius-annaeus-seneca/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Lucius Annaeus Seneca"
-weight = 108
-
-[taxonomies]
-tags = ["quotes", "lucius annaeus seneca", "seneca", "quality"]
-+++
-
-> "It is the quality rather than the quantity that matters."
diff --git a/content/quotes/mae-west/index.md b/content/quotes/mae-west/index.md
deleted file mode 100644
index 4e8bf5f..0000000
--- a/content/quotes/mae-west/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Mae West"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mae west", "journal", "diary"]
-+++
-
-> "Keep a diary and one day it'll keep you."
diff --git a/content/quotes/maharbal/index.md b/content/quotes/maharbal/index.md
deleted file mode 100644
index aaa76af..0000000
--- a/content/quotes/maharbal/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Maharbal"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "maharbal", "hannibal", "victories"]
-+++
-
-> "You know how to win a victory, Hannibal, but not how to use it."
diff --git a/content/quotes/mahatma-gandhi/index.md b/content/quotes/mahatma-gandhi/index.md
deleted file mode 100644
index dae052b..0000000
--- a/content/quotes/mahatma-gandhi/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Mahatma Gandhi"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mahatma gandhi", "gandhi", "changes", "life"]
-+++
-
-> "You must be the change you wish to see in the world."
-
-> "There is more to life than increasing its speed."
diff --git a/content/quotes/marcus-tulius-cicero/index.md b/content/quotes/marcus-tulius-cicero/index.md
deleted file mode 100644
index ed60319..0000000
--- a/content/quotes/marcus-tulius-cicero/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Marcus Tulius Cicero"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "marcus tulius cicero", "persistence", "opinions"]
-+++
-
-> "Persistence in one opinion has never been considered a merit in political
-> leaders."
-
diff --git a/content/quotes/mark-twain/index.md b/content/quotes/mark-twain/index.md
deleted file mode 100644
index 54629ff..0000000
--- a/content/quotes/mark-twain/index.md
+++ /dev/null
@@ -1,32 +0,0 @@
-+++
-title = "Mark Twain"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mark twain", "annoyance", "examples", "fame", "writing",
-"right", "speeches", "heaven", "hell", "generalizations", "public"]
-+++
-
-> "Few things are harder to put up with than the annoyance of a good example."
--- Pudd'nhead Wilson's Calendar
-
-> "Fame is a vapor; popularity an accident; the only earthly certainty is
-> oblivion."
-
-> "Substitute 'damn' every time you're inclined to write 'very'; your
-> editor will delete it and the writing will be just as it should be."
-
-> "Always do right. This will gratify some people and astonish the rest."
-
-> "If it is a Miracle, any sort of evidence will answer, but if it is a Fact,
-> proof is necessary."
-
-> "It usually takes more than three weeks to prepare a good impromptu speech."
-
-> "Go to Heaven for the climate, Hell for the company."
-
-> "Water, taken in moderation cannot hurt anybody."
-
-> "All generalizations are false, including this one."
-
-> "The Public is merely a multiplied 'me.'"
diff --git a/content/quotes/marlo-thomas/index.md b/content/quotes/marlo-thomas/index.md
deleted file mode 100644
index 6cfed87..0000000
--- a/content/quotes/marlo-thomas/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Marlo Thomas"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "marlo thomas", "facts"]
-+++
-
-> "Never face facts; if you do, you'll never get up in the morning."
diff --git a/content/quotes/martin-luther-king-jr/index.md b/content/quotes/martin-luther-king-jr/index.md
deleted file mode 100644
index 4349ea3..0000000
--- a/content/quotes/martin-luther-king-jr/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-+++
-title = "Martin Luther King Jr"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "martin luther king jr", "freedom", "oppression"]
-+++
-
-> "Freedom is never voluntarily given by the oppressor; it must be demanded by
-> the oppressed".
-
-> "The Hottest place in hell is reserved for those who remain neutral in times
-> of great moral conflict."
diff --git a/content/quotes/martin-luther/index.md b/content/quotes/martin-luther/index.md
deleted file mode 100644
index 40d54e9..0000000
--- a/content/quotes/martin-luther/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Martin Luther"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "martin luther", "religion", "sin"]
-+++
-
-> "Sin boldly."
diff --git a/content/quotes/marty-rubin/index.md b/content/quotes/marty-rubin/index.md
deleted file mode 100644
index 7448d9f..0000000
--- a/content/quotes/marty-rubin/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Marty Rubin"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "marty rubin", "work"]
-+++
-
-> "Better to sleep all day on a park bench than do work you don't believe in."
diff --git a/content/quotes/matthew-arnold/index.md b/content/quotes/matthew-arnold/index.md
deleted file mode 100644
index df24e56..0000000
--- a/content/quotes/matthew-arnold/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Matthew Arnold"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "matthew arnold", "journalism"]
-+++
-
-> "Journalism is literature in a hurry."
diff --git a/content/quotes/michele-gelfand/index.md b/content/quotes/michele-gelfand/index.md
deleted file mode 100644
index f909a2b..0000000
--- a/content/quotes/michele-gelfand/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Michele Gelfand"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "michele gelfand", "authoritarianism"]
-+++
-
-> "Authoritarian leaders thrive on fear. We need to help people feel safe."
diff --git a/content/quotes/mike-odell/index.md b/content/quotes/mike-odell/index.md
deleted file mode 100644
index 1d7fe4c..0000000
--- a/content/quotes/mike-odell/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Mike O'Dell"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mike odell", "problems"]
-+++
-
-> "The only thing faster than the speed of light is shit flowing downhill."
diff --git a/content/quotes/mike-smith/index.md b/content/quotes/mike-smith/index.md
deleted file mode 100644
index 7568a81..0000000
--- a/content/quotes/mike-smith/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Mike Smith"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mike smith", "problems"]
-+++
-
-> "The problem that we thought was a problem was, indeed, a problem, but
-> not the problem we thought was the problem."
diff --git a/content/quotes/millor-fernandes/index.md b/content/quotes/millor-fernandes/index.md
deleted file mode 100644
index faee06b..0000000
--- a/content/quotes/millor-fernandes/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Millor Fernandes"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "millor fernandes", "ideologias", "brasil"]
-+++
-
-> "Quando uma ideologia fica bem velhinha… ela vem morar no Brasil"
diff --git a/content/quotes/moliere/index.md b/content/quotes/moliere/index.md
deleted file mode 100644
index b919d9d..0000000
--- a/content/quotes/moliere/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Moliere"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "moliere", "understading"]
-+++
-
-> "That must be wonderful: I don't understand it at all."
diff --git a/content/quotes/monty-python/index.md b/content/quotes/monty-python/index.md
deleted file mode 100644
index cb25039..0000000
--- a/content/quotes/monty-python/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Monty Python"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "monty python", "comedy"]
-+++
-
-> "Mate, this parrot wouldn't VOOM if you put four million volts through it!"
diff --git a/content/quotes/morris-cohen/index.md b/content/quotes/morris-cohen/index.md
deleted file mode 100644
index 70a1ac3..0000000
--- a/content/quotes/morris-cohen/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Morris Cohen"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "morris cohen", "religion"]
-+++
-
-> "If religion cannot restrain evil, it cannot claim effective power for good."
diff --git a/content/quotes/mortimer-adler/index.md b/content/quotes/mortimer-adler/index.md
deleted file mode 100644
index a2f1173..0000000
--- a/content/quotes/mortimer-adler/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Mortimer Adler"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "mortimer adler", "explanations"]
-+++
-
-> "The person who says he knows what he thinks but cannot express it usually
-> does not know what he thinks."
diff --git a/content/quotes/muhammad-ali/index.md b/content/quotes/muhammad-ali/index.md
deleted file mode 100644
index 5e30cf0..0000000
--- a/content/quotes/muhammad-ali/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Muhammad Ali"
-weight = 109
-
-[taxonomies]
-tags = ["quotes", "muhammad ali", "jokes", "offences"]
-+++
-
-> "My way of joking is to tell the truth. That's the funniest joke in the
-> world."
-
-> "If they can make penicillin out of moldy bread, they can sure make
-> something out of you."
-
diff --git a/content/quotes/napoleon/index.md b/content/quotes/napoleon/index.md
deleted file mode 100644
index 140b5d1..0000000
--- a/content/quotes/napoleon/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Napoleon"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "napoleon", "religion"]
-+++
-
-> "Ten persons who speak make more noise than ten thousand who are silent."
-
-> "Religion is what keeps the poor from murdering the rich."
-
diff --git a/content/quotes/nathaniel-howe/index.md b/content/quotes/nathaniel-howe/index.md
deleted file mode 100644
index 7b80cc7..0000000
--- a/content/quotes/nathaniel-howe/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Nathaniel Howe"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "nathaniel howe", "saints"]
-+++
-
-> "The way of the world is to praise dead saints and prosecute live ones."
-
diff --git a/content/quotes/neil-degrasse-tyson/index.md b/content/quotes/neil-degrasse-tyson/index.md
deleted file mode 100644
index 5eeb3df..0000000
--- a/content/quotes/neil-degrasse-tyson/index.md
+++ /dev/null
@@ -1,27 +0,0 @@
-+++
-title = "Neil deGrasse Tyson"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "neil degrasse tyson", "life", "past", "future", "education",
-"thinking", "criticism"]
-+++
-
-> "Life is fragile We live 80 years. But we’re dead after 8 weeks without
-> food, 8 days without water, 8 minutes without air."
-
-> "There are more stars in the universe than all the sounds and words ever
-> uttered by all humans who have ever lived."
-
-> "The urge to want some bit of information to be true often clouds our
-> ability to assess why that information may be false."
-
-> "We are prisoners of the present, in perpetual transition from an
-> inaccessible past to an unknowable future."
-
-> "We spend more time forcing students to learn than we do motivating them to
-> learn in the first place."
-
-> "If pundits tells you something is true, and you don't have the critical
-> thinking skills to evaluate their statements, then you are putty in their
-> hands, as they shape your world view to their will."
diff --git a/content/quotes/niels-bohr/index.md b/content/quotes/niels-bohr/index.md
deleted file mode 100644
index d057e7f..0000000
--- a/content/quotes/niels-bohr/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Neils Bohr"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "neils bohr", "truths"]
-+++
-
-> "The opposite of a correct statement is a false statement. But the opposite
-> of a profound truth may well be another profound truth."
-
diff --git a/content/quotes/nikolai-kingsley/index.md b/content/quotes/nikolai-kingsley/index.md
deleted file mode 100644
index d6ad4ae..0000000
--- a/content/quotes/nikolai-kingsley/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Nikolai Kingsley"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "nikolai kingsley"]
-+++
-
-> "Don't fear the darkness.
-> Fear the things that hide in the darkness.
-> Then become one of those things, and let them feat you."
diff --git a/content/quotes/noam-chomsky/index.md b/content/quotes/noam-chomsky/index.md
deleted file mode 100644
index 24d72fe..0000000
--- a/content/quotes/noam-chomsky/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Noam Chomsky"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "noam chomsky", "totalitarianism"]
-+++
-
-> "The sign of a truly totalitarian culture is that important truths simply
-> lack cognitive meaning."
diff --git a/content/quotes/norman-douglas/index.md b/content/quotes/norman-douglas/index.md
deleted file mode 100644
index b32b852..0000000
--- a/content/quotes/norman-douglas/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Norman Douglas"
-weight = 110
-
-[taxonomies]
-tags = ["quotes", "norman douglas", "nations", "advertisements", "ads"]
-+++
-
-> "You can tell the ideals of a nation by its advertisements."
diff --git a/content/quotes/ogden-nash/index.md b/content/quotes/ogden-nash/index.md
deleted file mode 100644
index c5e5317..0000000
--- a/content/quotes/ogden-nash/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Ogden Nash"
-weight = 111
-
-[taxonomies]
-tags = ["quotes", "ogden nash", "cats", "goods"]
-+++
-
-> "The trouble with a kitten is that
-> When it grows up, it's always a cat"
-
-> "People who have what they want are very fond of telling people who haven't
-> what they want that they don't want it."
-
diff --git a/content/quotes/oscar-wilde/index.md b/content/quotes/oscar-wilde/index.md
deleted file mode 100644
index 3eba718..0000000
--- a/content/quotes/oscar-wilde/index.md
+++ /dev/null
@@ -1,22 +0,0 @@
-+++
-title = "Oscar Wilde"
-weight = 111
-
-[taxonomies]
-tags = ["quotes", "oscar wilde", "virtues", "vices", "truth", "questions",
-"answers", "gossip", "tastes", "advices"]
-+++
-
-> "He hadn't a single redeeming vice."
-
-> "Questions are never indiscreet, answers sometimes are."
-
-> "My own business always bores me to death; I prefer other people's."
-
-> "Most people are other people. Their thoughts are someone else's opinions,
-> their lives a mimicry, their passions a quotation."
-
-> "I have the simplest tastes. I am always satisfied with the best."
-
-> "The only thing to do with good advice is pass it on. It is never any
-> use to oneself."
diff --git a/content/quotes/pablo-picasso/index.md b/content/quotes/pablo-picasso/index.md
deleted file mode 100644
index 7adafb2..0000000
--- a/content/quotes/pablo-picasso/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Pablo Picasso"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "pablo picasso", "computers"]
-+++
-
-> "Computers are useless. They can only give you answers."
diff --git a/content/quotes/paul-shepard/index.md b/content/quotes/paul-shepard/index.md
deleted file mode 100644
index 0ab3db1..0000000
--- a/content/quotes/paul-shepard/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Paul Shepard"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "paul shepard", "mental health"]
-+++
-
-> "There is a secret person undamaged within every individual."
diff --git a/content/quotes/phathotep/index.md b/content/quotes/phathotep/index.md
deleted file mode 100644
index 8139aae..0000000
--- a/content/quotes/phathotep/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Phathotep"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "phathotep", "life"]
-+++
-
-> "Be cheerful while you are alive."
-
diff --git a/content/quotes/philip-k-dick/index.md b/content/quotes/philip-k-dick/index.md
deleted file mode 100644
index 9dde597..0000000
--- a/content/quotes/philip-k-dick/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Philip K. Dick"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "reality", "philip k dick"]
-+++
-
-> "Reality is that which, when you stop believing in it, doesn't go away".
-
diff --git a/content/quotes/plutarch/index.md b/content/quotes/plutarch/index.md
deleted file mode 100644
index 37e4d4a..0000000
--- a/content/quotes/plutarch/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Plutarch"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "plutarch", "mind"]
-+++
-
-> "The mind is not a vessel to be filled, but a fire to be kindled."
-
diff --git a/content/quotes/publilius-syrus/index.md b/content/quotes/publilius-syrus/index.md
deleted file mode 100644
index 663d60a..0000000
--- a/content/quotes/publilius-syrus/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Publilius Syrus"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "publilius syrus", "silence", "promises", "performance"]
-+++
-
-> "Let a fool hold his tongue and he will pass for a sage."
-
-> "Never promise more than you can perform."
diff --git a/content/quotes/publius-ovidius-naso/index.md b/content/quotes/publius-ovidius-naso/index.md
deleted file mode 100644
index 4539531..0000000
--- a/content/quotes/publius-ovidius-naso/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Publius Ovidius Naso"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "publius ovidius naso", "ovid", "honesty"]
-+++
-
-> "It is annoying to be honest to no purpose."
diff --git a/content/quotes/publius-terentius-afer/index.md b/content/quotes/publius-terentius-afer/index.md
deleted file mode 100644
index a4945e0..0000000
--- a/content/quotes/publius-terentius-afer/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Publius Terenius Afer (Terence)"
-weight = 112
-
-[taxonomies]
-tags = ["quotes", "publis terenius afer", "hope"]
-+++
-
-> "While there's life, there's hope."
diff --git a/content/quotes/quintus-ennius/index.md b/content/quotes/quintus-ennius/index.md
deleted file mode 100644
index d8d3433..0000000
--- a/content/quotes/quintus-ennius/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Quintus Ennius"
-weight = 113
-
-[taxonomies]
-tags = ["quotes", "quintus ennius"]
-+++
-
-> "No one regards what is before his feet; we all gaze at the stars."
diff --git a/content/quotes/r-e-shay/index.md b/content/quotes/r-e-shay/index.md
deleted file mode 100644
index d8079b3..0000000
--- a/content/quotes/r-e-shay/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "R. E. Shay"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "r e shay", "rabbit's foot", "luck"]
-+++
-
-> "Depend on the rabbit's foot if you will, but remember, it didn't help
-> the rabbit."
diff --git a/content/quotes/ralph-nader/index.md b/content/quotes/ralph-nader/index.md
deleted file mode 100644
index ea48303..0000000
--- a/content/quotes/ralph-nader/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Ralph Nader"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "ralph nader", "marijuana", "gin"]
-+++
-
-> "Being stoned on marijuana isn't very different from being stoned on gin."
diff --git a/content/quotes/randall-munroe/index.md b/content/quotes/randall-munroe/index.md
deleted file mode 100644
index e5adb3b..0000000
--- a/content/quotes/randall-munroe/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Randall Munroe"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "randall munroe", "assumptions"]
-+++
-
-> "You've got questions. We've got assumptions."
diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md
deleted file mode 100644
index 16754dc..0000000
--- a/content/quotes/random/index.md
+++ /dev/null
@@ -1,143 +0,0 @@
-+++
-title = "Random Quotes"
-weight = 300
-
-[taxonomies]
-tags = ["quotes", "graffiti", "education", "misery", "distributed systems",
-"the day the earth stood still", "atheism", "religion", "following",
-"regrets", "money", "perfection", "practice", "nerds", "totalitarianism",
-"materialism", "god", "time", "privacy", "guests", "proverbs", "russian",
-"incompetence", "insanity", "instagram", "leadership", "marriage"]
-+++
-
-> If you took all the students that felt asleep in class and laid them end to
-> end, they'd be a lot more comfortable.
--- "Graffiti in the Big Ten"
-
-> "There is no education that is not political. An apolitical education is
-> also political because it is purposely isolating."
-
-> "People change and forget to tell each other."
--- a marquee at a fucking carpet cleaning store
-
-> "Misery loves company, but company does not reciprocate."
-
-> "Preserve the old, but know the new."
-
-> "Distributed Systems people do it loosely coupled."
-
-> "Gort, klaatu nikto barada."
--- The Day the Earth Stood Still
-
-> "Atheism and truth, 2 words 1 meaning."
-
-> "Zisla's Law:
-> If you're asked to join a parade, don't march behind the elephants."
-
-> "Working here is like a pregnancy. After nine months you wish you hadn't
-> come."
-
-> "If God lived on Earth, people would knock out all His windows."
--- Yiddish saying
-
-> "When you go out to buy, don't show your silver."
-
-> "If practice makes perfect, and nobody's perfect, why practice?"
-
-> "Freeing the nerds was what got us here"
-
-> "Workers of the world, relax!"
-
-> "Materialism: buying things we don't need with money we don't have to
-> impress people that don't matter."
-
-> The sign of a truly totalitarian culture is that important truths simply
-> lack cognitive meaning.
-
-> "Time is an illusion perpetrated by the manufacturers of space."
-
-> Non-Reciprocal Laws of Expectations:
-> Negative expectations yield negative results.
-> Positive expectations yield negative results.
-
-> "I’m being tracked by so many websites that if I get kidnapped, I expect to
-> be rescued by a team of web developers rather than the police."
--- u/jaso151 on Reddit
-
-> "Nezvannyi gost'--khuzhe tatarina."
-> [An uninvited guest is worse than the Mongol invasion]
--- Russian proverb
-
-> "The dynamic I'm subjected to doesn't become less toxic just because I can
-> take it."
-
-> "Somehow, the world always affects you more than you affect it."
-
-> "I suspect the people responsible are the kinds of men who get MBAs
-> specifically to boss around people who are smarter than they are."
-
-> "Talk is cheap because supply always exceeds demand."
-
-> "If you had better tools, you could more effectively demonstrate your
-> total incompetence."
-
-> "Seeing is believing. You wouldn't have seen it if you hadn't believed it."
-
-> "The world is an 8000 mile in diameter spherical pile of shit."
-
-> "Ah say, son, you're about as sharp as a bowlin' ball."
-
-> "Blame Saint Andreas -- it's all his fault."
-
-> "Insanity is hereditary. You get it from your kids."
-
-> "Morale will continue until the beatings improve."
-
-> "Law of Probable Dispersal:
-> Whatever it is that hits the fan will not be evenly distributed."
-
-> "All that glitters has a high refractive index."
-
-> "Aren't Instagram influencers just Ads in human form?"
--- hackiechan@mastodon.social
-
-> "Don’t say condemn it because it can happen to you one day. Condemn it
-> because it is wrong."
--- mysticashi@mastodon.social
-
-> "He that would govern others, first should be the master of himself."
-
-> "To err is human.
-> To blame someone else for your mistakes is even more human."
-
-> "Stay together, drag each other down."
-
-> "A company is known by the men it keeps."
-
-> "The loneliest people are the kindest. The saddest people smile the
-> brightest. The most damaged people are the wisest. All because they do not
-> wish to see anyone else suffer the way they do."
-
-> "Don't be irreplaceable, if you can't be replaced, you can't be promoted."
-
-> "Words must be weighed, not counted."
-
-> "Better to light one candle than to curse the darkness."
--- motto of the Christopher Society
-
-> "Feminism, n.:
-> A political position which seeks to rebuild society so that
-> both men and women are treated as women wish to be treated."
-
-> "A religion without a goddess is half-way to atheism."
-
-> 'A diplomatic husband said to his wife, "How do you expect me to remember
-> your birthday when you never look any older?"'
-
-> "The alternative to cooperation is not competition. It is annihilation."
-
-> Ryan's Law:
-> Make three correct guesses consecutively
-> and you will establish yourself as an expert.
-
-
diff --git a/content/quotes/randy-kunkee/index.md b/content/quotes/randy-kunkee/index.md
deleted file mode 100644
index 284a268..0000000
--- a/content/quotes/randy-kunkee/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Randy Kunkee"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "randy kunkee", "minds", "sex"]
-+++
-
-> "A dirty mind is a joy forever."
-
diff --git a/content/quotes/rene-descartes/index.md b/content/quotes/rene-descartes/index.md
deleted file mode 100644
index 27b890d..0000000
--- a/content/quotes/rene-descartes/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Rene Descartes"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "rene descartes", "inteligence"]
-+++
-
-> "It is not enough to have a good mind. The main thing is to use it well."
diff --git a/content/quotes/rich-hall/index.md b/content/quotes/rich-hall/index.md
deleted file mode 100644
index a551864..0000000
--- a/content/quotes/rich-hall/index.md
+++ /dev/null
@@ -1,14 +0,0 @@
-+++
-title = "Rich Hall"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "rich hall", "sleep"]
-+++
-
-> "Pedaeration, n.:
->
-> The perfect body heat achieved by having one leg under the
-> sheet and one hanging off the edge of the bed."
--- Sniglets
-
diff --git a/content/quotes/richard-bach/index.md b/content/quotes/richard-bach/index.md
deleted file mode 100644
index 8109701..0000000
--- a/content/quotes/richard-bach/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Richard Bach"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "richard bach", "happiness"]
-+++
-
-> "If your happiness depends on what somebody else does, I guess you have a
-> problem."
diff --git a/content/quotes/richard-diran/index.md b/content/quotes/richard-diran/index.md
deleted file mode 100644
index 1609a19..0000000
--- a/content/quotes/richard-diran/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Richard Diran"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "richard diran"]
-+++
-
-> "I have a rock garden. Last week three of them died."
diff --git a/content/quotes/richard-feynman/index.md b/content/quotes/richard-feynman/index.md
deleted file mode 100644
index a89321d..0000000
--- a/content/quotes/richard-feynman/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Richard Feynman"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "richard feynman", "knowledge", "unknowns"]
-+++
-
-> "I don't have to know an answer. I don't feel frightened by not knowing
-> things, by being lost in a mysterious universe without any purpose, which is
-> the way it really is as far as I can tell. It doesn't frighten me.”
diff --git a/content/quotes/richard-rohr/index.md b/content/quotes/richard-rohr/index.md
deleted file mode 100644
index 4a662f4..0000000
--- a/content/quotes/richard-rohr/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Richard Rohr"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "richard rohr", "pain", "changes"]
-+++
-
-> "You can tell a lot about someone with what they do with their pain - do
-> they transform it or do they transmit it?"
diff --git a/content/quotes/robert-barron/index.md b/content/quotes/robert-barron/index.md
deleted file mode 100644
index 5381f33..0000000
--- a/content/quotes/robert-barron/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Robert Barron"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert barron", "religion"]
-+++
-
-> "God is a placebo for your own mortality."
-
diff --git a/content/quotes/robert-benchley/index.md b/content/quotes/robert-benchley/index.md
deleted file mode 100644
index 1ee546a..0000000
--- a/content/quotes/robert-benchley/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Robert Benchley"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert benchley", "work"]
-+++
-
-> "Anyone can do any amount of work provided it isn't the work he is supposed
-> to be doing at the moment."
-
diff --git a/content/quotes/robert-frost/index.md b/content/quotes/robert-frost/index.md
deleted file mode 100644
index a0dc887..0000000
--- a/content/quotes/robert-frost/index.md
+++ /dev/null
@@ -1,13 +0,0 @@
-+++
-title = "Robert Frost"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert frost", "god"]
-+++
-
-> "Forgive, O Lord, my little jokes on Thee
-> And I'll forgive Thy great big one on me."
-
-> "If society fits you comfortably enough, you call it freedom."
-
diff --git a/content/quotes/robert-g-ingersoll/index.md b/content/quotes/robert-g-ingersoll/index.md
deleted file mode 100644
index 4afa49e..0000000
--- a/content/quotes/robert-g-ingersoll/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Robert G. Ingersoll"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert g ingersoll", "religion"]
-+++
-
-> "The hands that help are better far than the lips that pray."
diff --git a/content/quotes/robert-heinlein/index.md b/content/quotes/robert-heinlein/index.md
deleted file mode 100644
index 5137bcb..0000000
--- a/content/quotes/robert-heinlein/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Robert Heinlein"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert heinlein", "children"]
-+++
-
-> "Do not handicap your children by making their lives easy."
diff --git a/content/quotes/robert-hendrickson/index.md b/content/quotes/robert-hendrickson/index.md
deleted file mode 100644
index 5d86d9a..0000000
--- a/content/quotes/robert-hendrickson/index.md
+++ /dev/null
@@ -1,19 +0,0 @@
-+++
-title = "Robert Hendrickson"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "robert hendrickson", "trump"]
-+++
-
-Rector at St. Phillip's Episcopal Church in Tucson, Ariz.
-
----
-
-> "This is an aweful man [Trump], waving a book he hasn't read, in front of a
-> church he doesn't attend, invoking laws he doesn't understand, against
-> fellow Americans he sees as enemies, wielding a military he dodged serving,
-> to protect power he gained via accepting feign interference, exploiting fear
-> and anger he loves to stroke, after failing to address a pandemic he was
-> warned about, and building it all on a bed of constant lies and childish
-> inanity."
diff --git a/content/quotes/roger-babson/index.md b/content/quotes/roger-babson/index.md
deleted file mode 100644
index 73bbc35..0000000
--- a/content/quotes/roger-babson/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Roger Babson"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "roger babson", "success", "failure"]
-+++
-
-> "It is wise to keep in mind that neither success nor failure is ever final."
diff --git a/content/quotes/ron-mcafee/index.md b/content/quotes/ron-mcafee/index.md
deleted file mode 100644
index aac0e9f..0000000
--- a/content/quotes/ron-mcafee/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Ron McAfee"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "ron mcafee", "theories"]
-+++
-
-> "Anything is possible on paper."
diff --git a/content/quotes/roy-santoro/index.md b/content/quotes/roy-santoro/index.md
deleted file mode 100644
index 5b459e3..0000000
--- a/content/quotes/roy-santoro/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Roy Santoro"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "roy santoro", "laws"]
-+++
-
-> "If A = B and B = C, then A = C, except where void or prohibited by law."
diff --git a/content/quotes/ruth-hurmence-green/index.md b/content/quotes/ruth-hurmence-green/index.md
deleted file mode 100644
index 05c2867..0000000
--- a/content/quotes/ruth-hurmence-green/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Ruth Hurmence Green"
-weight = 114
-
-[taxonomies]
-tags = ["quotes", "ruth hurmence green", "religion"]
-+++
-
-> "There was a time when religion ruled the
-> world. It was known as The Dark Ages."
-
diff --git a/content/quotes/salvador-dali/index.md b/content/quotes/salvador-dali/index.md
deleted file mode 100644
index 9a8768e..0000000
--- a/content/quotes/salvador-dali/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Salvador Dali"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "salvador dali", "drugs"]
-+++
-
-> "I do not take drugs -- I am drugs."
diff --git a/content/quotes/samuel-johnson/index.md b/content/quotes/samuel-johnson/index.md
deleted file mode 100644
index 367e0d5..0000000
--- a/content/quotes/samuel-johnson/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Samuel Johnson"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "samuel johnson", "writing"]
-+++
-
-> "Your manuscript is both good and original, but the part that is good is not
-> original and the part that is original is not good."
-
diff --git a/content/quotes/stanislaw-lec/index.md b/content/quotes/stanislaw-lec/index.md
deleted file mode 100644
index b3053fa..0000000
--- a/content/quotes/stanislaw-lec/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Stanislaw Lec"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "stanislaw lec", "immortality", "death"]
-+++
-
-> "The first condition of immortality is death."
diff --git a/content/quotes/stanislaw-lem/index.md b/content/quotes/stanislaw-lem/index.md
deleted file mode 100644
index 11f0263..0000000
--- a/content/quotes/stanislaw-lem/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Stanislaw Lem"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "stanislaw lem", "success"]
-+++
-
-> "You climb to reach the summit, but once there, discover that all roads
-> lead down."
--- The Cyberiad
diff --git a/content/quotes/star-trek/index.md b/content/quotes/star-trek/index.md
deleted file mode 100644
index cd9fbfb..0000000
--- a/content/quotes/star-trek/index.md
+++ /dev/null
@@ -1,68 +0,0 @@
-+++
-title = "Selected Star Trek Quotes"
-weight = 200
-
-[taxonomies]
-tags = ["star trek", "quotes", "eve mchuron", "spock", "rojan", "sarek"]
-+++
-
-> "Vulcans believe peace should not depend on force."
--- Amanda, "Journey to Babel", stardate 3842.3
-
-> "Oh, that sound of male ego. You travel halfway across the galaxy and it's
-> still the same song."
--- Eve McHuron, "Mudd's Women", stardate 1330.1
-
-> "It is more rational to sacrifice one life than six."
--- Spock, "The Galileo Seven", stardate 2822.3
-
-> "Totally illogical, there was no chance."
--- Spock, "The Galileo Seven", stardate 2822.3
-
-> "Without facts, the decision cannot be made logically. You must rely on
-> your human intuition."
--- Spock, "Assignment: Earth", stardate unknown
-
-> "Insufficient facts always invite danger."
--- Spock, "Space Seed", stardate 3141.9
-
-> "Violence in reality is quite different from theory."
--- Spock, "The Cloud Minders", stardate 5818.4
-
-> "Men of peace usually are [brave]."
--- Spock, "The Savage Curtain", stardate 5906.5
-
-> "Madness has no purpose. Or reason. But it may have a goal."
--- Spock, "The Alternative Factor", stardate 3088.7
-
-> "We do not colonize. We conquer. We rule. There is no other way for us."
--- Rojan, "By Any Other Name", stardate 4657.5
-
-> "One does not thank logic."
--- Sarek, "Journey to Babel", stardate 3842.4
-
-> "It would seem that evil retreats when forcibly confronted."
--- Yarnek of Excalbia, "The Savage Curtain", stardate 5906.5
-
-> "Murder is contrary to the laws of man and God."
--- M-5 Computer, "The Ultimate Computer", stardate 4731.3
-
-> "When one has been angry for a very long time, one gets used to it. And it
-> becomes comfortable, like... like old leather. And finally, it becomes so
-> familiar that one can't ever remember feeling any other way."
--- Captain Jean-Luc Picard, "The Drumhead", stardate 44765.2
-
-> "If some day we are defeated, well, war has its fortunes, good and bad."
--- Commander Kor, "Errand of Mercy", stardate 3201.7
-
-> "Suffocating together ... would create heroic camaraderie."
--- Khan Noonian Singh, "Space Seed", stardate 3142.8
-
-> "There are certain things men must do to remain men."
--- Kirk, "The Ultimate Computer", stardate 4929.4
-
-> "What terrible way to die."
-> "There are no good ways."
--- Sulu and Kirk, "That Which Survives", stardate unknown
-
-
diff --git a/content/quotes/steve-jobs/index.md b/content/quotes/steve-jobs/index.md
deleted file mode 100644
index 025c80d..0000000
--- a/content/quotes/steve-jobs/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Steve Jobs"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "steve jobs", "life"]
-+++
-
-> "Your time is limited, so don't waste it living someone else's life"
diff --git a/content/quotes/steve-wozniak/index.md b/content/quotes/steve-wozniak/index.md
deleted file mode 100644
index f80d524..0000000
--- a/content/quotes/steve-wozniak/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Steve Wozniak"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "steve wozniak", "engineers"]
-+++
-
-> "I just want to be a good engineer."
diff --git a/content/quotes/steven-wright/index.md b/content/quotes/steven-wright/index.md
deleted file mode 100644
index 092c442..0000000
--- a/content/quotes/steven-wright/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Steven Wright"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "steven wright", "puns"]
-+++
-
-Comedian.
-
----
-
-> "This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance."
-
-> "I used to work in a fire hydrant factory. You couldn't park anywhere near
-> the place."
-
diff --git a/content/quotes/stirling-moss/index.md b/content/quotes/stirling-moss/index.md
deleted file mode 100644
index af5c62d..0000000
--- a/content/quotes/stirling-moss/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Stirling Moss"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "stirling moss", "limits"]
-+++
-
-> "It's hard to drive at the limit, but it's harder to know where the limits
-> are."
diff --git a/content/quotes/strange-de-jim/index.md b/content/quotes/strange-de-jim/index.md
deleted file mode 100644
index b78fd68..0000000
--- a/content/quotes/strange-de-jim/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Strange de Jim"
-weight = 115
-
-[taxonomies]
-tags = ["quotes", "strange de jim", "parents"]
-+++
-
-> "I called my parents the other night, but I forgot about the time difference.
-> They're still living in the fifties."
-
diff --git a/content/quotes/telsa-gwynne/index.md b/content/quotes/telsa-gwynne/index.md
deleted file mode 100644
index 0f26b01..0000000
--- a/content/quotes/telsa-gwynne/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Telsa Gwynne"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "telsa gwynne", "permissions", "sex", "root"]
-+++
-
-> "Remember: While root can do most everything, there are certain
-> privileges that only a partner can grant."
-
diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md
deleted file mode 100644
index efbb743..0000000
--- a/content/quotes/theodore-sturgeon/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Theodore Sturgeon"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "theodore sturgeon", "quality"]
-+++
-
-> "Ninety percent of everything is crap."
diff --git a/content/quotes/thomas-edison/index.md b/content/quotes/thomas-edison/index.md
deleted file mode 100644
index 10393ad..0000000
--- a/content/quotes/thomas-edison/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
-+++
-title = "Thomas Edison"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "thomas edison", "religion", "invention", "genius",
-"inspiration"]
-+++
-
-> "All Bibles are man-made."
-
-> "Genius is one percent inspiration and ninety-nine percent perspiration."
diff --git a/content/quotes/thomas-j-kopp/index.md b/content/quotes/thomas-j-kopp/index.md
deleted file mode 100644
index f597186..0000000
--- a/content/quotes/thomas-j-kopp/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Thomas J. Kopp"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "thomas j kopp", "life", "death"]
-+++
-
-> "Life sucks, but death doesn't put out at all."
diff --git a/content/quotes/thomas-jefferson/index.md b/content/quotes/thomas-jefferson/index.md
deleted file mode 100644
index 1176d3c..0000000
--- a/content/quotes/thomas-jefferson/index.md
+++ /dev/null
@@ -1,18 +0,0 @@
-+++
-title = "Thomas Jefferson"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "thomas jefferson", "things", "principles", "tastes",
-"politics"]
-+++
-
-> "Never buy what you do not want because it is cheap; it will be dear to
-> you."
-
-> "In matters of principle, stand like a rock; in matters of taste, swim with
-> the current."
-
-> "When a man assumes a public trust, he should consider himself as public
-> property."
-
diff --git a/content/quotes/titus-lucretius-carus/index.md b/content/quotes/titus-lucretius-carus/index.md
deleted file mode 100644
index e092ba9..0000000
--- a/content/quotes/titus-lucretius-carus/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Titus Lucretius Carus"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "titus lucretius carus", "life"]
-+++
-
-> "Life is one long struggle in the dark."
diff --git a/content/quotes/titus-maccius-plautus/index.md b/content/quotes/titus-maccius-plautus/index.md
deleted file mode 100644
index 369d633..0000000
--- a/content/quotes/titus-maccius-plautus/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Titus Maccius Plautus"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "titus maccius plautus", "visits"]
-+++
-
-> "No guest is so welcome in a friend's house that he will not become a
-> nuisance after three days."
-
diff --git a/content/quotes/tom-robbins/index.md b/content/quotes/tom-robbins/index.md
deleted file mode 100644
index 4d801b2..0000000
--- a/content/quotes/tom-robbins/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Tom Robbins"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "tom robbins", "education", "brain"]
-+++
-
-> "If little else, the brain is an educational toy."
diff --git a/content/quotes/tommy-manville/index.md b/content/quotes/tommy-manville/index.md
deleted file mode 100644
index 1359633..0000000
--- a/content/quotes/tommy-manville/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-quotes = "Tommy Manville"
-weight = 116
-
-[taxonomies]
-tags = ["quotes", "tommy manville", "marriage", "divorce"]
-+++
-
-> "She cried, and the judge wiped her tears with my checkbook."
diff --git a/content/quotes/ursula-k-leguin/index.md b/content/quotes/ursula-k-leguin/index.md
deleted file mode 100644
index 42db236..0000000
--- a/content/quotes/ursula-k-leguin/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Ursula K. LeGuin"
-weight = 117
-
-[taxonomies]
-tags = ["quotes", "ursula k leguin", "ursula leguin", "evil"]
-+++
-
-> "The sunlights differ, but there is only one darkness."
--- "The Dispossessed"
-
-> "Why don't you write about women? my mother asked me. I don't know how, I
-> said. A stupid answer, but an honest one. I did not know how to write about
-> women - very few of us did - because I thought that what men had written
-> about women was the truth, was the true way to write about women. And I
-> couldn't."
-
diff --git a/content/quotes/vint-cerf/index.md b/content/quotes/vint-cerf/index.md
deleted file mode 100644
index a5140db..0000000
--- a/content/quotes/vint-cerf/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Vint Cerf"
-weight = 118
-
-[taxonomies]
-tags = ["quotes", "vint cerf", "power", "powerpoint"]
-+++
-
-> "Power corrupts, and PowerPoint corrupts absolutely."
diff --git a/content/quotes/virginia-allan/index.md b/content/quotes/virginia-allan/index.md
deleted file mode 100644
index 2fc06b4..0000000
--- a/content/quotes/virginia-allan/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Virginia Allan"
-weight = 118
-
-[taxonomies]
-tags = ["quotes", "virginia allan", "leadership"]
-+++
-
-> "True leadership is the art of changing a group from what it is to what
-> it ought to be."
-
diff --git a/content/quotes/voltaire/index.md b/content/quotes/voltaire/index.md
deleted file mode 100644
index 4802f62..0000000
--- a/content/quotes/voltaire/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Voltaire"
-weight = 118
-
-[taxonomies]
-tags = ["quotes", "voltaire", "illusions"]
-+++
-
-> "Illusion is the first of all pleasures."
diff --git a/content/quotes/w-somerset-maugham/index.md b/content/quotes/w-somerset-maugham/index.md
deleted file mode 100644
index 1384fa3..0000000
--- a/content/quotes/w-somerset-maugham/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "W. Somerset Maugham"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "w somerset maugham", "marriage"]
-+++
-
-> "A man marries to have a home, but also because he doesn't want to be
-> bothered with sex and all that sort of thing."
-
diff --git a/content/quotes/walter-dwight/index.md b/content/quotes/walter-dwight/index.md
deleted file mode 100644
index f1bfb0a..0000000
--- a/content/quotes/walter-dwight/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Walter Dwight"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "walter dwight", "politicians"]
-+++
-
-> "Politicians speak for their parties, and parties never are, never have
-> been, and never will be wrong."
-
diff --git a/content/quotes/washlesky/index.md b/content/quotes/washlesky/index.md
deleted file mode 100644
index 7ceefcd..0000000
--- a/content/quotes/washlesky/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Washlesky"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "washlesky"]
-+++
-
-> "It's easier to take it apart than to put it back together."
diff --git a/content/quotes/wernher-von-braun/index.md b/content/quotes/wernher-von-braun/index.md
deleted file mode 100644
index c101073..0000000
--- a/content/quotes/wernher-von-braun/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Wernher von Braun"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "wernher von braun", "brain", "computers"]
-+++
-
-> "Man is the best computer we can put aboard a spacecraft ... and the only
-> one that can be mass produced with unskilled labor."
diff --git a/content/quotes/wilhelm-reich/index.md b/content/quotes/wilhelm-reich/index.md
deleted file mode 100644
index 15939bc..0000000
--- a/content/quotes/wilhelm-reich/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Wilhelm Reich"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "whilhelm reich", "hitler", "politics", "politicians"]
-+++
-
-> "The fact that Hitler was a political genius unmasks the nature of politics
-> in general as no other can."
-
diff --git a/content/quotes/will-rogers/index.md b/content/quotes/will-rogers/index.md
deleted file mode 100644
index 44739ff..0000000
--- a/content/quotes/will-rogers/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "Will Rogers"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "will rogers", "selfishness"]
-+++
-
-> "What's the matter with the world? Why, there ain't but one thing wrong
-> with every one of us -- and that's 'selfishness.'"
-
diff --git a/content/quotes/william-blake/index.md b/content/quotes/william-blake/index.md
deleted file mode 100644
index 153aba0..0000000
--- a/content/quotes/william-blake/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "William Blake"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "william blake", "achievement"]
-+++
-
-> "No bird soars too high if he soars with his own wings."
diff --git a/content/quotes/william-gibson/index.md b/content/quotes/william-gibson/index.md
deleted file mode 100644
index aaf4334..0000000
--- a/content/quotes/william-gibson/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "William Gibson"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "william gibson", "depression"]
-+++
-
-> "Before yo diagnose yourself with depression or low self-steem, first make
-> sure you are not, in fact, just surrounded by assholes."
diff --git a/content/quotes/william-gilbert/index.md b/content/quotes/william-gilbert/index.md
deleted file mode 100644
index 06638fb..0000000
--- a/content/quotes/william-gilbert/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "William Gilbert"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "william gilbert", "humour"]
-+++
-
-> "Humor is a drug which it's the fashion to abuse."
-
diff --git a/content/quotes/william-shakespeare/index.md b/content/quotes/william-shakespeare/index.md
deleted file mode 100644
index 32a1669..0000000
--- a/content/quotes/william-shakespeare/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "William Shakespeare"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "william shakespeare", "temptation"]
-+++
-
-> "Tempt not a desperate man."
--- Romeo and Juliet
diff --git a/content/quotes/wilson-mizner/index.md b/content/quotes/wilson-mizner/index.md
deleted file mode 100644
index ed62417..0000000
--- a/content/quotes/wilson-mizner/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Wilson Mizner"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "wilson mizner", "success"]
-+++
-
-> "Be nice to people on the way up, because you'll meet them on your way
-> down."
diff --git a/content/quotes/winston-churchill/index.md b/content/quotes/winston-churchill/index.md
deleted file mode 100644
index 1ec0ea7..0000000
--- a/content/quotes/winston-churchill/index.md
+++ /dev/null
@@ -1,18 +0,0 @@
-+++
-title = "Winston Churchill"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "winston churchill", "churchill", "administration",
-"capitalism", "socialism"]
-+++
-
-> "An efficient and a successful administration manifests itself equally in
-> small as in great matters."
-
-> "The inherent vice of capitalism is the unequal sharing of blessings;
-> the inherent virtue of socialism is the equal sharing of misery."
-
-> "I am ready to meet my Maker. Whether my Maker is prepared for the
-> great ordeal of meeting me is another matter."
-
diff --git a/content/quotes/woody-allen/index.md b/content/quotes/woody-allen/index.md
deleted file mode 100644
index 50f9d65..0000000
--- a/content/quotes/woody-allen/index.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-title = "Woody Allen"
-weight = 119
-
-[taxonomies]
-tags = ["quotes", "woody allen"]
-+++
-
-> "The lion and the calf shall lie down together but the calf won't get much
-> sleep."
diff --git a/content/research/decoding-fast-examples.md b/content/research/decoding-fast-examples.md
new file mode 100644
index 0000000..971c973
--- /dev/null
+++ b/content/research/decoding-fast-examples.md
@@ -0,0 +1,120 @@
++++
+title = "Decoding the FAST Protocol: Examples"
+date = 2022-01-10
+draft = true
+
+[taxonomies]
+tags = ["finance", "binary", "protocol", "fix", "fast", "examples"]
++++
+
+After the whole explanation about the definition of the FAST protocol, I
+noticed there was something missing: Examples, to make things easier to
+understand.
+
+
+
+# Simple Hello World
+
+This example is basically the same one in
+[JetTek](https://jettekfix.com/education/fix-fast-tutorial/) but it is really
+simple, so here we go:
+
+## Template
+
+```xml
+
+
+
+
+
+
+
+
+```
+
+## Incoming Data
+
+Bytes:
+
+```
+1110_0000 1000_0001 0100_1000 0110_0101
+0110_1100 0110_1100 0100_1111 0101_0111
+0110_1111 0111_0010 0110_1100 1110_0100
+```
+
+## Processing
+
+The first byte is the Presence Map. Removing the stop bit, we get `110_0000`.
+This Presence Map have one field that isn't described in the template: The
+template ID. Because the first bit is set, we know the template ID is there.
+Also, keep in mind that the Template ID is the only field we know it exists so
+far; there is no information whatsoever about that second bit in the Presence
+Map -- we need to find out which template should be used first.
+
+The next byte is read: `1000_0001`. As mentioned above, this is the Template
+ID. Being a signed integer (and probably mandatory, but don't ask me how that
+works), we read the value, it has the stop bit, so that's the whole integer.
+Dropping the high order bit, we get the Integer "1", which is the exactly same
+ID we have in the template, so now we know which fields are here.
+
+The first field in the template is the string with a default value. Because the
+field uses the Default operator, we need to check if the value is in the data
+or we should use the default value. The bit in the Presence Map for this field
+is `1` meaning the value for the string is in the incoming data and we should
+read it.
+
+The field is string, so we keep reading every byte till we find one with the
+stop bit. Also, being a string, we don't "merge" the values: each byte is a
+letter in the ASCII table. The sequence is `100_1000` (72), `110_0101` (101),
+`110_1100` (108), `110_1100` (108), `100_1111` (79), `101_0111` (87),
+`110_1111` (79), `111_0010` (114), `110_1100` (108) and `110_0100` (100).
+Notice that we consumed all the bytes, and the last one have the stop, so
+that's the end of string. Converting the bytes using the ASCII string, we get
+"HelloWorld".
+
+So, there we have it: We received a record of the "HelloWorld" type, with the
+field ID "1" (a.k.a. "String") with the value "HelloWorld".
+
+# Sequences
+
+Let's expand our example to have a sequence and a few more operators:
+
+## Template
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+Although FAST was defined to work with FIX and the financial market, there is
+nothing stopping it from being used for other things. The new template actually
+describe a group of users, so we have a list of groups and, for each group, a
+list of users and their IDs.
+
+## Incoming Data
+
+```
+1100_0000 1000_0010
+```
+
+## Processing
diff --git a/themes/hyde b/themes/hyde
new file mode 160000
index 0000000..9624d2b
--- /dev/null
+++ b/themes/hyde
@@ -0,0 +1 @@
+Subproject commit 9624d2b7820324aaf189bac00b6ddd07944f8fa1
diff --git a/themes/terminimal-light b/themes/terminimal-light
index 2935b84..addf3e8 160000
--- a/themes/terminimal-light
+++ b/themes/terminimal-light
@@ -1 +1 @@
-Subproject commit 2935b841c50d3a74ca411931628607a6df777d77
+Subproject commit addf3e8590a00942d4eacb805847a40ed18e777d