Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-06-19 17:57:24 +0300
committerDillon <dillonzq@outlook.com>2022-06-19 17:57:24 +0300
commitd02d3216daffa10ae57da943b935bdd1286db0d2 (patch)
tree17149704a6e5a8511e7ff42698118cbab0fec59e
parent4a97bc8e29ce41ade5c605834baeda0feeea44a6 (diff)
fix: Plume social icon link
-rw-r--r--assets/data/social.yml9
-rw-r--r--assets/svg/icons/plume.svg92
-rw-r--r--exampleSite/config.toml1
3 files changed, 96 insertions, 6 deletions
diff --git a/assets/data/social.yml b/assets/data/social.yml
index 1b974652..d77dcd67 100644
--- a/assets/data/social.yml
+++ b/assets/data/social.yml
@@ -539,20 +539,19 @@ kaggle:
Icon:
Class: fab fa-kaggle fa-fw
-# 069: mediawiki
+# 069: MediaWiki
mediawiki:
Weight: 69
Title: MediaWiki
Icon:
- Simpleicons: wikipedia
+ Class: fab fa-wikipedia-w fa-fw
-# 070: plume
+# 070: Plume
plume:
Weight: 70
Title: Plume
Icon:
- Class: fa fa-solid fa-feather
-
+ Src: svg/icons/plume.svg
# Phone
phone:
diff --git a/assets/svg/icons/plume.svg b/assets/svg/icons/plume.svg
new file mode 100644
index 00000000..722be81d
--- /dev/null
+++ b/assets/svg/icons/plume.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="512"
+ height="512"
+ viewBox="0 0 135.46666 135.46667"
+ version="1.1"
+ id="svg169"
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="plumeFeatherBlack.svg"
+ inkscape:export-filename="D:\Graphics\PlumeLogo\plumeFeatherFilled16.png"
+ inkscape:export-xdpi="3.0000005"
+ inkscape:export-ydpi="3.0000005">
+ <title
+ id="title8">Plume Logo - Feather (Black)</title>
+ <defs
+ id="defs163" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.4"
+ inkscape:cx="126.20524"
+ inkscape:cy="304.85245"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ inkscape:window-width="1200"
+ inkscape:window-height="1577"
+ inkscape:window-x="3752"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ inkscape:pagecheckerboard="true" />
+ <metadata
+ id="metadata166">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title>Plume Logo - Feather (Black)</dc:title>
+ <cc:license
+ rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+ <dc:date>2018/10/07</dc:date>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Abdullah Tarawneh (trwnh.com)</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:description>A Plume concept logo, with a soft stylized feather. Solid black fill, no path.</dc:description>
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title>trwnh</dc:title>
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-161.53332)">
+ <path
+ d="M 11.343027,288.41445 C 1.112349,298.81005 0.43838995,295.69058 4.3446684,285.90553 L 16.157848,265.54671 c 1.615107,0.40548 13.891904,-55.26212 54.748175,-81.96673 -9.221995,15.79094 -3.917955,18.80285 -3.917955,18.80285 7.337901,-21.96856 13.652749,-30.76839 66.341642,-38.70978 -15.16261,11.41531 -6.45286,41.25445 -50.134453,55.21738 12.683753,-2.73301 25.822443,-8.73747 31.679703,-15.66516 -3.25494,22.40519 -51.89095,60.24666 -84.84585,64.99456 z"
+ id="path872"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc" />
+ </g>
+</svg> \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1b5dc777..5a68d1b9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -963,7 +963,6 @@ enableEmoji = true
Douban = "xxxx"
Devto = "xxxx"
Bilibili = "xxxx"
- Plume = "aa"
Email = "xxxx@xxxx.com"
Phone = "555-555-555"
RSS = true