iniciada migración
This commit is contained in:
parent
d09b80a5b1
commit
880ca8fbd7
@ -7,15 +7,15 @@ import type {
|
|||||||
import { LinkPreset } from './types/config'
|
import { LinkPreset } from './types/config'
|
||||||
|
|
||||||
export const siteConfig: SiteConfig = {
|
export const siteConfig: SiteConfig = {
|
||||||
title: 'Fuwari',
|
title: 'RobertOps 💻',
|
||||||
subtitle: 'Demo Site',
|
subtitle: 'Demo Site',
|
||||||
lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko'
|
lang: 'es', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko'
|
||||||
themeColor: {
|
themeColor: {
|
||||||
hue: 250, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
|
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
|
fixed: false, // Hide the theme color picker for visitors
|
||||||
},
|
},
|
||||||
banner: {
|
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 '/'
|
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
|
position: 'center', // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
|
||||||
credit: {
|
credit: {
|
||||||
@ -40,7 +40,7 @@ export const navBarConfig: NavBarConfig = {
|
|||||||
LinkPreset.About,
|
LinkPreset.About,
|
||||||
{
|
{
|
||||||
name: 'GitHub',
|
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
|
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 = {
|
export const profileConfig: ProfileConfig = {
|
||||||
avatar: 'assets/images/demo-avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
avatar: 'assets/images/demo-avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
|
||||||
name: 'Lorem Ipsum',
|
name: 'Roberto Rodríguez',
|
||||||
bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
|
bio: 'DevOps | SysAdmin',
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
name: 'Twitter',
|
name: 'Twitter',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# About
|
# About
|
||||||
This is the demo site for [Fuwari](https://github.com/saicaca/fuwari).
|
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
|
> ### Sources of images used in this site
|
||||||
> - [Unsplash](https://unsplash.com/)
|
> - [Unsplash](https://unsplash.com/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user