mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Remove unused layouts, edit data
This commit is contained in:
parent
e8aaf3a50c
commit
d4fe9b8687
|
@ -26,7 +26,7 @@
|
||||||
"mobile": "",
|
"mobile": "",
|
||||||
"devTutorials": "https://framagit.org/macgirvin/osada/blob/master/install/INSTALL.txt",
|
"devTutorials": "https://framagit.org/macgirvin/osada/blob/master/install/INSTALL.txt",
|
||||||
"mascot": [{"item": "?"}],
|
"mascot": [{"item": "?"}],
|
||||||
"dwellers": "",
|
"dwellers": "?",
|
||||||
"communities": "",
|
"communities": "",
|
||||||
"descr": "Osada is a general-purpose social network that provides such essential features as photo albums, file storage and groups / forums",
|
"descr": "Osada is a general-purpose social network that provides such essential features as photo albums, file storage and groups / forums",
|
||||||
"connections": ["Friendica", "Hubzilla", "Mastodon", "Pleroma", "PeerTube", "Misskey"],
|
"connections": ["Friendica", "Hubzilla", "Mastodon", "Pleroma", "PeerTube", "Misskey"],
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
"mobile": "https://github.com/glitchpizza/morii",
|
"mobile": "https://github.com/glitchpizza/morii",
|
||||||
"devTutorials": "https://github.com/pixelfed/pixelfed#installation",
|
"devTutorials": "https://github.com/pixelfed/pixelfed#installation",
|
||||||
"mascot": [{"item": "?"}],
|
"mascot": [{"item": "?"}],
|
||||||
"dwellers": "",
|
"dwellers": "?",
|
||||||
"communities": "",
|
"communities": "",
|
||||||
"descr": "Pixelfed is an image sharing platform with modern user interface.",
|
"descr": "Pixelfed is an image sharing platform with modern user interface.",
|
||||||
"connections": ["Mastodon", "Pleroma"],
|
"connections": ["Friendica", "Hubzilla", "Mastodon", "Pleroma"],
|
||||||
"donate": "https://www.patreon.com/dansup",
|
"donate": "https://www.patreon.com/dansup",
|
||||||
"tracker": "https://github.com/dansup/pixelfed/issues",
|
"tracker": "https://github.com/dansup/pixelfed/issues",
|
||||||
"bounty": "",
|
"bounty": "",
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
|
|
||||||
---
|
|
||||||
layout: layout
|
|
||||||
---
|
|
||||||
|
|
||||||
<%
|
|
||||||
const data = site.data.ganggo.data;
|
|
||||||
%>
|
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
|
||||||
|
|
||||||
<main class="contents network">
|
|
||||||
|
|
||||||
<%- partial('_partial/header') %>
|
|
||||||
|
|
||||||
<div class="section-wrapper">
|
|
||||||
|
|
||||||
<%- partial('_partial/generalinfo') %>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%- partial('_partial/world') %>
|
|
||||||
<br>
|
|
||||||
<%- partial('_partial/contributing') %>
|
|
||||||
|
|
||||||
<%- partial('_partial/buttons') %>
|
|
||||||
</main>
|
|
|
@ -1,27 +0,0 @@
|
||||||
|
|
||||||
---
|
|
||||||
layout: layout
|
|
||||||
---
|
|
||||||
|
|
||||||
<%
|
|
||||||
const data = site.data.misskey.data;
|
|
||||||
%>
|
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
|
||||||
|
|
||||||
<main class="contents network">
|
|
||||||
|
|
||||||
<%- partial('_partial/header') %>
|
|
||||||
|
|
||||||
<div class="section-wrapper">
|
|
||||||
|
|
||||||
<%- partial('_partial/generalinfo') %>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%- partial('_partial/world') %>
|
|
||||||
<br>
|
|
||||||
<%- partial('_partial/contributing') %>
|
|
||||||
|
|
||||||
<%- partial('_partial/buttons') %>
|
|
||||||
</main>
|
|
|
@ -1,25 +0,0 @@
|
||||||
|
|
||||||
---
|
|
||||||
layout: layout
|
|
||||||
---
|
|
||||||
|
|
||||||
<%
|
|
||||||
const data = site.data.osada.data;
|
|
||||||
%>
|
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
|
||||||
|
|
||||||
<main class="contents network">
|
|
||||||
|
|
||||||
<%- partial('_partial/header') %>
|
|
||||||
|
|
||||||
<div class="section-wrapper">
|
|
||||||
<%- partial('_partial/generalinfo') %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%- partial('_partial/world') %>
|
|
||||||
<br>
|
|
||||||
<%- partial('_partial/contributing') %>
|
|
||||||
|
|
||||||
<%- partial('_partial/buttons') %>
|
|
||||||
</main>
|
|
|
@ -1,26 +0,0 @@
|
||||||
|
|
||||||
---
|
|
||||||
layout: layout
|
|
||||||
---
|
|
||||||
|
|
||||||
<%
|
|
||||||
const data = site.data.peertube.data;
|
|
||||||
const servers = data.servers;
|
|
||||||
%>
|
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
|
||||||
|
|
||||||
<main class="contents network">
|
|
||||||
|
|
||||||
<%- partial('_partial/header') %>
|
|
||||||
|
|
||||||
<div class="section-wrapper">
|
|
||||||
<%- partial('_partial/generalinfo') %>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%- partial('_partial/world') %>
|
|
||||||
<br>
|
|
||||||
<%- partial('_partial/contributing') %>
|
|
||||||
|
|
||||||
<%- partial('_partial/buttons') %>
|
|
||||||
</main>
|
|
|
@ -1,27 +0,0 @@
|
||||||
|
|
||||||
---
|
|
||||||
layout: layout
|
|
||||||
---
|
|
||||||
|
|
||||||
<%
|
|
||||||
const data = site.data.socialhome.data;
|
|
||||||
%>
|
|
||||||
|
|
||||||
<%- partial('_partial/heroheader') %>
|
|
||||||
|
|
||||||
<main class="contents network">
|
|
||||||
|
|
||||||
<%- partial('_partial/header') %>
|
|
||||||
|
|
||||||
<div class="section-wrapper">
|
|
||||||
|
|
||||||
<%- partial('_partial/generalinfo') %>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<%- partial('_partial/world') %>
|
|
||||||
<br>
|
|
||||||
<%- partial('_partial/contributing') %>
|
|
||||||
|
|
||||||
<%- partial('_partial/buttons') %>
|
|
||||||
</main>
|
|
Loading…
Reference in a new issue