diff --git a/Documentation/.vitepress/config.mts b/Documentation/.vitepress/config.mts index 83962b1..225ca77 100644 --- a/Documentation/.vitepress/config.mts +++ b/Documentation/.vitepress/config.mts @@ -4,8 +4,10 @@ import { defineConfig } from 'vitepress' export default defineConfig({ title: "Imgal Documentation", description: "Documentation for Imgal by KioydioLabs", - head: [['link', { rel: 'icon', href: '/public/icon.jpg' }]], - head: [['meta', { name: 'theme-color', content: '#75a300' }]], + head: [ + ['link', { rel: 'icon', href: '/public/icon.jpg' }], + ['meta', { name: 'theme-color', content: '#75a300' }] + ] , themeConfig: { search: { provider: 'local' diff --git a/Documentation/demo.md b/Documentation/demo.md index 927034c..620d461 100644 --- a/Documentation/demo.md +++ b/Documentation/demo.md @@ -6,6 +6,7 @@ hero: align: center name: "Demo Imgal Galleries" text: "Choose a theme" + pageClass: demo-page actions: - theme: brand text: Sleek @@ -21,9 +22,4 @@ hero: --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #75a300, rgb(0,163,149)); } -.main{ - display: flex; - flex-direction: column; - align-items: center; -} \ No newline at end of file