Skip to content

Commit

Permalink
refactor: update dates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvienna committed Jul 24, 2024
1 parent c493295 commit bef9450
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/data/posts/hello-world.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Hello World
description: Who am I and what is this blog about?
date: '2023-06-24'
date: '2024-06-24'
categories:
- fluff
- personal
Expand Down Expand Up @@ -30,8 +30,7 @@ environments, hardware, keyboards, audio and maybe more. A somewhat large collec
I have a large assortment of interests.

So, this is my personal website. It is intended to be my resumé, portfolio and blog all in one
little bundle. I hope to post something every 2 weeks or so, and I'm currently working on a projects
gallery to host my portfolio. I am also working on a "how to write your own portfolio website"
article detailing my work on this website.
little bundle. I hope to post something every now and then, and I'm currently working on a projects
gallery to host my portfolio. I am also working on a secret project in Rust...

That will be it for now. I hope to have your eyes again for the next article.
2 changes: 1 addition & 1 deletion src/routes/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<small>
This page is served by <a href="https://pages.github.com">GitHub Pages</a>.
<br />
&copy; Lucas Vienna 2019 - 2023
&copy; Lucas Vienna 2019 - ${new Date().getFullYear()}
</small>
</footer>

Expand Down

0 comments on commit bef9450

Please sign in to comment.