Skip to content

Commit 48193fa

Browse files
committed
chore: add designer and illustrator attribution
1 parent 305e935 commit 48193fa

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docusaurus.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import rehypeStringify from 'rehype-stringify';
55

66
const { themes } = require('prism-react-renderer');
77

8+
const VUKORY_SVG = '<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 378.627 333.846"><path fill="currentcolor" d="M86.059 0 67.28 69.362l27.025 28.86-70.296 40.574 20.506 7.41L0 175.596h70.96l-2.327 13.242 67.302.058-12.653 46.196 18.083-3.42 27.746 96.978 20.202 5.196 20.203-5.196 27.745-96.977 18.083 3.419-12.653-46.196 67.302-.058-2.326-13.241h70.96l-44.515-29.391 20.505-7.41-70.296-40.573 27.026-28.861L292.567 0l-56.345 57.422-46.909 21.009-46.909-21.01Z"/></svg>';
9+
810
/**
911
* @typedef {import("@docusaurus/types").Config} Config
1012
*/
@@ -198,7 +200,7 @@ const config = {
198200
]
199201
}
200202
],
201-
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://github.com/svg/svgo/graphs/contributors">SVGO and Contributors</a><br>Source Code under MIT · Content and Assets under CC-BY-4.0`
203+
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://github.com/svg/svgo/graphs/contributors">SVGO and Contributors</a><br>Source Code under MIT · Content and Assets under CC-BY-4.0<br>Designed and Illustrated by <a class="designer-attribution" href="https://www.artstation.com/vukory" target="_blank">Vukory ${VUKORY_SVG}</a>`
202204
},
203205
},
204206
};

src/css/custom.css

+11
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,20 @@ nav div kbd {
8787
footer {
8888
--ifm-link-color: #fff;
8989
--ifm-link-hover-color: #cac4ce;
90+
--ifm-link-hover-decoration: none;
9091
--ifm-footer-background-color: none;
9192
--ifm-footer-color: #fff;
9293
--ifm-footer-link-color: #fff;
9394
--ifm-footer-link-hover-color: #cac4ce;
9495
--ifm-footer-title-color: #fff;
9596
}
97+
98+
.designer-attribution {
99+
display: inline-flex;
100+
align-items: center;
101+
justify-content: center;
102+
}
103+
104+
.designer-attribution svg {
105+
margin-left: 0.25em;
106+
}

0 commit comments

Comments
 (0)