Add example `site.logo`
This commit is contained in:
parent
81ca0ae168
commit
93023ed6fc
|
@ -25,7 +25,7 @@ author:
|
||||||
picture: https://api.adorable.io/avatars/285/johndoe.png
|
picture: https://api.adorable.io/avatars/285/johndoe.png
|
||||||
twitter_username: Towlette_Pettetucci
|
twitter_username: Towlette_Pettetucci
|
||||||
github_username: Towlette_Pettetucci
|
github_username: Towlette_Pettetucci
|
||||||
logo: /assets/images/100x100.png # ~100x100px
|
logo: /assets/icons/basically-basic-logo-light.svg
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||||
|
<g fill="#FFF">
|
||||||
|
<path d="M64.8 52.7h-2.6l-1.1 7.9h2c5 0 6-2.1 6-4.9C69.2 53.6 67.7 52.7 64.8 52.7zM32.4 52.7h-2.5v7.9H32c3.3 0 5.5-.7 5.5-3.9C37.5 53.9 35.8 52.7 32.4 52.7zM36.2 42.3c0-2.1-1.2-3.1-4.7-3.1h-1.6v6.7h1.8C35 45.9 36.2 44.9 36.2 42.3z"/>
|
||||||
|
<path d="M0,0v100h100V0H0z M31.9,68.1H19.2V31.9h11.3c10.2,0,16.6,2.3,16.6,9.4c0,4.7-3.3,6.8-6.6,7.7 c4,0.8,8.1,2.8,8.1,8.5C48.6,66,41.4,68.1,31.9,68.1z M80,56.6c0,6.3-4.4,11.5-17.9,11.5H49.7l5-36.2h11c9.2,0,15.1,2,15.1,8.4 c0,5.3-4,7.7-7.9,8.7C76.6,49.7,80,51.4,80,56.6z"/>
|
||||||
|
<path d="M65.7,39.2h-1.6l-0.9,6.7H65c4.4,0,4.9-2.4,4.9-4.3C69.9,40,68.8,39.2,65.7,39.2z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 705 B |
|
@ -0,0 +1,7 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||||
|
<g>
|
||||||
|
<path d="M64.8 52.7h-2.6l-1.1 7.9h2c5 0 6-2.1 6-4.9C69.2 53.6 67.7 52.7 64.8 52.7zM32.4 52.7h-2.5v7.9H32c3.3 0 5.5-.7 5.5-3.9C37.5 53.9 35.8 52.7 32.4 52.7zM36.2 42.3c0-2.1-1.2-3.1-4.7-3.1h-1.6v6.7h1.8C35 45.9 36.2 44.9 36.2 42.3z"/>
|
||||||
|
<path d="M0,0v100h100V0H0z M31.9,68.1H19.2V31.9h11.3c10.2,0,16.6,2.3,16.6,9.4c0,4.7-3.3,6.8-6.6,7.7c4,0.8,8.1,2.8,8.1,8.5 C48.6,66,41.4,68.1,31.9,68.1z M80,56.6c0,6.3-4.4,11.5-17.9,11.5H49.7l5-36.2h11c9.2,0,15.1,2,15.1,8.4c0,5.3-4,7.7-7.9,8.7 C76.6,49.7,80,51.4,80,56.6z"/>
|
||||||
|
<path d="M65.7,39.2h-1.6l-0.9,6.7H65c4.4,0,4.9-2.4,4.9-4.3C69.9,40,68.8,39.2,65.7,39.2z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 693 B |
Loading…
Reference in New Issue