Skip to content

Commit

Permalink
changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanke committed Apr 12, 2024
1 parent ae80f66 commit 0c2c9f1
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,28 @@ theme_highlight: fhgorange
# - about.md

# # Page default value
# defaults:
# -
# scope:
# path: "" # An empty string here means all files in the project
# type: "home" # Only for home
# values:
# heading: "Materials Open Laboratory: Mat-O-Lab"
# subheading: "Joint Venture of Fraunhofer Materials and BAM"
# banner: "/assets/images/banners/home.png"
# - scope:
# path: "" # An empty string here means all files in the project
# type: "posts" # Only for posts
# values:
# banner: "/assets/images/banners/home.png"

defaults:
# home:
# heading: "Materials Open Laboratory: Mat-O-Lab"
# subheading: "Joint Venture of Fraunhofer Materials and BAM"
# banner: "/assets/images/banners/home.png"
# posts:
# background: /assets/images/banners/home.png
- scope:
path: "" # An empty string here means all files in the project
type: "home" # Only for home
values:
heading: "Materials Open Laboratory: Mat-O-Lab"
subheading: "Joint Venture of Fraunhofer Materials and BAM"
banner: "/assets/images/banners/home.png"
- scope:
path: "" # An empty string here means all files in the project
type: "posts" # Only for posts
values:
banner: "/assets/images/banners/home.png"
home:
heading: "Materials Open Laboratory: Mat-O-Lab"
subheading: "Joint Venture of Fraunhofer Materials and BAM"
banner: "/assets/images/banners/home.png"
posts:
banner: "/assets/images/banners/home.png"
# Banner default settings
# These banner settings are for global banner default, but you can also
# config it by the front matter for one specific post
Expand Down

0 comments on commit 0c2c9f1

Please sign in to comment.