diff --git a/src/config.ts b/src/config.ts index 8908057..b73d51c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -7,15 +7,15 @@ import type { import { LinkPreset } from './types/config' export const siteConfig: SiteConfig = { - title: 'Fuwari', + title: 'RobertOps 💻', subtitle: 'Demo Site', - lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko' + lang: 'es', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko' themeColor: { hue: 250, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345 fixed: false, // Hide the theme color picker for visitors }, banner: { - enable: false, + enable: true, src: 'assets/images/demo-banner.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' position: 'center', // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default credit: { @@ -40,7 +40,7 @@ export const navBarConfig: NavBarConfig = { LinkPreset.About, { name: 'GitHub', - url: 'https://github.com/saicaca/fuwari', // Internal links should not include the base path, as it is automatically added + url: 'https://github.com/robertorodriguez98/blog-robertops-v2', // Internal links should not include the base path, as it is automatically added external: true, // Show an external link icon and will open in a new tab }, ], @@ -48,8 +48,8 @@ export const navBarConfig: NavBarConfig = { export const profileConfig: ProfileConfig = { avatar: 'assets/images/demo-avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' - name: 'Lorem Ipsum', - bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', + name: 'Roberto Rodríguez', + bio: 'DevOps | SysAdmin', links: [ { name: 'Twitter', diff --git a/src/content/spec/about.md b/src/content/spec/about.md index 40d9fe8..37477df 100644 --- a/src/content/spec/about.md +++ b/src/content/spec/about.md @@ -1,7 +1,7 @@ # About This is the demo site for [Fuwari](https://github.com/saicaca/fuwari). -::github{repo="saicaca/fuwari"} +::github{repo="robertorodriguez98/blog-robertops-v2"} > ### Sources of images used in this site > - [Unsplash](https://unsplash.com/)