Skip to content

Commit

Permalink
feat: cosmetic tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Nov 21, 2023
1 parent 00f636a commit 8401d42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand All @@ -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/' },
],

Expand Down
10 changes: 5 additions & 5 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
---

0 comments on commit 8401d42

Please sign in to comment.