Skip to content

Commit 97745f7

Browse files
committed
Configure Home page
1 parent 56a25cc commit 97745f7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

config/_default/languages.en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ params:
1010
dateFormat: "02 January 2006"
1111
description: "Jet-set your career"
1212
copyright: "© 2022-{ year } Julian Nonino. All Rights Reserved."
13-
logo: "img/secondary-logo.png"
14-
secondaryLogo: "img/logo.png"
13+
logo: "img/logo.png"
14+
secondaryLogo: "img/secondary-logo.png"
1515
author:
1616
name: "Learn-Software.com"
1717
headline: "Learn. Build. Master."

config/_default/languages.es.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ params:
1010
dateFormat: "02 January 2006"
1111
description: "Impulsa tu carrera"
1212
copyright: "© 2022-{ year } Julian Nonino. Todos los derechos reservados."
13-
logo: "img/secondary-logo.png"
14-
secondaryLogo: "img/logo.png"
13+
logo: "img/logo.png"
14+
secondaryLogo: "img/secondary-logo.png"
1515
author:
1616
name: "Learn-Software.com"
1717
headline: "Aprende. Crea. Domina."

config/_default/params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Refer to the theme docs for more details about each of these parameters.
88
# https://blowfish.page/docs/configuration/#theme-parameters
9-
9+
#
1010
colorScheme: "ocean"
1111
defaultAppearance: "dark" # valid options: light or dark
1212
autoSwitchAppearance: true
@@ -48,7 +48,7 @@ footer:
4848
showScrollToTop: true
4949

5050
homepage:
51-
layout: "background" # valid options: page, profile, hero, card, background, custom
51+
layout: "hero" # valid options: page, profile, hero, card, background, custom
5252
homepageImage: "img/home-background.jpeg" # used in: hero, and card
5353
showRecent: false
5454
showRecentItems: 5

0 commit comments

Comments
 (0)