pidgin/nest

Small tweaks to website copy

2021-04-09, Elliott Sales de Andrade
01a3fd21031f
Parents cd87c95d31ba
Children 9389f46e80f9
Small tweaks to website copy

* Make some minor corrections to readme.
* Tweak layout of 'perfection' quote.

Reviewed at https://reviews.imfreedom.org/r/603/
--- a/hugo/content/development/design-guidelines.md Fri Apr 09 01:03:14 2021 -0500
+++ b/hugo/content/development/design-guidelines.md Fri Apr 09 01:03:19 2021 -0500
@@ -35,7 +35,9 @@
## Simpler Is Better
> Perfection is achieved, not when there is nothing more to add, but when there
- is nothing left to take away. --Antoine de Saint-Exupery
+ is nothing left to take away.
+>
+> ---Antoine de Saint-Exupery
In general we try to keep the code and the user interface simple. Especially
when it comes to preferences in the UI. Pidgin should be as streamlined as
--- a/readme.md Fri Apr 09 01:03:14 2021 -0500
+++ b/readme.md Fri Apr 09 01:03:19 2021 -0500
@@ -1,8 +1,8 @@
# Pidgin Nest
-The place we like call home.
+The place we like to call home.
-This repository contains the source for the next generation site for pidgin.im.
+This repository contains the source for the https://pidgin.im/ site.
## Dependencies
@@ -10,6 +10,7 @@
[here](https://gohugo.io/getting-started/installing/)
## Developing Docs
+
To start development server run:
`hugo server -s hugo -D --disableFastRender -v --verboseLog --noHTTPCache --i18n-warnings`
@@ -37,7 +38,7 @@
To disable **Copy Code to Clipboard** the `disableInlineCopyToClipBoard` switch
can be used either in **config** `[params]` **or** in the front matter of the
-individual page
+individual page.
## Tools
@@ -50,7 +51,7 @@
![](docs/images/notifications.png)
-Notifications are configured in `hugo/config.toml`
+Notifications are configured in `hugo/config.toml`:
```toml
[params]
@@ -61,7 +62,7 @@
- `notificationMessage` is the message and is fully HTML
- `notificationCode` is used as the key to remember if the notification has been cleared
-If Either of these are unset, the template will not render
+If either of these are unset, the template will not render.
The notification template is rendered `display: none` in the
`hugo/layouts/partials/custom-footer.html`, and then hoisted to the top of the