mirror of
https://github.com/andrewgioia/home.git
synced 2024-12-22 01:09:56 +00:00
Adds Mastodon link back for verification
This commit is contained in:
parent
69dd5b2ed6
commit
f4b9db3c0b
@ -10,7 +10,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
|
||||||
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
"dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||||
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
"prod": "sass --no-source-map src/scss/theme.scss dist/site.css --style compressed && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist",
|
||||||
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
|
"watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css",
|
||||||
|
@ -26,13 +26,13 @@
|
|||||||
</h1>
|
</h1>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://gioia.social/@andrew" target="blank" class="mastodon">
|
<a href="https://gioia.social/@andrew" target="blank" class="mastodon" rel="me">
|
||||||
<i class="icon icon-mastodon"></i>
|
<i class="icon icon-mastodon"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gioia.photos/andrew" target="blank" class="pixelfed">
|
<a href="https://gioia.photos/andrew" target="blank" class="pixelfed" rel="me">
|
||||||
<i class="icon icon-pixelfed"></i>
|
<i class="icon icon-pixelfed"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://git.gioia.cloud/andrew" target="blank" class="gitea">
|
<a href="https://git.gioia.cloud/andrew" target="blank" class="gitea" rel="me">
|
||||||
<i class="icon icon-gitea"></i>
|
<i class="icon icon-gitea"></i>
|
||||||
</a>
|
</a>
|
||||||
<a href="mailto:hi@andrewgioia.com" target="blank" class="email">
|
<a href="mailto:hi@andrewgioia.com" target="blank" class="email">
|
||||||
|
Loading…
Reference in New Issue
Block a user