Skip to content

Commit 3e3e581

Browse files
committedDec 10, 2024
feat: Changes
1 parent 81639d6 commit 3e3e581

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎pages/christmas.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const triviaQuestions: ChristmasTriviaQuestion[] = [
1717
},
1818
{
1919
question:
20-
"Which country started the tradition of putting up a Christmas tree?",
21-
answer: "Germany",
20+
"In the song '12 Days of Christmas' if you added up all the gifts, how many would you have received?",
21+
answer: "364",
2222
day: 10,
2323
},
2424
{

‎styles/global.css

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ body {
4444
display: inline-flex
4545
}
4646

47+
.social-icons a:hover {
48+
color: #fff;
49+
}
50+
4751
.social-icons a svg {
4852
width: 26px;
4953
height: 26px;

‎weekly-notes/Week-Dec-09.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ date: '2024-12-09'
99
- [Commitizen](https://commitizen-tools.github.io/commitizen/) Is a CLI based tool that assists you with versioning and commit writing.
1010
- [Kirby CMS](https://getkirby.com/) Looks extremely interesting. The entire CMS is file based so you're not locked into a Vendors modelling of your data but the price is just too high for something I'm doing as a hobby.
1111
- I read Murat Buffalos post titled [Advice to the young](https://muratbuffalo.blogspot.com/2024/07/advice-to-young.html?ref=dailydev) again.
12+
- Microsoft released a [Local Emulator for Azure Service Bus](https://techcommunity.microsoft.com/blog/messagingonazureblog/introducing-local-emulator-for-azure-service-bus/4304457) which is awesome.
1213

1314
## What I did this week
1415

1516
- Actually blogged for the first time 🎉
1617
- I bought a server from [RackNerd](https://www.racknerd.com/) they had a crazy black Friday deal where I managed to snap up a 2.5GB, 2 Core KVM VPS for year for the price of £15 🫨. I've not decided what I'm going to host there at the moment...
17-
-

0 commit comments

Comments
 (0)