Closed 1chooo closed 1 year ago
The title in the menu bar is configured by info.title
, not homebanner
@EvanNotFound Sorry that I use the old version of base_info.title
, I have changed into base.title
. I sincerely apologise for my mistake, thank you for your assistance
# My Old version code and not work
base_info:
title: 1chooo's Blog # Site title
author: Hugo ChunHo Lin # Author name
url: https://1chooo.github.io/1chooo-blog # Site url
# Logo image (You can use local image, image external link or don’t fill)
# logo image on the left of the navigation bar
logo_img: /images/favicon.ico
# This work!
info:
title: 1chooo's Blog # Site title
author: Hugo ChunHo Lin # Author name
url: https://1chooo.github.io/1chooo-blog # Site url
# Logo image (You can use local image, image external link or don’t fill)
# logo image on the left of the navigation bar
logo_img: /images/favicon.ico
BR, Hugo ChunHo Lin
It finally work!!!
You are welcome. Feel free to ask more questions
@EvanNotFound
My I ask you an another problem? How to add the image to the cover of the article
Example Image: | article list I wish | post page I wish |
---|---|---|
My current article list | My current post page | |
scaffolds/post.md
How do I modify?
---
title: {{ title }}
date: {{ date }}
tags:
---
Please check out documentation for this:
https://redefine-docs.ohevan.com/article_customize/thumbnail
and
Describe the bug I have follow the steps to change the
home_banner.title
into my name. However, it does not change, it still be the default "Theme Redefine"To Reproduce Steps to reproduce the behavior:
_config.redefine.yml
home_banner.title
and rename into1chooo's Blog
hexo clean
,hexo generate
,hexo server
home_banner.title
still be the "Theme Redefine"Expected behavior "Theme Redefine" will change into "1chooo's Blog"
Screenshots
The "home_banner.title" still be the "Theme Redefine"
Desktop (please complete the following information):
Additional context My
_config.redefine.yml
BR, Hugo ChunHo Lin