diff --git a/_includes/navigation.liquid b/_includes/navigation.liquid index be7c622..7ae160d 100644 --- a/_includes/navigation.liquid +++ b/_includes/navigation.liquid @@ -3,8 +3,8 @@ diff --git a/_scss/_formatting.scss b/_scss/_formatting.scss index 0f568a5..337aa0f 100644 --- a/_scss/_formatting.scss +++ b/_scss/_formatting.scss @@ -15,3 +15,10 @@ ul, ol { color: $background-color; background: $foreground-color; } + +code { + font-family: 'Fira Code', monospace; + border-radius: 5px; + padding: 2px; + background-color: scale-color($background-color, $lightness: -5%); +} diff --git a/contact.md b/contact.md new file mode 100644 index 0000000..9340fcc --- /dev/null +++ b/contact.md @@ -0,0 +1,11 @@ +--- +layout: default.liquid +--- + +You can submit bug reports, feature requests, and similar things via our [Github](https://github.com/23marabi/hermes-site/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). + +You can also join our Matrix room, [#hermes:chat.is-cute.ml](https://matrix.to/#/#hermes:chat.is-cute.ml). + +Or if you want to email us: + +**Erin:** `contact [at] the-system [dot] eu [dot] org` diff --git a/download.md b/download.md new file mode 100644 index 0000000..d53206e --- /dev/null +++ b/download.md @@ -0,0 +1,9 @@ +--- +layout: default.liquid +--- + +Uhmm, nothing here yet. Eventually we'll have links for downloads for various platforms. + +ARM, x86, Pinephone, whatever. + +Probably will link to somewhere for nightly builds too, we'll see.