Skip to content

Commit acf0b94

Browse files
committed
Colors and drafts
1 parent da774ae commit acf0b94

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ yarn-error.log*
2626
tf/.terraform
2727
*.tfstate
2828
*.tfstate.backup
29-
/blog/.obsidian
29+
/.obsidian
3030
/.docusaurus
3131
/.vscode

blog/2025/Home Assistant.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Home Assistant
3+
draft: "true"
4+
authors:
5+
- timbrook
6+
---

blog/2025/Home network.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
authors:
3+
- timbrook
4+
draft: "true"
5+
title: Network Rack
6+
---

blog/2025/adding-a-blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Welcome
33
authors:
44
- timbrook
5-
draft: "true"
5+
draft: "false"
66
---
77
## Starting a Portfolio site
88
This is my new webpage powered by Docusaurus! I've been meaning to get my personal projects into a portfolio so I can keep an archive. There’s gonna be a bunch of posts about small electronics projects up to breadboard PCs. As well as Home Assistant and software playgrounds.

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/* You can override the default Infima variables here. */
99
:root {
10-
--ifm-color-primary: #2e8555;
10+
--ifm-color-primary: #6074da;
1111
--ifm-color-primary-dark: #29784c;
1212
--ifm-color-primary-darker: #277148;
1313
--ifm-color-primary-darkest: #205d3b;
@@ -20,7 +20,7 @@
2020

2121
/* For readability concerns, you should choose a lighter palette in dark mode. */
2222
[data-theme='dark'] {
23-
--ifm-color-primary: #25c2a0;
23+
--ifm-color-primary: #6074da;
2424
--ifm-color-primary-dark: #21af90;
2525
--ifm-color-primary-darker: #1fa588;
2626
--ifm-color-primary-darkest: #1a8870;

0 commit comments

Comments
 (0)