2024-09-30 09:29:39 +00:00
<!DOCTYPE html>
< html lang = "en" >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2024-10-26 20:09:30 +00:00
< meta name = "description" content = "Hexaitos’ blog has posts on computers, languages and photography. Mostly computers and Linux though. Here you will find posts about random projects I have undertaken." >
2024-09-30 09:29:39 +00:00
2024-10-26 20:09:30 +00:00
< title > hexaitos.com – Blog< / title >
2024-09-30 09:29:39 +00:00
2024-10-27 15:11:06 +00:00
< link rel = "preload" as = "style" href = "/assets/css/styles.css" >
2024-09-30 09:29:39 +00:00
< link rel = "stylesheet" href = "/assets/css/styles.css" >
< body >
< div class = "menu" >
2024-09-30 14:14:56 +00:00
< a href = "/index.html" > Home< / a >
< a href = "/blog.html" > Blog< / a >
< a href = "/art.html" > Art< / a >
< a href = "/refsheet.html" > Ref sheet< / a >
< a href = "/contact.html" > Contact< / a >
2024-09-30 09:29:39 +00:00
< / div >
< div class = "main" >
2024-09-30 14:14:56 +00:00
< h1 > Blog Posts< / h1 >
2024-09-30 09:29:39 +00:00
2024-09-30 14:14:56 +00:00
< ul >
< li >
< a href = "/2024/09/30/first_blog_post.html" > My first blog post (30 Sep 2024)< / a >
< p > Hello everyone! This is my first blog post, mostly just to try out how everything works.< / p >
< / li >
< / ul >
2024-09-30 09:29:39 +00:00
< / div >
2024-09-30 14:48:08 +00:00
< footer >
< p > 2024 - 2024 hexaitos.com< / p >
2024-09-30 13:13:37 +00:00
< p > Made with Jekyll< / p >
2024-09-30 14:34:15 +00:00
< a rel = "me" href = "https://squawk.social/@hexaitos" > < / a >
2024-09-30 14:48:08 +00:00
< / footer >
< / body >
2024-09-30 09:29:39 +00:00
< / html >