aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-20 12:21:36 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-20 12:21:36 +0100
commit2461f409199ca27267184c115350988a2db1a1fe (patch)
tree7a36ed4ef37e4970408d60098f63ec5bdf1cbdef
parente3676dc9a5024c6fcd0c8dcd15800ef14c78389f (diff)
downloadhugo-minimalist-theme-master.tar.gz
hugo-minimalist-theme-master.tar.bz2
hugo-minimalist-theme-master.zip
bring back mastodonHEADmaster
-rw-r--r--assets/css/tailwind.css4
-rw-r--r--makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css
index e7822be..31dd5b3 100644
--- a/assets/css/tailwind.css
+++ b/assets/css/tailwind.css
@@ -1806,6 +1806,10 @@ readers do not read off random characters that represent icons */
--fa: "\f099";
}
+.fa-mastodon {
+ --fa: "\f4f6";
+}
+
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
diff --git a/makefile b/makefile
index a8d1eb4..e38b450 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ SRC = $(addsuffix .css, $(addprefix $(scss), pretachyons tables))
css: $(css)/tailwind.css
-$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css
+$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css tailwind.config.js
npx tailwindcss -i $< -o $@
deps: