diff --git a/config.yml b/config.yml index 861ad0f..87e0710 100644 --- a/config.yml +++ b/config.yml @@ -15,18 +15,18 @@ params: readingTime: true thumb: - - src: "https://www.happydomain.org/img/screenshots/domains-list.webp" - desc: "happyDomain: A simple interface for domain names." - link: "https://happydomain.org/" - - src: "https://cdn.nemunai.re/img/book-containers-cover.jpg" - desc: "My book about containers (in french)." - link: "https://alpo.tf/books/2493960009/" - - 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/epita.png" - desc: "My school: Épita." - link: "http://epita.fr/" + - src: "/img/happyDomain-domains-list.webp" + desc: "happyDomain: A simple interface for domain names." + link: "https://happydomain.org/" + - src: "/img/book-containers-cover.webp" + desc: "My book about containers (in french)." + link: "https://alpo.tf/books/2493960009/" + - src: "/img/octotron.webp" + desc: "Nemubot: a smart and modulable IM bot!" + link: "https://github.com/nemunaire/nemubot/" + - src: "/img/epita.webp" + desc: "My school: Épita." + link: "http://epita.fr/" author: name: "nemunaire" @@ -38,12 +38,12 @@ params: menu: main: - - name: "Blog" - pageRef: "/" - weight: 10 - - name: "Tags" - pageRef: "/tags" - weight: 20 + - name: "Blog" + pageRef: "/" + weight: 10 + - name: "Tags" + pageRef: "/tags" + weight: 20 languages: en: @@ -54,24 +54,24 @@ languages: params: thumb: - - src: "https://www.happydomain.org/img/screenshots/domain-abstract-list.png" - desc: "happyDomain: L'interface des noms de domaines." - link: "https://happydomain.org/fr/" - - src: "https://cdn.nemunai.re/img/book-containers-cover.jpg" - desc: "Mon livre sur les conteneurs." - link: "https://alpo.tf/books/2493960009/" - - 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/epita.png" - desc: "Mon école : Épita." - link: "http://epita.fr/" + - src: "/img/happyDomain-domains-list.webp" + desc: "happyDomain: L'interface des noms de domaines." + link: "https://happydomain.org/fr/" + - src: "/img/book-containers-cover.jpg" + desc: "Mon livre sur les conteneurs." + link: "https://alpo.tf/books/2493960009/" + - src: "/img/octotron.jpg" + desc: "Nemubot : a smart and modulable IM bot!" + link: "https://github.com/nemunaire/nemubot/" + - src: "/img/epita.png" + desc: "Mon école : Épita." + link: "http://epita.fr/" menu: main: - - name: "Articles" - pageRef: "/" - weight: 10 - - name: "Tags" - pageRef: "/tags" - weight: 20 + - name: "Articles" + pageRef: "/" + weight: 10 + - name: "Tags" + pageRef: "/tags" + weight: 20 diff --git a/static/img/book-containers-cover.webp b/static/img/book-containers-cover.webp new file mode 100644 index 0000000..e52cb6d Binary files /dev/null and b/static/img/book-containers-cover.webp differ diff --git a/static/img/epita.webp b/static/img/epita.webp new file mode 100644 index 0000000..20b8c8f Binary files /dev/null and b/static/img/epita.webp differ diff --git a/static/img/happyDomain-domains-list.webp b/static/img/happyDomain-domains-list.webp new file mode 100644 index 0000000..2d83d3e Binary files /dev/null and b/static/img/happyDomain-domains-list.webp differ diff --git a/static/img/octotron.webp b/static/img/octotron.webp new file mode 100644 index 0000000..364e554 Binary files /dev/null and b/static/img/octotron.webp differ