Replies: 1 comment 3 replies
-
check the _config here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
How did you create the site?
Built from
jekyll-theme-chirpy
Description
Let's say, my website is hosted on
https://github.com/username/website
, I want to know how to configure it so that clicking the author name would lead to the pagehttps://username.github.io/website/about/
.How can I do it without using the absolute link?
Operations you have already tried
I'm using with the
baseurl
set in_config.yml
as follows:When I serve it locally, it directs to the page:
Or depending on the current page, suppose I am at
http://127.0.0.1:4000/website/posts/
it renders as:Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions