This commit is contained in:
parent
5d742c0bf4
commit
9862b5aa22
19 changed files with 305 additions and 1 deletions
37
config.yml
37
config.yml
|
|
@ -32,6 +32,7 @@ author:
|
|||
github: "nemunaire"
|
||||
gitlab: "nemunaire"
|
||||
bitbucket: "nemunaire"
|
||||
linkedin: "pmercier1"
|
||||
|
||||
menu:
|
||||
main:
|
||||
|
|
@ -47,3 +48,39 @@ menu:
|
|||
- name: "Talks"
|
||||
url: "talks/"
|
||||
weight: 4
|
||||
|
||||
languages:
|
||||
en:
|
||||
contentDir: content/en
|
||||
fr:
|
||||
contentDir: content/fr
|
||||
|
||||
params:
|
||||
thumb:
|
||||
- src: "https://cdn.nemunai.re/img/octotron.jpg"
|
||||
desc: "Nemubot: a smart and modulable IM bot!"
|
||||
link: "https://github.com/nemunaire/nemubot/"
|
||||
- src: "https://cdn.nemunai.re/img/book-containers-cover.jpg"
|
||||
desc: "Mon livre sur les conteneurs."
|
||||
link: "https://alpo.tf/books/2493960009/"
|
||||
- src: "https://you.p0m.fr/images/egrets"
|
||||
desc: "YouP0m: daily cute pictures."
|
||||
link: "https://you.p0m.fr/"
|
||||
- src: "https://cdn.nemunai.re/img/epita.png"
|
||||
desc: "Mon école: Épita."
|
||||
link: "http://epita.fr/"
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: "Articles"
|
||||
url: ""
|
||||
weight: 1
|
||||
- name: "Tags"
|
||||
url: "tags"
|
||||
weight: 2
|
||||
- name: "À propos"
|
||||
url: "a-propos/"
|
||||
weight: 3
|
||||
- name: "Conférences"
|
||||
url: "conferences/"
|
||||
weight: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue