blog/scaleway_migration #22
@@ -42,6 +42,15 @@ layout: hextra-home
|
|||||||
imageClass="hx:top-[40%] hx:left-[36px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
|
imageClass="hx:top-[40%] hx:left-[36px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
|
||||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(203, 28, 66, 0.1),hsla(0,0%,100%,0));"
|
style="background: radial-gradient(ellipse at 50% 80%,rgba(203, 28, 66, 0.1),hsla(0,0%,100%,0));"
|
||||||
>}}
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
title="Blog"
|
||||||
|
subtitle="Retours d'expérience et articles techniques"
|
||||||
|
link="blog"
|
||||||
|
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
|
||||||
|
image="/images/blog.png"
|
||||||
|
imageClass="hx:top-[40%] hx:left-[36px] hx:w-[180%] hx:sm:w-[110%] hx:dark:opacity-80"
|
||||||
|
style="background: radial-gradient(ellipse at 50% 80%,rgba(142, 68, 173, 0.1),hsla(0,0%,100%,0));"
|
||||||
|
>}}
|
||||||
{{< /hextra/feature-grid >}}
|
{{< /hextra/feature-grid >}}
|
||||||
|
|
||||||
<div style="margin-top: 8rem; margin-bottom: 1.5rem;">
|
<div style="margin-top: 8rem; margin-bottom: 1.5rem;">
|
||||||
|
|||||||
18
hugo.yaml
18
hugo.yaml
@@ -13,15 +13,18 @@ menu:
|
|||||||
- name: Netlab
|
- name: Netlab
|
||||||
pageRef: /netlab
|
pageRef: /netlab
|
||||||
weight: 2
|
weight: 2
|
||||||
|
- name: Blog
|
||||||
|
pageRef: /blog
|
||||||
|
weight: 3
|
||||||
- name: About
|
- name: About
|
||||||
pageRef: /about
|
pageRef: /about
|
||||||
weight: 3
|
|
||||||
- name: Search
|
|
||||||
weight: 4
|
weight: 4
|
||||||
|
- name: Search
|
||||||
|
weight: 5
|
||||||
params:
|
params:
|
||||||
type: search
|
type: search
|
||||||
- name: Gitea
|
- name: Gitea
|
||||||
weight: 5
|
weight: 6
|
||||||
url: "https://gitea.arnodo.fr/Damien"
|
url: "https://gitea.arnodo.fr/Damien"
|
||||||
params:
|
params:
|
||||||
icon: gitea
|
icon: gitea
|
||||||
@@ -46,6 +49,15 @@ params:
|
|||||||
flexsearch:
|
flexsearch:
|
||||||
# index page by: content | summary | heading | title
|
# index page by: content | summary | heading | title
|
||||||
index: heading
|
index: heading
|
||||||
|
# Blog
|
||||||
|
blog:
|
||||||
|
list:
|
||||||
|
displayTags: true
|
||||||
|
sortBy: date
|
||||||
|
sortOrder: desc
|
||||||
|
pagerSize: 10
|
||||||
|
article:
|
||||||
|
displayPagination: true
|
||||||
|
|
||||||
markup:
|
markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
|
|||||||
Reference in New Issue
Block a user