Commit graph

15 commits

Author SHA1 Message Date
Patrick Kollitsch 5d059fee97
theme(fix): add missing rss icon
closes #770

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-26 06:21:01 +07:00
Patrick Kollitsch 4f3e709d83
theme(feat): social media follow links
documentation will follow at https://github.com/theNewDynamic/gohugo-theme-ananke/wiki/Social-media-network-setup

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 12:47:56 +07:00
Patrick Kollitsch c672ad4299
fix: add FontAwesome brand icons (free) and LICENSE.txt
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-20 12:47:56 +07:00
Patrick Kollitsch 1ff3417339
chore(git): revert last commit
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 14:00:10 +07:00
Patrick Kollitsch 8e89a24514
fix: add FontAwesome brand icons (free) and LICENSE.txt
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-10-18 13:55:59 +07:00
Regis Philibert eb978e19ff
Update pagination CSS
Fixes #612
2023-02-03 15:43:47 -05:00
James Henstridge 5f5dfb15e8
assets: update mastodon logo in social links (#597)
* assets: replace Mastodon logo

The new version is based on the logo-black.svg file distributed from
https://joinmastodon.org/branding, adjusted to match the metrics of the
other social logos.

* layouts: change the color for the mastodon social link

I've picked a purple from https://joinmastodon.org/branding.
2022-12-14 09:55:14 -05:00
Meir Kriheli 19242fd2f8
Added support for Right-To-Left languages (#532)
* Added support for Right-To-Left languages

* Added language-direction partial
2022-04-21 14:17:49 -04:00
Jack 6045d7891c
433 fix tags layout (#472)
* Added tags class to tags list

* display tags inline

* Added di class to list

* Removed tags class
2022-02-02 11:45:48 -05:00
Regis Philibert baaf9476db Remove template tags from socials SVGs
Fixes #505
2022-02-02 10:15:01 -05:00
funcsec d7d0048952
Remove template language from social svg files (#461)
Causes issues browser issues
Unexpected value {{ . }} parsing height attribute.

Co-authored-by: funcsec <github@fsec.xyz>
2021-12-23 08:42:33 -05:00
Regis Philibert c7b9901e01
Refactor social service logic and UX (#425)
* Start of work

* Refactor social service logic

Update README

Fixes #422

* Add URL to contributors instuctions

* Add tiktok
2021-12-02 15:22:18 -05:00
Joel S Aufrecht 3710f7e92a
added tiktok to available social media links (#444) 2021-11-16 09:15:28 -05:00
Regis Philibert 6eb54ab5fd
Refactor styling to drop PostCSS (#424)
Update custom_css logic (ensure retrocompat)

Fixes #423
2021-06-15 09:58:27 -04:00
Regis Philibert ffd9d903c9
Add optional processing of styles with Hugo Pipes (#387)
* Using resources.PostCSS to handle stylesheets

* Allow optional processing of assets through Hugo Pipes

* We can settle with 0.64.0
2021-01-19 15:43:02 -05:00