Add projects, CV, remove notes

This commit is contained in:
2022-04-06 13:54:44 +03:00
parent 88ecac076a
commit 21e4063af2
17 changed files with 606 additions and 247 deletions

5
_includes/posts.pug Normal file
View File

@@ -0,0 +1,5 @@
ul.posts
each post in [...collections.post].reverse().filter((post) => !post.data.hidden && post.date <= Date.now())
li
span.date= post.date.toDateString()
a.title(href=post.url)= post.data.title