From 23df3b16cd9996095e8fc342d2974a298119889a Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 20 Nov 2023 22:28:27 +0000 Subject: [PATCH] FEAT: real tutor post --- content/projects/real-tutor.md | 11 +++++++++++ hugo.toml | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 content/projects/real-tutor.md diff --git a/content/projects/real-tutor.md b/content/projects/real-tutor.md new file mode 100644 index 0000000..cc714e8 --- /dev/null +++ b/content/projects/real-tutor.md @@ -0,0 +1,11 @@ ++++ +title = "My first 'big' project - Real Tutor" +date = "2023-11-20" +author = "John Costa" +toc = true +tags = ["Software"] ++++ + +I made a YouTube video walking through this old project, looking at the features I made, and what the code looked like. + +[Video](https://youtu.be/0gqzGBTOJvI) diff --git a/hugo.toml b/hugo.toml index a79c8cd..d49d67f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,8 @@ baseURL = 'https://johncosta.tech/' languageCode = 'en-uk' title = 'John Costa' theme = 'risotto' +[params] + palette = 'tokyo-night-dark' [menu] [[menu.main]] @@ -15,6 +17,9 @@ theme = 'risotto' title = "John Costa" description = "Software Engineer" +[params.theme] +palette = "tokyo-night-dark" + # Sidebar: social links # Available icon sets: # * FontAwesome 6 ('fa-brands', 'fa-normal', or 'fa-solid' for brands)