From 159192e6945df55ff7514e449ca9433f50a8f7a8 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Fri, 6 Sep 2024 15:28:17 +0200 Subject: [PATCH] removed some boilerpate --- content/_index.md | 1 + content/about.md | 3 +-- content/journal.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 content/journal.md diff --git a/content/_index.md b/content/_index.md index 1b95227..592d32b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,6 +10,7 @@ This is a test website built with Zola. Here I want to try to build a more easy Here are some highlighted blog posts, check out all my posts [here](./blog/): +- 🐛 [I want to learn malware analysis (again)](./blog/2024-08-28-practical-malware-analysis.md) - 🔥 [testing](./blog/testing) ## Tags diff --git a/content/about.md b/content/about.md index c116cfd..ff81827 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,5 @@ +++ title = "About" +++ -This is an about page, nothing more nothing less `forget about it`. -{{ youtube(id="pS6zJ7IsJkM" class="center") }} \ No newline at end of file +Just a test website (for now). Check out my [main website](https://joostagterhoek.nl) in the meantime. diff --git a/content/journal.md b/content/journal.md new file mode 100644 index 0000000..18b130b --- /dev/null +++ b/content/journal.md @@ -0,0 +1,9 @@ ++++ +title = "Personal journal" +date = 2024-09-06 +draft = false ++++ + +## 2024-09-06 🚧 +Not to say that it has been *easy* by any means, but, I think I have a setup now for this website: work on it locally in a Git repo (and Obsidian vault), test it from that folder, then push the code and rsync it to my server, where it should be automatically synced based on every change, including deletes. With that, I will delete most if not all of the boilerplate text here and maybe, just maybe, try writing this journal with anything tech- or development related. +