From 25f5969d69b1efb360ebdd722fb335851d2bed49 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 4 Dec 2020 19:29:35 +0100 Subject: [PATCH] =?UTF-8?q?Translate=20every=20texts=20=F0=9F=8C=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 8 +-- assets/css/tailwind.css | 2 +- components/EnvListItem.vue | 2 +- components/Experience.vue | 9 +-- components/Footer.vue | 15 +++-- components/Formation.vue | 13 ++-- components/Header.vue | 10 ++-- components/Post.vue | 14 ++--- pages/about.vue | 119 ++++++++++++++++--------------------- pages/blog/_id.vue | 93 +++++++++++++++++++++++++---- pages/blog/index.vue | 61 +++++++++---------- pages/contact.vue | 40 ++++++++----- pages/index.vue | 2 +- pages/work/index.vue | 10 +--- 14 files changed, 219 insertions(+), 179 deletions(-) diff --git a/.env b/.env index 6f0f01e..a749c47 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -NGROK_AUTHTOKEN= -NGROK_AUTH_USER= -NGROK_AUTH_PASS= -NGROK_PORT= +NGROK_AUTHTOKEN=1j9ChbeTgXGJCwljwaWe8YHAE2E_53SDci36mXTRGuiyeW2vH +NGROK_AUTH_USER=admin +NGROK_AUTH_PASS=admin +NGROK_PORT=3333 diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index b7684af..38191fb 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,5 +1,5 @@ @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); -@import "style.scss"; +@import "./style.scss"; @tailwind base; @tailwind components; diff --git a/components/EnvListItem.vue b/components/EnvListItem.vue index ab49cb8..d0dce30 100644 --- a/components/EnvListItem.vue +++ b/components/EnvListItem.vue @@ -1,6 +1,6 @@