From 686a5b1e94a35cd1e293483638ece0d648c4563f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 18 Jan 2024 10:44:33 -0500 Subject: Initial commit to new cgit platform --- index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..bdcc403 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ +--- +layout: default +title: A collection of websites weighing in less than 1kB +summary: Listing all websites under 1kB in total size +--- + +

1kB Club is a list of web pages weighing less than 1 kilobyte (1,024 bytes). + +

--- +{% assign websites = site.site_listings | sort: 'size' %} +{% assign users = site.u | sort: 'size' %} +

Members (Submit) + + + + + + + + + {% for item in websites %} + + + + + {% endfor %} + +
URLSize in bytes
{{ item.pageurl }}{{ item.size }}
+ +

--- + +{% include users.html %} + -- cgit v1.2.3-54-g00ecf