Fixed assets - we can live without Quit Social
This commit is contained in:
parent
dcba33912f
commit
5cc191e655
13
_config.yml
13
_config.yml
|
@ -13,15 +13,14 @@ future: true
|
||||||
profile: true
|
profile: true
|
||||||
livereload: true
|
livereload: true
|
||||||
strict_front_matter: true
|
strict_front_matter: true
|
||||||
favicon: "https://assets.tommi.space/qsm/favicon.svg"
|
favicon: "/favicon.svg"
|
||||||
image: "https://assets.tommi.space/qsm/qsm.svg"
|
image: "/logos/qsm.svg"
|
||||||
images: "https://assets.tommi.space/images"
|
images: "/images"
|
||||||
post-images: "https://assets.tommi.space/images/posts"
|
|
||||||
assets: "https://assets.tommi.space/assets"
|
assets: "https://assets.tommi.space/assets"
|
||||||
video: "https://assets.tommi.space/video"
|
video: "https://assets.tommi.space/video"
|
||||||
audio: "https://assets.tommi.space/audio"
|
audio: "https://assets.tommi.space/audio"
|
||||||
logos: "https://assets.tommi.space/logos"
|
logos: "/logos"
|
||||||
fonts: "https://assets.tommi.space/fonts"
|
fonts: "https://tommi.space/fonts"
|
||||||
exclude:
|
exclude:
|
||||||
- riordinare/
|
- riordinare/
|
||||||
keep_files:
|
keep_files:
|
||||||
|
@ -64,6 +63,6 @@ defaults:
|
||||||
values:
|
values:
|
||||||
layout: "page"
|
layout: "page"
|
||||||
lang: "en"
|
lang: "en"
|
||||||
image: "https://assets.tommi.space/qsm/qsm.png"
|
image: "https://tommi.space/qsm/qsm.png"
|
||||||
toc: true
|
toc: true
|
||||||
anchors: true
|
anchors: true
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<svg width="320" height="320" version="1.1" viewBox="0 0 84.7 84.7" xmlns="http://www.w3.org/2000/svg"><text x="14.78354" y="70.986565" style="fill:#a8dadc;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="14.78354" y="70.986565" style="fill:#1d3557">Q</tspan></text><text x="11.299233" y="68.857841" style="fill:#a8dadc;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="11.299233" y="68.857841" style="fill:#e63946">Q</tspan></text></svg>
|
After Width: | Height: | Size: 536 B |
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -0,0 +1 @@
|
||||||
|
<svg width="1080" height="1080" version="1.1" viewBox="0 0 286 286" xmlns="http://www.w3.org/2000/svg"><rect x="-.402" width="290" height="287" style="fill:#a8dadc;stroke-width:0"/><text x="12.569577" y="103.43346" style="fill:#ffc107;font-family:Inter;font-size:106px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="12.569577" y="103.43346" style="fill:#e63946">QUIT</tspan></text><text x="11.649117" y="176.16791" style="fill:#ffc107;font-family:Inter;font-size:68.8px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="11.649117" y="176.16791" style="fill:#1d3557">SOCIAL</tspan></text><text x="13.396859" y="253.22508" style="fill:#ffc107;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="13.396859" y="253.22508" style="fill:#1d3557">MEDIA</tspan></text></svg>
|
After Width: | Height: | Size: 841 B |
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 8.47 8.47"><circle cx="4.23" cy="4.23" r="1.85" style="fill:#E63946;stroke-width:0"/><circle cx="4.23" cy="4.23" r="1.06" style="fill:#F1FAEE;stroke-width:0"/></svg>
|
After Width: | Height: | Size: 256 B |
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 8.47 8.47"><circle cx="4.23" cy="4.23" r="1.06" style="fill:#E63946;stroke-width:0"/></svg>
|
After Width: | Height: | Size: 182 B |
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: url(https://assets.tommi.space/logos/red-cursor.svg) 16 16, crosshair;
|
cursor: url(/logos/red-cursor.svg) 16 16, crosshair;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
@ -347,7 +347,7 @@ button,
|
||||||
.button,
|
.button,
|
||||||
.aa-suggestion,
|
.aa-suggestion,
|
||||||
.embed-container {
|
.embed-container {
|
||||||
cursor: url(https://assets.tommi.space/logos/red-cursor-hover.svg) 16 16, pointer;
|
cursor: url(/logos/red-cursor-hover.svg) 16 16, pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue