Compare commits
2 Commits
b075f48c1a
...
d8e03990ca
| Author | SHA1 | Date | |
|---|---|---|---|
| d8e03990ca | |||
| c9087030a5 |
@@ -22,7 +22,7 @@ export default defineConfig({
|
|||||||
remarkMath, [
|
remarkMath, [
|
||||||
remarkKroki, {
|
remarkKroki, {
|
||||||
alias: ["mermaid", "tikz"],
|
alias: ["mermaid", "tikz"],
|
||||||
server: "https://kroki.io",
|
server: process.env.KROKI_SERVER || "https://kroki.io",
|
||||||
target: "mdx3",
|
target: "mdx3",
|
||||||
output: "inline-svg"
|
output: "inline-svg"
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
public/img/read-blog.png
Normal file
BIN
public/img/read-blog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 418 B |
5
public/img/read-blog.svg
Normal file
5
public/img/read-blog.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="220" height="40" viewBox="0 0 220 40" role="img" aria-label="Blogeintrag @ c0ntroller.de">
|
||||||
|
<style>text { transition: text-shadow 0.3s ease; } rect:hover ~ text, text:hover { text-shadow: 0 0 5px rgba(214,134,249,0.6), 0 0 10px rgba(214, 134, 249, .6) }</style>
|
||||||
|
<rect width="220" height="40" fill="#0d0117" rx="8" />
|
||||||
|
<text x="110" y="25" fill="rgb(214, 134, 249)" font-family="Arial, sans-serif" font-size="16" text-anchor="middle">Blogeintrag @ c0ntroller.de</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 531 B |
Reference in New Issue
Block a user