From 3718f811900d91ac478bd214be79ddeb2877af17 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 16 Nov 2018 02:09:59 +0300 Subject: [PATCH] Add new post --- source/_posts/fediverse-glossary.md | 22 +++++++++++++++++++ .../source/assets/scss/partials/_layout.scss | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 source/_posts/fediverse-glossary.md diff --git a/source/_posts/fediverse-glossary.md b/source/_posts/fediverse-glossary.md new file mode 100644 index 0000000..c543cb0 --- /dev/null +++ b/source/_posts/fediverse-glossary.md @@ -0,0 +1,22 @@ + +--- +layout: "post" +title: "Fediverse glossary" +date: 2018-11-16 +tags: + - fediverse +preview: "Have a look at this extensive glossary about Fediverse" +url: "https://tilde.town/%7Epetegozz/Fediverse_Glossary" +lang: en +--- + +[Peter Gossner](https://pleroma.tilde.zone/users/petegozz) wrote an extensive Fediverse tech [glossary](https://tilde.town/%7Epetegozz/Fediverse_Glossary). Here's the **Dedication** excerpt: + + "For Artists and Hackers, Academics, and Admins. + For Humans who Grok stuff. Those self taught, and persistent. + For those who build for Us: Tools to own and run. + For People in Community: Who will not be a Commodity, + For Our Internet, And all who sail on her. + Useful may it be. Save time may it much". + +This is the right time to notice that *fediverse.party* is looking for authors! Anyone who would like to write about federated social platforms in a simple, user-friendly way, please, see the [issue](https://gitlab.com/fediverse/fediverse.gitlab.io/issues/16) for details. One-time contributions, series of posts, a best-seller book about Fediverse... You name it. Fediverse Chronicles are waiting for you! diff --git a/themes/starter/source/assets/scss/partials/_layout.scss b/themes/starter/source/assets/scss/partials/_layout.scss index f76ca00..d2fbb47 100644 --- a/themes/starter/source/assets/scss/partials/_layout.scss +++ b/themes/starter/source/assets/scss/partials/_layout.scss @@ -68,6 +68,10 @@ small { font-size: .85rem; } +pre { + margin-left: 1.3em; +} + code, pre { line-height: 1.5;