diff --git a/.gitignore b/.gitignore index 48370ec6..04927aff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -/data/db.sqlite +/data +/locale/*/db.sqlite /daemonise.json /daemonise.log diff --git a/README.md b/README.md index 10085c23..3cba9be9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ $ yarn install # configure environment $ cp .env.dist .env $ nano .env +$ ln -s locale/pl data # or other locale $ node server/initDb.js # serve with hot reload at localhost:3000 @@ -26,5 +27,5 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu ## Copyright - * **Author:** Andrea Prusinowski [(Avris.it)](https://avris.it) + * **Author:** Andrea [(Avris.it)](https://avris.it) * **Licence:** [MIT](https://mit.avris.it) diff --git a/components/About.vue b/components/About.vue deleted file mode 100644 index 558a3c4e..00000000 --- a/components/About.vue +++ /dev/null @@ -1,55 +0,0 @@ - diff --git a/components/Footer.vue b/components/Footer.vue index ca80b90b..8a527e32 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -4,22 +4,19 @@

- Autorza strony: + contact.authors:

- Kod jest - udostępniony - na licencji - MIT. + footer.source

- Kontakt, social media, wsparcie: + footer.links:

diff --git a/components/Header.vue b/components/Header.vue index 6168c6b0..362f2596 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -3,7 +3,7 @@

- Zaimki.pl + title

@@ -27,15 +27,17 @@