Added gitlab-ci.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-07 11:25:40 +04:00
parent 1a506035ea
commit d9e945ee92
22 changed files with 582 additions and 49 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="page dark-mode">
<div class="page">
<b-navbar type="is-primary w-100">
<template #brand>
<NuxtLink to="/" class="navbar-item">
@ -83,11 +83,6 @@ export default defineComponent({
}
cats.get(page.category).push(page)
}
// cats.forEach((pages) => {
// pages.sort(
// (page1, page2) => (page1.position || 0) > (page2.position || 0)
// )
// })
categories.value = Array.from(cats)
})
return {