mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Move all contact info to links on home page
This commit is contained in:
parent
e77574b505
commit
13cdb05254
2 changed files with 12 additions and 16 deletions
20
config.yaml
20
config.yaml
|
@ -61,16 +61,20 @@ params:
|
||||||
My take on tech related subjects (but not only)
|
My take on tech related subjects (but not only)
|
||||||
|
|
||||||
socialIcons:
|
socialIcons:
|
||||||
- name: email
|
- name: Email
|
||||||
url: "mailto:ga-blog@augendre.info"
|
url: "mailto:ga-blog@augendre.info"
|
||||||
- name: github
|
- name: Mastodon
|
||||||
url: "https://github.com/Crocmagnon"
|
|
||||||
- name: cv
|
|
||||||
url: "https://cv-gabriel.augendre.info"
|
|
||||||
- name: stackoverflow
|
|
||||||
url: "https://stackoverflow.com/users/2758732/gabriel"
|
|
||||||
- name: mastodon
|
|
||||||
url: "https://fosstodon.org/@Crocmagnon"
|
url: "https://fosstodon.org/@Crocmagnon"
|
||||||
|
- name: GitHub
|
||||||
|
url: "https://github.com/Crocmagnon"
|
||||||
|
- name: Gitea
|
||||||
|
url: "https://git.augendre.info/gaugendre"
|
||||||
|
- name: GitLab
|
||||||
|
url: "https://gitlab.com/gaugendre"
|
||||||
|
- name: CV
|
||||||
|
url: "https://cv-gabriel.augendre.info"
|
||||||
|
- name: StackOverflow
|
||||||
|
url: "https://stackoverflow.com/users/2758732/gabriel"
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
hidden: true # hide everywhere but not in structured data
|
hidden: true # hide everywhere but not in structured data
|
||||||
|
|
|
@ -39,14 +39,6 @@ I'm Gabriel, a Go and Python software developer at [OVHcloud](https://www.ovhclo
|
||||||
</p>
|
</p>
|
||||||
{{< /unsafe >}}
|
{{< /unsafe >}}
|
||||||
|
|
||||||
## Where to find me {#contact}
|
|
||||||
|
|
||||||
| Code | Contact |
|
|
||||||
|-----------------------------------------------|--------------------------------------------------------------------|
|
|
||||||
| [Gitea](https://git.augendre.info/gaugendre) | <a rel="me" href="https://fosstodon.org/@Crocmagnon">Mastodon</a> |
|
|
||||||
| [GitHub](https://github.com/Crocmagnon) | <a href="mailto:ga-contact@augendre.info">Email</a> |
|
|
||||||
| [GitLab](https://gitlab.com/gaugendre) | |
|
|
||||||
|
|
||||||
My resume is available as [a pdf](https://cv-gabriel.augendre.info) (in French) if you want to take a look.
|
My resume is available as [a pdf](https://cv-gabriel.augendre.info) (in French) if you want to take a look.
|
||||||
|
|
||||||
## Analytics
|
## Analytics
|
||||||
|
|
Loading…
Reference in a new issue