diff --git a/config.toml b/config.toml index c57445c..31031dc 100644 --- a/config.toml +++ b/config.toml @@ -6,3 +6,6 @@ theme = "lumbung-theme" [params] logo = "/img/logo.svg" favicon = "/img/favicon.ico" + +[markup.goldmark.renderer] +unsafe = true diff --git a/content/about.md b/content/about.md index 71d9164..f5d9b76 100644 --- a/content/about.md +++ b/content/about.md @@ -4,6 +4,8 @@ date: 2022-01-17T11:11:58+01:00 hidden: true --- + + lumbung.space is an experimental social and publishing platform by and for the lumbung artists and lumbung members. It is a (digital) living room for our collective lumbung building process that allows us to connect, support each other, and also share knowledge collectively. It is built on open platforms, cooperative governance, and as a community infrastructure meant for our practices to develop and thrive. As a project, lumbung.space is an experiment for artist-initiated digital platforms and part of the process towards documenta fifteen. After documenta—the strive is for lumbung.space to be sustained as a shared resources for the lumbung inter-lokal.  lumbung.space is a space for learning: currently, the working group is trying to find out what a social platform for a lumbung practice looks like; as we recognize that we don't want our practices to be subject to, or dependent upon extractive, exploitative digital infrastructures. Making lumbung.space to be a platform that is owned and operated by the community of users themselves: which means us! (and not a service that is run by a corporation). We are working with [Autonomic Co-operative](https://autonomic.zone) who is part of the [Co-op Cloud](https://coopcloud.tech) initiative where our learnings feedback into, allowing other collectives to set up similar infrastructures. diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 7eba0a0..989081f 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -824,3 +824,12 @@ footer a:hover { font-size: 26px; } } + +/* about styles */ + +#about-img { + width: 50%; + height: auto; + display:block; + margin:auto; +} diff --git a/themes/lumbung-theme/static/img/ade.jpeg b/themes/lumbung-theme/static/img/ade.jpeg new file mode 100644 index 0000000..3f24981 Binary files /dev/null and b/themes/lumbung-theme/static/img/ade.jpeg differ