added pixelfed
This commit is contained in:
parent
4c261e3afe
commit
db425ac116
3 changed files with 6 additions and 0 deletions
|
@ -178,6 +178,7 @@ These settings to display your social accounts.
|
||||||
- `codeberg`: Your [Codeberg](https://codeberg.org) username.
|
- `codeberg`: Your [Codeberg](https://codeberg.org) username.
|
||||||
- `github`: Your [Github](https://github.com) username.
|
- `github`: Your [Github](https://github.com) username.
|
||||||
- `instagram`: Your [Instagram](https://www.instagram.com) username.
|
- `instagram`: Your [Instagram](https://www.instagram.com) username.
|
||||||
|
- `pixelfed`: Your [Pixelfed](https://pixelfed.org) server/username.
|
||||||
- `xing`: Your [Xing](https://www.xing.com) username.
|
- `xing`: Your [Xing](https://www.xing.com) username.
|
||||||
- `linkedin`: Your [Linkedin](https://www.linkedin.com) username.
|
- `linkedin`: Your [Linkedin](https://www.linkedin.com) username.
|
||||||
- `twitter`: Your [Twitter](https://twitter.com) username.
|
- `twitter`: Your [Twitter](https://twitter.com) username.
|
||||||
|
|
|
@ -37,6 +37,7 @@ keywords = "minimalist,blog,goa,hugo,developer"
|
||||||
codeberg = "<username>"
|
codeberg = "<username>"
|
||||||
github = "<username>"
|
github = "<username>"
|
||||||
instagram = "<username>"
|
instagram = "<username>"
|
||||||
|
pixelfed = "<server>/<username>"
|
||||||
linkedin = "<username>"
|
linkedin = "<username>"
|
||||||
twitter = "<username>"
|
twitter = "<username>"
|
||||||
mastodon = "<server>/@<user>"
|
mastodon = "<server>/@<user>"
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
{{ with .Site.Params.social.instagram }}
|
{{ with .Site.Params.social.instagram }}
|
||||||
<a href="https://instagram.com/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
|
<a href="https://instagram.com/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.social.pixelfed }}
|
||||||
|
<a href="{{.}}" aria-label="Pixelfed" target="_blank"><i class="si si-pixelfed"></i></a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.social.stackoverflow }}
|
{{ with .Site.Params.social.stackoverflow }}
|
||||||
<a href="https://stackoverflow.com/users/{{.}}" aria-label="StackOverflow" target="_blank"><i class="fab fa-stack-overflow" aria-hidden="true"></i></a>
|
<a href="https://stackoverflow.com/users/{{.}}" aria-label="StackOverflow" target="_blank"><i class="fab fa-stack-overflow" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -156,6 +159,7 @@
|
||||||
{{ with .Site.Params.social.facebook }}"https://facebook.com/{{.}}",{{ end }}
|
{{ with .Site.Params.social.facebook }}"https://facebook.com/{{.}}",{{ end }}
|
||||||
{{ with .Site.Params.social.github }}"https://github.com/{{.}}",{{ end }}
|
{{ with .Site.Params.social.github }}"https://github.com/{{.}}",{{ end }}
|
||||||
{{ with .Site.Params.social.instagram }}"https://instagram.com/{{.}}",{{ end }}
|
{{ with .Site.Params.social.instagram }}"https://instagram.com/{{.}}",{{ end }}
|
||||||
|
{{ with .Site.Params.social.pixelfed }}"{{.}}",{{ end }}
|
||||||
{{ with .Site.Params.social.linkedin }}"https://linkedin.com/in/{{.}}",{{ end }}
|
{{ with .Site.Params.social.linkedin }}"https://linkedin.com/in/{{.}}",{{ end }}
|
||||||
{{ with .Site.Params.social.stackoverflow }}"https://stackoverflow.com/users/{{.}}",{{ end }}
|
{{ with .Site.Params.social.stackoverflow }}"https://stackoverflow.com/users/{{.}}",{{ end }}
|
||||||
{{ with .Site.Params.social.medium}}"https://medium.com/{{.}}",{{ end }}
|
{{ with .Site.Params.social.medium}}"https://medium.com/{{.}}",{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue