diff --git a/themes/lumbung-theme/layouts/index.html b/themes/lumbung-theme/layouts/index.html index 4227dd2..0f9408f 100644 --- a/themes/lumbung-theme/layouts/index.html +++ b/themes/lumbung-theme/layouts/index.html @@ -1,82 +1,32 @@ {{ define "main" }}
-
lumbung.space is a social and publishing platform for sharing harvests by all members online. It is non-extractive, co governed by the users, and is built on open platforms.
-
-
- - harvest -

harvest

-
-

Digital timeline of harvests for collective learning

-
+
+{{ range (.Paginate (.Site.RegularPages.GroupByDate "January 2006") 20 ).PageGroups }} -
- - calendar -

calendar

-
-

Watch out for upcoming lumbung programs on our open-source calendar

-
- -
- - tv -

tv

-
-

Video archive. Watch or upload videos or start a livestream

-
- -
- - social -

social

-
-

Like twitter but for us! Jokes, announcements, chitchat

-
- -
- - lumbung.pen -

pen

-
-

Write and publish longer texts.

-
- -
- - shouts -

shouts

-
-

lumbung members and artists share content from their ekosistems

-
- -
- - kios -

kios

-
-

Network of decentralized and self-run Kios to sell products at different locations

-
- -
- - gallery -

gallery

-
-

Collectively governed, non speculative, and regenerative gallery of the lumbung network

-
- -
- - lumbung.books -

books

-
-

Archive of publications. Share, read or download PDFs and ebooks

-
- + {{ .Key }} + {{ range .Pages }} + {{ if in .Params.categories "tv"}} + {{- partial "video_box.html" . -}} + {{ else if in .Params.categories "calendar" }} + {{- partial "calendar_card.html" . -}} + {{ else if in .Params.categories "network" }} + {{- partial "network_card.html" . -}} + {{ else if in .Params.categories "pen" }} + {{- partial "pen_card.html" . -}} + {{ else if in .Params.categories "shouts" }} + {{- partial "shout_card.html" . -}} + {{ else if in .Params.categories "books.lumbung.space"}} + {{- partial "book_card.html" . -}} + {{ else }} + {{- partial "card.html" . -}} + {{ end }} + {{ end }} + {{ end }}
- +
@@ -85,5 +35,4 @@
-{{ end }} - +{{ end }} \ No newline at end of file