From f6e73cce4ca0af104e321c88ae8c507054b9c9db Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:51:18 -0300 Subject: [PATCH 01/25] Horace quote --- content/quotes/horace/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/horace/index.md diff --git a/content/quotes/horace/index.md b/content/quotes/horace/index.md new file mode 100644 index 0000000..675f162 --- /dev/null +++ b/content/quotes/horace/index.md @@ -0,0 +1,10 @@ ++++ +title = "Horace" +weight = 104 + +[taxonomies] +tags = ["quotes", "horace", "fool", "foolishness"] ++++ + +> "Mix a little foolishness with your serious plans; it's lovely to be silly +> at the right moment." From 2460f071c5b45749ef4d1cbc174151b185b2ce0f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:54:15 -0300 Subject: [PATCH 02/25] Floria Scott-Maxwell quote --- content/quotes/florida-scott-maxwell/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/florida-scott-maxwell/index.md diff --git a/content/quotes/florida-scott-maxwell/index.md b/content/quotes/florida-scott-maxwell/index.md new file mode 100644 index 0000000..2891c29 --- /dev/null +++ b/content/quotes/florida-scott-maxwell/index.md @@ -0,0 +1,11 @@ ++++ +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." + From 95df9769bef6d3adfc4ab4b24387e0f51e5b2141 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 18:54:36 -0300 Subject: [PATCH 03/25] Retagged Thoreau --- content/quotes/henry-david-thoreau/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/quotes/henry-david-thoreau/index.md b/content/quotes/henry-david-thoreau/index.md index 082d18b..0bdc6dc 100644 --- a/content/quotes/henry-david-thoreau/index.md +++ b/content/quotes/henry-david-thoreau/index.md @@ -3,7 +3,7 @@ title = "Henry David Thoreau" weight = 104 [taxonomies] -tags = ["quotes", "henry david thoreau", "tools"] +tags = ["quotes", "henry david thoreau", "tools", "thoreau"] +++ > "Lo! Men have become the tool of their tools." From 2c00a2abc3f63c3af883cc08876d09999c5336e4 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:01:18 -0300 Subject: [PATCH 04/25] Bill Nye quote --- content/quotes/bill-nye/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/bill-nye/index.md diff --git a/content/quotes/bill-nye/index.md b/content/quotes/bill-nye/index.md new file mode 100644 index 0000000..e7a4b5b --- /dev/null +++ b/content/quotes/bill-nye/index.md @@ -0,0 +1,9 @@ ++++ +title = "Bill Nye" +weight = 98 + +[taxonomies] +tags = ["quotes", "bill nye", "knowledge"] ++++ + +> "Everyone you will ever meet knows something you don't." From 6d2bc492be8bcebe1ddfe2fae78546b1f4be3d36 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:01:51 -0300 Subject: [PATCH 05/25] Lao Tzu quote --- content/quotes/lao-tzu/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md index 559e026..9e81a05 100644 --- a/content/quotes/lao-tzu/index.md +++ b/content/quotes/lao-tzu/index.md @@ -9,3 +9,4 @@ tags = ["quotes", "lao tzu", "peace"] > "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." From 17e12925170deb64229bba5f396728ab39bd5a93 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:03:54 -0300 Subject: [PATCH 06/25] Issac Asimov quote --- content/quotes/isaac-asimov/index.md | 5 ++++- content/quotes/lao-tzu/index.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/quotes/isaac-asimov/index.md b/content/quotes/isaac-asimov/index.md index 0df2db7..29be5ad 100644 --- a/content/quotes/isaac-asimov/index.md +++ b/content/quotes/isaac-asimov/index.md @@ -3,8 +3,11 @@ title = "Isaac Asimov" weight = 105 [taxonomies] -tags = ["quotes", "isaac asimov", "science", "wisdom"] +tags = ["quotes", "isaac asimov", "science", "wisdom", "discoveries"] +++ > "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 ...'" diff --git a/content/quotes/lao-tzu/index.md b/content/quotes/lao-tzu/index.md index 9e81a05..a0479dd 100644 --- a/content/quotes/lao-tzu/index.md +++ b/content/quotes/lao-tzu/index.md @@ -3,7 +3,7 @@ title = "Lao Tzu" weight = 106 [taxonomies] -tags = ["quotes", "lao tzu", "peace"] +tags = ["quotes", "lao tzu", "peace", "trust"] +++ > "Do you imagine the universe is agitated? Go into the desert at night and From 46f8911988a9962d3285234e582d1e9ba7ee26d3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:04:50 -0300 Subject: [PATCH 07/25] Albert Einstein quote --- content/quotes/albert-einstein/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/quotes/albert-einstein/index.md b/content/quotes/albert-einstein/index.md index 321448e..6876ff7 100644 --- a/content/quotes/albert-einstein/index.md +++ b/content/quotes/albert-einstein/index.md @@ -3,9 +3,11 @@ title = "Albert Einstein" weight = 97 [taxonomies] -tags = ["quotes", "albert einstein", "einstein", "cleverness"] +tags = ["quotes", "albert einstein", "einstein", "cleverness", "theory", +"facts"] +++ > "Man usually avoids attributing cleverness to somebody else -- unless it > is an enemy." +> "If the facts don't fit the theory, change the facts." From 4b2b86006c1630736bdd72c2ba08d2826f843c65 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:06:08 -0300 Subject: [PATCH 08/25] Albert Schweitzer quote --- content/quotes/albert-schweitzer/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/albert-schweitzer/index.md diff --git a/content/quotes/albert-schweitzer/index.md b/content/quotes/albert-schweitzer/index.md new file mode 100644 index 0000000..93d53f9 --- /dev/null +++ b/content/quotes/albert-schweitzer/index.md @@ -0,0 +1,9 @@ ++++ +title = "Albert Schweitzer" +weight = 97 + +[taxonomies] +tags = ["quotes", "albert schweitzer", "truth"] ++++ + +> "Truth has no special time of its own. Its hour is now -- always." From cccdb3c57742a62341af14885a9eb40712392e40 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:07:36 -0300 Subject: [PATCH 09/25] Frederick Dunn quote --- content/quotes/frederick-dunn/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/frederick-dunn/index.md diff --git a/content/quotes/frederick-dunn/index.md b/content/quotes/frederick-dunn/index.md new file mode 100644 index 0000000..9b64798 --- /dev/null +++ b/content/quotes/frederick-dunn/index.md @@ -0,0 +1,10 @@ ++++ +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." From 4e7544ab7d8c2093da09db32a522e320a8c42319 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:11:03 -0300 Subject: [PATCH 10/25] Chief Joseph quote --- content/quotes/chief-joseph/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/chief-joseph/index.md diff --git a/content/quotes/chief-joseph/index.md b/content/quotes/chief-joseph/index.md new file mode 100644 index 0000000..79409d1 --- /dev/null +++ b/content/quotes/chief-joseph/index.md @@ -0,0 +1,11 @@ ++++ +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." + From 48438b49026a32f57aa3c1767986a37052c90170 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:14:28 -0300 Subject: [PATCH 11/25] Random quote --- content/quotes/random/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index 0021cc2..ccdabe1 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -15,3 +15,5 @@ tags = ["quotes", "graffiti"] > "People change and forget to tell each other." -- a marquee at a fucking carpet cleaning store + +> "Misery loves company, but company does not reciprocate." From 3598e749a879bc540b7b861962af402b5c3795aa Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:19:55 -0300 Subject: [PATCH 12/25] Rich Hall quote --- content/quotes/rich-hall/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/quotes/rich-hall/index.md diff --git a/content/quotes/rich-hall/index.md b/content/quotes/rich-hall/index.md new file mode 100644 index 0000000..a551864 --- /dev/null +++ b/content/quotes/rich-hall/index.md @@ -0,0 +1,14 @@ ++++ +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 + From 884fb67004a4c67894f00e06a7d961b2343cf07a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:22:11 -0300 Subject: [PATCH 13/25] James Dean quote --- content/quotes/james-dean/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/james-dean/index.md diff --git a/content/quotes/james-dean/index.md b/content/quotes/james-dean/index.md new file mode 100644 index 0000000..1b735d6 --- /dev/null +++ b/content/quotes/james-dean/index.md @@ -0,0 +1,9 @@ ++++ +title = "James Dean" +weight = 106 + +[taxonomies] +tags = ["quotes", "james dean", "death"] ++++ + +> "Live fast, die young, and leave a good looking corpse." From 83f09bfddcf00cdd62fc72bb7369bcf6223fa164 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:23:35 -0300 Subject: [PATCH 14/25] Monty Python quote --- content/quotes/monty-python/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/monty-python/index.md diff --git a/content/quotes/monty-python/index.md b/content/quotes/monty-python/index.md new file mode 100644 index 0000000..cb25039 --- /dev/null +++ b/content/quotes/monty-python/index.md @@ -0,0 +1,9 @@ ++++ +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!" From cd6fda78363fa852114d4f48babcd1d57cb8c799 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:24:32 -0300 Subject: [PATCH 15/25] Random quote --- content/quotes/random/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/quotes/random/index.md b/content/quotes/random/index.md index ccdabe1..a96a345 100644 --- a/content/quotes/random/index.md +++ b/content/quotes/random/index.md @@ -17,3 +17,5 @@ tags = ["quotes", "graffiti"] -- a marquee at a fucking carpet cleaning store > "Misery loves company, but company does not reciprocate." + +> "Preserve the old, but know the new." From e7c9eb7d6c59c942378dd1f4e50b57e5024f8130 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:29:03 -0300 Subject: [PATCH 16/25] Theodore Sturgeon quote --- content/quotes/theodore-sturgeon/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/theodore-sturgeon/index.md diff --git a/content/quotes/theodore-sturgeon/index.md b/content/quotes/theodore-sturgeon/index.md new file mode 100644 index 0000000..c7e4560 --- /dev/null +++ b/content/quotes/theodore-sturgeon/index.md @@ -0,0 +1,9 @@ ++++ +title = "Theodore Sturgeon" +weight = 201 + +[taxonomies] +tags = ["quotes", "theodore sturgeon", "quality"] ++++ + +> "Ninety percent of everything is crap." From c7110f8e1c9addd54db1433d11b96f7fa925fa69 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:32:03 -0300 Subject: [PATCH 17/25] Confucius quote --- content/quotes/confucius/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/confucius/index.md diff --git a/content/quotes/confucius/index.md b/content/quotes/confucius/index.md new file mode 100644 index 0000000..1f96498 --- /dev/null +++ b/content/quotes/confucius/index.md @@ -0,0 +1,10 @@ ++++ +title = "Confucius" +weight = 99 + +[taxonomies] +tags = ["quotes", "confucius", "virtues"] ++++ + +> "Virtue is not left to stand alone. He who practices it will have +> neighbors." From 5cb83185c34a8376544940f945563a0fbab9ade0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:35:46 -0300 Subject: [PATCH 18/25] Lewis Carroll quote --- content/quotes/lewis-carroll/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/lewis-carroll/index.md diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md new file mode 100644 index 0000000..dbf445c --- /dev/null +++ b/content/quotes/lewis-carroll/index.md @@ -0,0 +1,11 @@ ++++ +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." + From 9a6e8d1cda327c153b23fb9266b24d949e8c5ece Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:37:23 -0300 Subject: [PATCH 19/25] Winston Churchill quote --- content/quotes/winston-churchill/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/winston-churchill/index.md diff --git a/content/quotes/winston-churchill/index.md b/content/quotes/winston-churchill/index.md new file mode 100644 index 0000000..a77f5ae --- /dev/null +++ b/content/quotes/winston-churchill/index.md @@ -0,0 +1,11 @@ ++++ +title = "Winston Churchill" +weight = 119 + +[taxonomies] +tags = ["quotes", "winston churchill", "churchill", "administration"] ++++ + +> "An efficient and a successful administration manifests itself equally in +> small as in great matters." + From c5026d3c16868fd21a976fdc3b6026e75377ac5e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:39:15 -0300 Subject: [PATCH 20/25] Bertolt Brecht quote --- content/quotes/bertolt-brecht/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/quotes/bertolt-brecht/index.md diff --git a/content/quotes/bertolt-brecht/index.md b/content/quotes/bertolt-brecht/index.md new file mode 100644 index 0000000..c60ad24 --- /dev/null +++ b/content/quotes/bertolt-brecht/index.md @@ -0,0 +1,13 @@ ++++ +title = "Bertolt Brecht" +weight = 98 + +[taxonomies] +tags = ["quotes", "bertolt brecht", "heroes"] ++++ + +> Andrea: Unhappy the land that has no heroes. +> +> Galileo: No, unhappy the land that _needs_ heroes. +-- "Life of Galileo" + From 7f5025846b3e607c7445e5ffe98c8b219485b39b Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:43:47 -0300 Subject: [PATCH 21/25] Aldous Huxley quote --- content/quotes/aldous-huxley/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/quotes/aldous-huxley/index.md diff --git a/content/quotes/aldous-huxley/index.md b/content/quotes/aldous-huxley/index.md new file mode 100644 index 0000000..71c1b39 --- /dev/null +++ b/content/quotes/aldous-huxley/index.md @@ -0,0 +1,13 @@ ++++ +title = "Aldous Huxley" +weight = 97 + +[taxonomies] +tags = ["quotes", "aldous huxley", "dictatorship"] ++++ + +> "The perfect dictatorship would have the appeareance of a democracy, but +> would basically be a prison without walls in which the prisoners would not +> even dream of escaping. It would essentially be a system of slavery where, +> thought consumption and entertainment, the slaves would love their +> servitudes." From e47c7ccdb824e029df47263b3ebab89252a7cf82 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:48:21 -0300 Subject: [PATCH 22/25] Lewis Carroll quote --- content/quotes/lewis-carroll/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/quotes/lewis-carroll/index.md b/content/quotes/lewis-carroll/index.md index dbf445c..52fe662 100644 --- a/content/quotes/lewis-carroll/index.md +++ b/content/quotes/lewis-carroll/index.md @@ -9,3 +9,6 @@ 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" From 28fc43cb10ea609d75effcb76b8a1dd88b10d037 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:49:24 -0300 Subject: [PATCH 23/25] Dave Barry quote --- content/quotes/dave-barry/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/quotes/dave-barry/index.md diff --git a/content/quotes/dave-barry/index.md b/content/quotes/dave-barry/index.md new file mode 100644 index 0000000..83a3db8 --- /dev/null +++ b/content/quotes/dave-barry/index.md @@ -0,0 +1,9 @@ ++++ +title = "Dave Barry" +weight = 100 + +[taxonomies] +tags = ["quotes", "dave barry", "warnings"] ++++ + +> "The following is not for the weak of heart or Fundamentalists." From b137a673ef8f0487b34a317b88248382db9a974c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:52:54 -0300 Subject: [PATCH 24/25] Irving Howe quote --- content/quotes/irving-howe/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/quotes/irving-howe/index.md diff --git a/content/quotes/irving-howe/index.md b/content/quotes/irving-howe/index.md new file mode 100644 index 0000000..ef2e287 --- /dev/null +++ b/content/quotes/irving-howe/index.md @@ -0,0 +1,10 @@ ++++ +title = "Irving Howe" +weight = 105 + +[taxonomies] +tags = ["quotes", "irving howe", "knowledge", "innocence"] ++++ + +> "The knowledge that makes us cherish innocence makes innocence +> unattainable." From 5686cb11cf806042ba1a975b51835b23445bf492 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 11 Jun 2020 19:55:34 -0300 Subject: [PATCH 25/25] Bertrand Russell quote --- content/quotes/bertrand-russell/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/bertrand-russell/index.md diff --git a/content/quotes/bertrand-russell/index.md b/content/quotes/bertrand-russell/index.md new file mode 100644 index 0000000..825acc6 --- /dev/null +++ b/content/quotes/bertrand-russell/index.md @@ -0,0 +1,11 @@ ++++ +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." +