diff --git a/.gitignore b/.gitignore index 7f07453b..982f1d78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Created by .ignore support plugin (hsz.mobi) ### Gancio dev configuration +releases +wp-plugin/wpgancio config/development.json gancio_config.json config.json diff --git a/assets/style.less b/assets/style.less index 984fe181..7eb095ff 100644 --- a/assets/style.less +++ b/assets/style.less @@ -72,7 +72,7 @@ li { overflow: hidden; margin: 0.5rem 1rem 0.5rem 1rem; font-size: 1.1em !important; - line-height: 1em !important; + line-height: 1.1em !important; } .body { diff --git a/docs/contact.md b/docs/contact.md index c6274cb6..219d21fe 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -7,5 +7,8 @@ nav_order: 9 ## Contacts -### :elephant: Mastodon ⇒ [@gancio@mastodon.cisti.org](https://mastodon.cisti.org/@gancio) + +- :elephant: Mastodon ⇒ [@gancio@mastodon.cisti.org](https://mastodon.cisti.org/@gancio) +- :email: Email ⇒ [info@cisti.org](mailto:info@cisti.org) +- IRC ⇒ #gancio @ irc.autistici.org (sometimes...) diff --git a/docs/install/debian.md b/docs/install/debian.md index 0079f240..b61c84d8 100644 --- a/docs/install/debian.md +++ b/docs/install/debian.md @@ -19,7 +19,7 @@ apt-get update && apt-get install yarn 1. Install Gancio ```bash -yarn global add --silent {{site.url}}{% link /latest.tgz %} 2> /dev/null +yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null ``` 1. Setup with postgreSQL __(optional as you can choose sqlite)__ @@ -64,6 +64,6 @@ sudo pm2 startup -u gancio ## Upgrade ```bash -sudo yarn global add --silent {{site.url}}{% link /latest.tgz %} 2> /dev/null +sudo yarn global add --silent {{site.url}}/latest.tgz 2> /dev/null sudo service pm2 restart ``` diff --git a/docs/install/docker.md b/docs/install/docker.md index 9d168c7f..caa4ad52 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -79,7 +79,7 @@ cd ~ cd /etc/nginx/sites-available ``` -1. [Setup nginx as a proxy]({% link install/nginx.md %} +1. [Setup nginx as a proxy]({% link install/nginx.md %}) 1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada: diff --git a/docs/install/nginx.md b/docs/install/nginx.md index b3847578..46ba58cd 100644 --- a/docs/install/nginx.md +++ b/docs/install/nginx.md @@ -1,4 +1,4 @@ ---- +t--- layout: default title: Nginx setup permalink: /install/nginx diff --git a/layouts/default.vue b/layouts/default.vue index 103829f9..d2eca62d 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,10 +1,10 @@