Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Title #81

Open
lavanquan opened this issue Mar 30, 2024 · 1 comment
Open

Page Title #81

lavanquan opened this issue Mar 30, 2024 · 1 comment

Comments

@lavanquan
Copy link

lavanquan commented Mar 30, 2024

Hi, I love this theme, but I cannot change the title homepage. It remains your awesome webpage after I change to my name in _config.yml file.

In addition, I want to add favicon.ico to my webpage. How can I add this?

Can you help me to fix this?

@gopz
Copy link

gopz commented May 30, 2024

To get the new title to catch did you restart the Jekyll server? Maybe give this a whirl if you tried restarting and it didn't work: rm -rf .jekyll-cache/*

To add a favicon just add the favicon you want to your assets/ directory and set it in the head.html like so:

<link rel="icon" type="image/x-icon" href="/<name_of_favicon_file">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants