Updated index and colors.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-06 02:51:23 +04:00
parent d364825b8d
commit c21b43cdb1
4 changed files with 17 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<b-navbar type="is-primary w-100"> <b-navbar type="is-primary w-100">
<template #brand> <template #brand>
<NuxtLink to="/" class="navbar-item"> <NuxtLink to="/" class="navbar-item">
<img src="/logo.png" alt="Logo" /> S3rius' dev blog <img src="/icon.png" alt="Logo" /> S3rius' dev blog
</NuxtLink> </NuxtLink>
</template> </template>
<template #end> <template #end>

View File

@ -56,10 +56,14 @@ export default {
// PWA module configuration: https://go.nuxtjs.dev/pwa // PWA module configuration: https://go.nuxtjs.dev/pwa
pwa: { pwa: {
manifest: { manifest: {
lang: 'en', name: "S3rius' dev blog",
short_name: "Dev blog",
lang: 'ru',
background_color: "#fafdff",
theme_color: "#fafdff"
}, },
icon: { icon: {
fileName: 'logo.png', fileName: 'icon.png',
}, },
}, },

View File

@ -1,6 +1,15 @@
<template> <template>
<section class="section"> <section class="section">
<div>a</div> <h2>Добро пожаловать в мой блог.</h2>
На данном сайте собрана интересная информация по поводу систем,
с которыми мне довелось работать. Я не являюсь истиной в первой инстанции,
однако мои статьи могут помочь <b>тебе</b> лучше понять
ту или иную технологию. Большое спасибо за то, что вы находитесь тут.
<hr>
Не забудьте установить данный блог как приложение на своём телефоне,
чтобы быть в курсе новых статей.
</section> </section>
</template> </template>

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB