Skip to content

Commit 20abda8

Browse files
committed
removed twitter links, added bluesky links
added bluesky profile link and feed to about me page Signed-off-by: David Söderlund <[email protected]>
1 parent ce8b6da commit 20abda8

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author:
55
name: "David Söderlund"
66
77
url: "https://blog.dsoderlund.consulting"
8-
twitter_username: QuadmanSWE
8+
bluesky_username: QuadmanSWE
99
github_username: QuadmanSWE
1010
linkedin_username: soderlunddavid
1111

docs/_layouts/cv.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="../css/cv-print.css" type="text/css" rel="stylesheet" media="print">
88

99
<!-- imports -->
10-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
10+
<script src="https://kit.fontawesome.com/0c22a23838.js" crossorigin="anonymous"></script>
1111
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
1212
</head>
1313
<body>

docs/_posts/2021-09-12-setting-up-two-raspberry-pi-and-installing-k3s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sed -i 's/UsePAM yes.*/UsePAM no/' /etc/ssh/sshd_config
105105
printf %s " cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory" >> /boot/cmdline.txt
106106

107107
```
108-
> 📝 Not sure if it is an intermittent problem or if I appended to the cmdline.txt file improperly but I had to at least once remove an extra empty line from that file after writing to get container features running properly. Let me know on twitter if you have any input.
108+
> 📝 Not sure if it is an intermittent problem or if I appended to the cmdline.txt file improperly but I had to at least once remove an extra empty line from that file after writing to get container features running properly. Let me know if you have any input.
109109
110110
Now repeat that step for each worker node (in my case the only one)
111111

docs/about.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,24 @@ title: About
55

66
| | |
77
|---|---|
8-
| I am an independent Platform Engineering Consultant - I keep the peace between humans and computers. To read more about me and what I've done in the past you should check out my <a href="../cv">CV</a>. There you can also find out how to get in contact with me. | ![](/assets/me.jpg) |
8+
|
99

10+
I am an independent Platform Engineering Consultant - I keep the peace between humans and computers. To read more about me and what I've done in the past you should check out my <a href="../cv">CV</a>. There you can also find more ways to get in touch with me. | ![](/assets/me.jpg) |
11+
12+
---
13+
14+
Latest post from me on [Bluesky](https://bsky.app/profile/dsoderlund.consulting).
15+
16+
<bsky-embed
17+
username="dsoderlund.consulting"
18+
mode="dark"
19+
limit="5"
20+
link-target="_blank"
21+
link-image="true"
22+
load-more="true"
23+
custom-styles=".border-slate-300 { border-color: #b5e853; border-style: dotted; }"
24+
>
25+
</bsky-embed>
26+
27+
28+
<script src="https://cdn.jsdelivr.net/npm/bsky-embed/dist/bsky-embed.es.js" async></script>

docs/cv/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Independent Devops and Platforms Engineer
88
<div id="webaddress">
99
1010
|
11-
<i class="fa fa-github"></i> <a href="http://github.com/QuadmanSWE">QuadmanSWE</a>
11+
<i class="fab fa-github"></i> <a href="https://github.com/QuadmanSWE">QuadmanSWE</a>
1212
|
13-
<i class="fa fa-twitter"></i> <a href="http://twitter.com/QuadmanSWE">QuadmanSWE</a>
13+
<i class="fab fa-bluesky"></i> <a href="https://bsky.app/profile/dsoderlund.consulting">@dsoderlund.consulting</a>
1414
</div>
1515

1616
## About me
@@ -144,11 +144,11 @@ Applicable Computer Science – Internet technology
144144

145145

146146
## Links
147-
* <i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a><br />
148-
* <i class="fa fa-github"></i> <a href="https://github.com/QuadmanSWE">QuadmanSWE</a><br />
149-
* <i class="fa fa-twitter"></i> <a href="https://twitter.com/QuadmanSWE">QuadmanSWE</a><br />
150-
* <i class="fa fa-linkedin"></i> <a href="https://www.linkedin.com/in/soderlunddavid/">soderlunddavid</a>
151-
* <i class="fa fa-stack-overflow"></i> <a href="https://stackoverflow.com/users/2131680/david-s%c3%b6derlund">david-söderlund</a>
147+
* <i class="fa-solid fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a><br />
148+
* <i class="fa-brands fa-github"></i> <a href="https://github.com/QuadmanSWE">QuadmanSWE</a><br />
149+
* <i class="fa-brands fa-bluesky"></i> <a href="https://bsky.app/profile/dsoderlund.consulting">@dsoderlund.consulting</a><br />
150+
* <i class="fa-brands fa-linkedin"></i> <a href="https://www.linkedin.com/in/soderlunddavid/">soderlunddavid</a>
151+
* <i class="fa-brands fa-stack-overflow"></i> <a href="https://stackoverflow.com/users/2131680/david-s%c3%b6derlund">david-söderlund</a>
152152

153153

154154
## References

0 commit comments

Comments
 (0)