diff options
| author | Fuwn <[email protected]> | 2022-04-25 01:01:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-25 01:01:39 -0700 |
| commit | e6e597d6c904b72ecdfe3c01eb15e1ea90df6066 (patch) | |
| tree | 39a25f149caac2c4d9bbf53605c3a20ab8b4d47d | |
| parent | ci(docker): build with fleet (diff) | |
| download | locus-e6e597d6c904b72ecdfe3c01eb15e1ea90df6066.tar.xz locus-e6e597d6c904b72ecdfe3c01eb15e1ea90df6066.zip | |
feat(quotes): add a quote
| -rw-r--r-- | content/json/quotes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/json/quotes.json b/content/json/quotes.json index 19bb648..0466d05 100644 --- a/content/json/quotes.json +++ b/content/json/quotes.json @@ -17,5 +17,6 @@ "Free software' is a matter of liberty, not price. To understand the concept, you should think of 'free' as in 'free speech,' not as in 'free beer'. - Richard Stallman", "You can use any editor you want, but remember that vi vi vi is the text editor of the beast. - Richard Stallman", "Free software is software that respects your freedom and the social solidarity of your community. So it's free as in freedom. - Richard Stallman", - "Sharing is good, and with digital technology, sharing is easy. - Richard Stallman" + "Sharing is good, and with digital technology, sharing is easy. - Richard Stallman", + "Don't cry because it's over. Smile because it happened. - Dr. Seuss" ]
\ No newline at end of file |