Add some logo

This commit is contained in:
Oleg Kalachev
2022-04-12 05:55:00 +04:00
parent 8db8075f15
commit e2b8cb4be2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
const sidebar = require('./sidebar');
const hostname = 'clover.coex.tech';
const allowedTags = ['font', 'center', 'nobr']; // allow using some deprecated and non-standard html tags
module.exports = {
@@ -10,8 +11,7 @@ module.exports = {
// theme and its config
theme: '@vuepress/theme-default',
themeConfig: {
logo: 'https://vuejs.org/images/logo.png',
// sidebar: markdownFiles
logo: 'clover-logo.png',
sidebar: {
'/ru/': sidebar.readSummary("./ru/SUMMARY.md"),
'/en/': sidebar.readSummary("./en/SUMMARY.md"),

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB