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

View File

@@ -3,7 +3,7 @@ meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
<!-- Basics -->
title= title ? (titleNoAppend ? title : (title + " | Vlad Faust Blog")) : "Vlad Faust Blog"
title= title ? (titleNoAppend ? title : (title + " - Vlad Faust Blog")) : "Vlad Faust Blog"
meta(name='description', content=description || excerpt)
meta(name='robots' content="index,follow")
meta(name='generator' content='Eleventy')