feat: translate the site in french
This commit is contained in:
parent
3e98ac15b6
commit
b47b193b20
81 changed files with 1327 additions and 251 deletions
36
config/_default/menus.en.yaml
Normal file
36
config/_default/menus.en.yaml
Normal file
|
@ -0,0 +1,36 @@
|
|||
main:
|
||||
- name: 'Home'
|
||||
pageRef: '/'
|
||||
weight: 10
|
||||
params:
|
||||
class: "u-url"
|
||||
|
||||
- name: 'Blog'
|
||||
pageRef: '/blog'
|
||||
weight: 20
|
||||
|
||||
secondary:
|
||||
- name: '@bcarlin@hachyderm.io'
|
||||
url: 'https://hachyderm.io/@bcarlin'
|
||||
weight: 10
|
||||
params:
|
||||
rel: "me"
|
||||
iconName: "mastodon-fill"
|
||||
iconTitle: "Mastodon"
|
||||
|
||||
- name: 'LinkedIn'
|
||||
url: 'https://www.linkedin.com/in/brunocarlin'
|
||||
weight: 20
|
||||
params:
|
||||
rel: "me"
|
||||
iconName: "linkedin-fill"
|
||||
iconTitle: "LinkedIn"
|
||||
|
||||
- name: 'GPG Key'
|
||||
url: '/bcarlin.gpg'
|
||||
weight: 30
|
||||
params:
|
||||
class: "u-key"
|
||||
iconName: "key-fill"
|
||||
iconTitle: "GPG Public Key"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue