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)