Move the content graph layout into theme
This commit is contained in:
9
content/graph.md
Normal file
9
content/graph.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Content Graph"
|
||||
type: "graph"
|
||||
---
|
||||
Here you can see a visualization of the posts on this blog using [Vis.js](https://visjs.org/).
|
||||
In the below graph, each node is an article, and each edge between nodes is a reference from
|
||||
one article to another. Each article is sized to be roughly proportional to its word count (file size
|
||||
is used as a quick metric for this purpose). You can hover over a node to see the title of the article
|
||||
it represents, and double-click to go to that article.
|
||||
Reference in New Issue
Block a user