From 8401d4229100dd9db6135526f88f8d4a541e24b8 Mon Sep 17 00:00:00 2001 From: Dan Popescu Date: Tue, 21 Nov 2023 20:25:44 +0200 Subject: [PATCH] feat: cosmetic tweaks --- .vitepress/config.js | 4 ++-- pages/index.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 01e774e..328a9aa 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -6,7 +6,7 @@ import VitePluginVitepressDemo from 'vite-plugin-vitepress-demo'; // https://vitepress.dev/reference/site-config export default defineConfig({ lang: 'en-US', - titleTemplate: ':title | PDan', + titleTemplate: ':title | PDan Blog', srcDir: 'pages', @@ -26,7 +26,7 @@ export default defineConfig({ nav: [ { text: 'My Projects', link: '/my-projects/' }, - { text: 'Posts', link: '/posts/' }, + { text: 'Blog Posts', link: '/posts/' }, { text: 'About', link: '/about/' }, ], diff --git a/pages/index.md b/pages/index.md index 526c83f..025b0ba 100644 --- a/pages/index.md +++ b/pages/index.md @@ -5,14 +5,14 @@ layout: home title: Home Page hero: - name: PDanPDan + name: PDanPDan Blog tagline: Web develoment tips & tricks actions: - theme: brand text: My Projects link: /my-projects/ - - theme: alt - text: Posts + - theme: brand + text: Blog Posts link: /posts/ - theme: alt text: About @@ -21,8 +21,8 @@ hero: features: - title: Quasar details: Hint and examples for using Quasar Framework. Get the best results with minimal effort. - - title: CSS - details: How to get what you want with CSS. There is nothing to be scared of. + - title: Vue / [JT]S / HTML / CSS + details: How to get what you want with Vue / [JT]S / HTML / CSS. There is nothing to be scared of. - title: Backend details: Backend / API related information. Don't mix frontend and backend to have an easy life. ---