Skip to content

Commit

Permalink
Site Deployment Test C
Browse files Browse the repository at this point in the history
  • Loading branch information
shanerwarner committed Feb 8, 2024
1 parent 6b2a267 commit e6593f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/_default/languages.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ title = "For Our Veterans"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
# logo = "img/logo.png"
logo = "/img/blowfish_logo_transparent.png"
# secondaryLogo = "img/secondary-logo.png"
# description = "My awesome website"
description = "For Our Veterans"
# copyright = "Copy, _right?_ :thinking_face:"

# [author]
Expand Down
2 changes: 1 addition & 1 deletion config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ordered by weight from lowest to highest.

[[main]]
name = "Blog"
name = "Home"
pageRef = "posts"
weight = 10

Expand Down
6 changes: 3 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ disableImageOptimization = false
disableTextInHeader = false

# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
# defaultFeaturedImage = "/img/blowfish_logo_transparent.png" # used as default for featured images in all articles

# highlightCurrentMenuArea = true
# smartTOC = true
Expand All @@ -37,14 +37,14 @@ disableTextInHeader = false

[homepage]
layout = "background" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
homepageImage = "/img/1338584.png" # used in: hero, and card
showRecent = false
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/posts"
cardView = false
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
layoutBackgroundBlur = true # only used when layout equals background

[article]
showDate = true
Expand Down

0 comments on commit e6593f2

Please sign in to comment.