mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor with documentation
This commit is contained in:
parent
1366f1e294
commit
1ed0ff3917
3 changed files with 4 additions and 3 deletions
|
@ -17,8 +17,8 @@ title: Gancio
|
||||||
email: gancio@cisti.org
|
email: gancio@cisti.org
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
A shared agenda for local communities
|
A shared agenda for local communities
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "/gancio" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://prove.fugadalcontrollo.org" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
#twitter_username: jekyllrb
|
#twitter_username: jekyllrb
|
||||||
#github_username: jekyll
|
#github_username: jekyll
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ permalink: /
|
||||||
A shared agenda for local communities.
|
A shared agenda for local communities.
|
||||||
{: .fs-6 }
|
{: .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 }
|
[Source](https://git.lattuga.net/cisti/gancio){: .btn .fs-5 }
|
||||||
|
|
||||||
<iframe width="800" height="500" sandbox="allow-same-origin allow-scripts" src="https://spacepub.space/videos/embed/9745bffc-e1e8-416d-9b08-fbc5e4c803b3?muted=1&title=0" frameborder="0" allowfullscreen></iframe>
|
<iframe width="800" height="500" sandbox="allow-same-origin allow-scripts" src="https://spacepub.space/videos/embed/9745bffc-e1e8-416d-9b08-fbc5e4c803b3?muted=1&title=0" frameborder="0" allowfullscreen></iframe>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"start": "cross-env NODE_ENV=production node server/cli.js",
|
"start": "cross-env NODE_ENV=production node server/cli.js",
|
||||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||||
|
"doc": "cd docs && bundle exec jekyll b",
|
||||||
"precommit": "npm run lint",
|
"precommit": "npm run lint",
|
||||||
"migrate:dev": "sequelize db:migrate",
|
"migrate:dev": "sequelize db:migrate",
|
||||||
"migrate": "NODE_ENV=production sequelize db:migrate"
|
"migrate": "NODE_ENV=production sequelize db:migrate"
|
||||||
|
|
Loading…
Reference in a new issue