Skip to content

Commit 30a3d74

Browse files
committed
add community graph
1 parent 45c7815 commit 30a3d74

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

config/_default/menus.en.toml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,20 @@ pageRef = "about"
2121
weight = 4
2222

2323
[[main]]
24+
name = "Community"
25+
weight = 5
26+
27+
[[main]]
28+
parent = "Community"
2429
name = "World-Map"
2530
pageRef = "pages/world-map"
26-
weight = 5
31+
weight = 1
32+
33+
[[main]]
34+
parent = "Community"
35+
name = "Community Graph"
36+
pageRef = "pages/community-graph"
37+
weight = 2
2738

2839
[[main]]
2940
weight = 6
@@ -104,8 +115,13 @@ name = "World-Map"
104115
pageRef = "pages/world-map"
105116
weight = 4
106117

118+
[[footer]]
119+
name = "Community Graph"
120+
pageRef = "pages/community-graph"
121+
weight = 5
122+
107123

108124
[[footer]]
109125
name = "Imprint"
110126
pageRef = "pages/imprint"
111-
weight = 5
127+
weight = 6
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Community Graph"
3+
meta_title: "LiaScript - Community Graph"
4+
date: 2026-04-13
5+
description: "An interactive network graph of the LiaScript open-source community — contributors, repositories, and documents"
6+
draft: false
7+
---
8+
9+
An interactive network graph that visualizes the relationships between contributors, repositories, and documents in the LiaScript open-source community.
10+
It maps users, super-users, repositories, and doc hubs as a force-directed graph, with org clusters grouping contributors by GitHub organization.
11+
12+
<iframe
13+
src="https://liascript.github.io/LiaGraph/"
14+
style="width: 100%; height: 80vh; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 1rem;"
15+
title="LiaScript Community Graph"
16+
loading="lazy"
17+
></iframe>
18+
19+
{{< button link="https://liascript.github.io/LiaGraph/" label="Open full graph" >}}

0 commit comments

Comments
 (0)