mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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)
|
||||
|
||||
socialIcons:
|
||||
- name: email
|
||||
- name: Email
|
||||
url: "mailto:ga-blog@augendre.info"
|
||||
- name: github
|
||||
url: "https://github.com/Crocmagnon"
|
||||
- name: cv
|
||||
url: "https://cv-gabriel.augendre.info"
|
||||
- name: stackoverflow
|
||||
url: "https://stackoverflow.com/users/2758732/gabriel"
|
||||
- name: mastodon
|
||||
- name: Mastodon
|
||||
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:
|
||||
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>
|
||||
{{< /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.
|
||||
|
||||
## Analytics
|
||||
|
|
Loading…
Reference in a new issue