chore: replace default social image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bb6a679330
commit
512d873920
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,4 +10,4 @@ themes/
|
||||
public/
|
||||
resources/_gen/
|
||||
build/
|
||||
static/favicon/
|
||||
static/
|
||||
|
@ -84,7 +84,7 @@ params:
|
||||
but mainly about topics from the Linux and Open Source world.
|
||||
subtitle: Linux and Open Source blog
|
||||
images:
|
||||
- "favicon/apple-touch-startup-image-1136x640.png"
|
||||
- "socialmedia.png"
|
||||
|
||||
geekblogToC: 3
|
||||
geekblogAuthor: robert-kaussow
|
||||
|
1241
package-lock.json
generated
1241
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,8 +9,8 @@
|
||||
"start": "run-s prep build:webpack ; npm run start:hugo",
|
||||
"start:hugo": "hugo server -D -F",
|
||||
"prep": "run-s prep:*",
|
||||
"prep:clean": "del build/ static/",
|
||||
"prep:make": "make-dir build/"
|
||||
"prep:clean": "shx rm -rf build/ static/",
|
||||
"prep:make": "shx mkdir -p build/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,13 +20,12 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"copy-webpack-plugin": "10.2.4",
|
||||
"del-cli": "4.0.1",
|
||||
"favicons-webpack-plugin": "5.0.2",
|
||||
"js-yaml": "4.1.0",
|
||||
"make-dir-cli": "3.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.5.1",
|
||||
"prettier-plugin-go-template": "0.0.11",
|
||||
"shx": "0.3.4",
|
||||
"webpack": "5.68.0",
|
||||
"webpack-cli": "4.9.2",
|
||||
"webpack-remove-empty-scripts": "0.7.3"
|
||||
|
BIN
src/static/socialmedia.png
Normal file
BIN
src/static/socialmedia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -1,44 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="Layer_1"
|
||||
data-name="Layer 1"
|
||||
viewBox="0 0 1066.5 1066.5"
|
||||
version="1.1"
|
||||
sodipodi:docname="brand.svg"
|
||||
inkscape:export-filename="/home/rknet/rkau2905/Bilder/the Geeklab/new/brand.png"
|
||||
inkscape:export-xdpi="270.04221"
|
||||
inkscape:export-ydpi="270.04221"
|
||||
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview11"
|
||||
pagecolor="#2f333e"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="0.62353493"
|
||||
inkscape:cx="533.25"
|
||||
inkscape:cy="532.44812"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1380"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1" />
|
||||
<defs
|
||||
id="defs4">
|
||||
<style
|
||||
id="style2">.cls-1{fill:#00101a;}.cls-2{fill:#fff;}</style>
|
||||
</defs>
|
||||
<path
|
||||
id="path8"
|
||||
class="cls-2"
|
||||
d="M 532.3508,4.6997534 A 82.859095,82.859095 0 0 0 490.40895,15.816519 L 167.86364,203.60387 A 229.98135,229.98135 0 0 0 54.141557,402.24509 l 1.032151,288.3446 A 229.43295,229.43295 0 0 0 170.27201,888.21501 l 250.38855,143.39819 a 229.21691,229.21691 0 0 0 228.70031,-0.7466 L 898.63612,885.78716 a 229.49941,229.49941 0 0 0 113.72218,-198.5049 l -0.9835,-278.75659 A 136.45327,136.45327 0 0 0 806.33938,291.08391 L 446.30216,510.1313 444.64033,702.75485 847.60287,455.95611 848.45,687.81456 a 65.625866,65.625866 0 0 1 -32.10717,56.35309 L 566.90204,889.22767 a 65.310118,65.310118 0 0 1 -64.81157,0.21748 L 251.75062,746.04371 a 65.193788,65.193788 0 0 1 -32.7044,-55.98631 l -1.01269,-288.47769 a 65.17717,65.17717 0 0 1 32.35386,-56.20378 L 448.51253,229.79725 446.8507,404.12116 611.55413,307.15374 613.6152,87.311119 A 82.094651,82.094651 0 0 0 532.3508,4.6997534 Z"
|
||||
style="stroke-width:1.66183" />
|
||||
</svg>
|
Before Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user