Skip to content
Snippets Groups Projects
Commit 1d5f2220 authored by Julien Taquet's avatar Julien Taquet
Browse files

update backend

parent b4369ffa
No related branches found
No related tags found
No related merge requests found
Pipeline #51686 passed with stages
in 1 minute and 23 seconds
--- ---
published: true
title: Coko EU title: Coko EU
date: 2023-03-25 date: 2023-03-25
published: true
intro: |- intro: |-
\ \
We have just opened a Coko not-for-profit branch in France. We have just opened a Coko not-for-profit branch in France.
...@@ -10,11 +10,18 @@ video: "" ...@@ -10,11 +10,18 @@ video: ""
icon: /static/images/uploads/coko-eu-stars.png icon: /static/images/uploads/coko-eu-stars.png
image: /static/images/uploads/coko-eu-stars.png image: /static/images/uploads/coko-eu-stars.png
--- ---
\
Coko already has a lot of activity in Europe, with many EU based partners and the original development team coming from Greece and Slovenia. However the new French based organisation allows us to have a European administrative base for Coko operations.\
\ Coko already has a lot of activity in Europe, with many EU based partners and the original development team coming from Greece and Slovenia. However the new French based organisation allows us to have a European administrative base for Coko operations.
Coko Founder Adam Hyde is the president of the new branch and Coko advisory board member Charles Henri Schulz the vice president.\
\
Coko will retain the US organisation fiscally sponsored by Aspiration for almost all of its current operations. The new branch in France will be for some new projects, particularly centred around the development of the Kotahi and CokoDocs products.\
\ Coko Founder Adam Hyde is the president of the new branch and Coko advisory board member Charles Henri Schulz the vice president.
Coko will retain the US organisation fiscally sponsored by Aspiration for almost all of its current operations. The new branch in France will be for some new projects, particularly centred around the development of the Kotahi and CokoDocs products.
Many thanks to Laurent Sakka for helping us set up our Coko France organisation! Many thanks to Laurent Sakka for helping us set up our Coko France organisation!
...@@ -12,30 +12,34 @@ backend: ...@@ -12,30 +12,34 @@ backend:
base_url: https://gitlab.coko.foundation base_url: https://gitlab.coko.foundation
auth_endpoint: oauth/authorize auth_endpoint: oauth/authorize
site_domain: https://coko.foundation/ site_domain: https://coko.foundation/
# name: git-gateway
# local_backend: true # for local update # local_backend: true # for local update
# publish_mode: editorial_workflow #remove editorial workflow as its in beta for gitlab editor:
preview: true
media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads media_folder: "static/images/uploads" # Media files will be stored in the repo under images/uploads
collections: collections:
- name: "blog" - name: "blog"
label: "Blog" # Used in the UI label: "Blog entry" # Used in the UI
folder: "src/blog/posts/" # The path to the folder where the documents are stored folder: "src/blog/posts/" # The path to the folder where the documents are stored
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
create: true create: true
fields: sortable_fields:
- label: "Date" fields: ["date", "title"]
name: "date" default:
widget: "datetime" field: date
format: "yyyy-MM-dd" direction: Ascendingd
fields:
- label: "published" - label: "published"
name: "published" name: "published"
widget: "boolean" widget: "boolean"
required: true required: true
default: true default: false
- label: "Title" - label: "Title"
name: "title" name: "title"
widget: "string" widget: "string"
- label: "Date"
name: "date"
widget: "datetime"
format: "yyyy-MM-dd"
- label: "Intro" - label: "Intro"
required: false required: false
name: "intro" name: "intro"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment