mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 20:56:03 +01:00
Add homelab section
This commit is contained in:
@@ -14,6 +14,7 @@ const hardware = items.value!.filter(item => item.category === 'hardware')
|
|||||||
const software = items.value!.filter(item => item.category === 'software')
|
const software = items.value!.filter(item => item.category === 'software')
|
||||||
const ide = items.value!.filter(item => item.category === 'ide')
|
const ide = items.value!.filter(item => item.category === 'ide')
|
||||||
const stack = items.value!.filter(item => item.category === 'stack')
|
const stack = items.value!.filter(item => item.category === 'stack')
|
||||||
|
const homelab = items.value!.filter(item => item.category === 'homelab')
|
||||||
|
|
||||||
const photos = [
|
const photos = [
|
||||||
{
|
{
|
||||||
@@ -93,6 +94,13 @@ const photos = [
|
|||||||
:item="item"
|
:item="item"
|
||||||
/>
|
/>
|
||||||
</UsesList>
|
</UsesList>
|
||||||
|
<UsesList :title="t('homelab')">
|
||||||
|
<UsesItem
|
||||||
|
v-for="(item, id) in homelab"
|
||||||
|
:key="id"
|
||||||
|
:item="item"
|
||||||
|
/>
|
||||||
|
</UsesList>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
@@ -105,6 +113,7 @@ const photos = [
|
|||||||
"hardware": "Hardware",
|
"hardware": "Hardware",
|
||||||
"software": "Software",
|
"software": "Software",
|
||||||
"ide": "IDE & Font",
|
"ide": "IDE & Font",
|
||||||
|
"homelab": "My personal HomeLab",
|
||||||
"stack": "Stack",
|
"stack": "Stack",
|
||||||
"caption": {
|
"caption": {
|
||||||
"jetbrains": "My IntelliJ IDE",
|
"jetbrains": "My IntelliJ IDE",
|
||||||
@@ -119,6 +128,7 @@ const photos = [
|
|||||||
"hardware": "Matériel",
|
"hardware": "Matériel",
|
||||||
"software": "Logiciel",
|
"software": "Logiciel",
|
||||||
"ide": "IDE & Police",
|
"ide": "IDE & Police",
|
||||||
|
"homelab": "Mon HomeLab personnel",
|
||||||
"stack": "Stack",
|
"stack": "Stack",
|
||||||
"caption": {
|
"caption": {
|
||||||
"jetbrains": "Mon IDE IntelliJ Idea Ultimate",
|
"jetbrains": "Mon IDE IntelliJ Idea Ultimate",
|
||||||
@@ -133,6 +143,7 @@ const photos = [
|
|||||||
"hardware": "Material",
|
"hardware": "Material",
|
||||||
"software": "Programas",
|
"software": "Programas",
|
||||||
"ide": "IDE y Fuente",
|
"ide": "IDE y Fuente",
|
||||||
|
"homelab": "Mi HomeLab personal",
|
||||||
"stack": "Stack",
|
"stack": "Stack",
|
||||||
"caption": {
|
"caption": {
|
||||||
"jetbrains": "Mi IDE IntelliJ Idea Ultimate",
|
"jetbrains": "Mi IDE IntelliJ Idea Ultimate",
|
||||||
|
|||||||
Reference in New Issue
Block a user