chore: new blog post and small patches (#3)

* wip: blog post on open source

* wip: initial draft of the blog post

* chore: remove sharing a blog post

* fix: broken style from previous commit

* chore: improve handling keywords
This commit is contained in:
2025-05-15 20:47:14 +01:00
committed by GitHub
parent 112393e189
commit eae27cb10e
10 changed files with 27 additions and 81 deletions
+1 -2
View File
@@ -68,8 +68,7 @@ body::-webkit-scrollbar-thumb {
.arrow,
.eye,
.calendar,
.clock,
.share {
.clock {
stroke: var(--text);
}
-12
View File
@@ -20,14 +20,6 @@ main #metadata div span {
column-gap: 0.25rem;
}
main #metadata div #share {
display: none;
}
main #metadata #share {
cursor: pointer;
}
main #content ul,
main #content ol,
main #content .highlight {
@@ -59,8 +51,4 @@ main #content .highlight pre {
main #metadata div {
column-gap: 0.75rem;
}
main #metadata div #share {
display: inline-flex;
}
}
-7
View File
@@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<path class='share' d="M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path class='share' d="M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path class='share' d="M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path class='share' d="M8.59003 13.51L15.42 17.49" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path class='share' d="M15.41 6.51001L8.59003 10.49" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB