From 1ed0ff3917f9ef67ba1507e5171cc1c7eda36b6c Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 17 Jul 2019 11:04:08 +0200 Subject: [PATCH] minor with documentation --- docs/_config.yml | 4 ++-- docs/index.md | 2 +- package.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 206fe112..0066e4db 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,8 +17,8 @@ title: Gancio email: gancio@cisti.org description: >- # this means to ignore newlines until "baseurl:" A shared agenda for local communities -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/gancio" # the subpath of your site, e.g. /blog +url: "https://prove.fugadalcontrollo.org" # the base hostname & protocol for your site, e.g. http://example.com #twitter_username: jekyllrb #github_username: jekyll diff --git a/docs/index.md b/docs/index.md index e44177ef..b239ee75 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ permalink: / A shared agenda for local communities. {: .fs-6 } -[Get started now](/setup){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Demo](https://gancio.cisti.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 } +[Get started now](/setup){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [Demo](https://demo.fugadalcontrollo.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 } [Source](https://git.lattuga.net/cisti/gancio){: .btn .fs-5 } diff --git a/package.json b/package.json index 101b7b5a..fe91b959 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build": "nuxt build", "start": "cross-env NODE_ENV=production node server/cli.js", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", + "doc": "cd docs && bundle exec jekyll b", "precommit": "npm run lint", "migrate:dev": "sequelize db:migrate", "migrate": "NODE_ENV=production sequelize db:migrate"