docs: replace logo with SVG

This commit is contained in:
Mark Gillard 2022-10-01 17:57:10 +10:00
parent 8aa5c8b2a4
commit 4824a10031
3 changed files with 17 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

15
docs/images/logo.svg Normal file
View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 306 306">
<polygon points="0 0 0 306 67.79 306 67.79 273.09 35.1 273.09 35.1 33.62 67.79 33.62 67.79 0 0 0"
fill="currentColor" />
<polygon points="237.62 0 237.62 33.62 270.3 33.62 270.3 273.09 237.62 273.09 237.62 306 306 306 306 0 237.62 0"
fill="currentColor" />
<polygon
points="127.3 247.43 127.3 109.37 172.72 109.37 172.72 77.69 48.41 77.69 48.41 109.37 94.43 109.37 94.43 247.43 127.3 247.43"
fill="currentColor" />
<polygon
points="256.69 163.46 241.45 163.46 241.45 148.22 222.33 148.22 222.33 163.46 207.09 163.46 207.09 182.58 222.33 182.58 222.33 197.82 241.45 197.82 241.45 182.58 256.69 182.58 256.69 163.46"
fill="currentColor" />
<polygon
points="192.74 163.46 177.5 163.46 177.5 148.22 158.38 148.22 158.38 163.46 143.14 163.46 143.14 182.58 158.38 182.58 158.38 197.82 177.5 197.82 177.5 182.58 192.74 182.58 192.74 163.46"
fill="currentColor" />
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -9,7 +9,7 @@ github = 'marzer/tomlplusplus'
license = [ 'MIT', 'https://github.com/marzer/tomlplusplus/blob/master/LICENSE' ]
show_includes = false
changelog = true
logo = 'images/logo.png'
logo = 'images/logo.svg'
favicon = 'images/favicon.ico'
navbar = [ 'namespaces', 'annotated' ]
theme = 'dark'
@ -18,7 +18,7 @@ extra_files = [
'images/badge-TOML.svg',
'images/badge-gitter.svg'
]
html_header = '<style>div.poxy-main-banner { padding: 2rem; }</style>'
html_header = '<style>#poxy-main-banner, .poxy-main-banner { padding: 2rem; }</style>'
[warnings]