From 8cbe75f0047732c865f58e2f847a5ffafe066e71 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 20 Dec 2025 11:25:26 +0800 Subject: Change projects to poc and blog to log. --- projects.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 projects.html (limited to 'projects.html') diff --git a/projects.html b/projects.html deleted file mode 100644 index b24bc90..0000000 --- a/projects.html +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: default -title: Projects ---- - -
-

{{ page.title }}

- - {% assign n = 2 %} - {% assign rows = site.projects.size | divided_by: n | ceil %} - {% for i in (1..rows) %} - - {% assign offset = forloop.index0 | times: n %} - {% for item in site.projects limit:n offset:offset %} - - {% endfor %} - - {% endfor %} -
- {% assign parts = item.url | split: '/' %} - - {{ item.title }} -
{{ item.title }}
-
-
-
-- cgit v1.2.3