You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the wonderful theme. I'm posting here to seek help with debugging an issue. This is the version I'm using: hugo v0.126.1+extended darwin/amd64 BuildDate=2024-05-15T10:42:34Z VendorInfo=brew
My webpage is currently live on https://m-ali.org (GitHub repo: https://github.com/mohummedalee/mohummedalee.github.io). As you can see, the sidebar currently has a Publications and an About page. I'm in the process of adding a blog section that would list all posts under content/posts. Here is what my config.toml looks like right now:
As you can see there is only one post (pii-kaggle). A list of posts is visible when I visit the local deployment on localhost:1313/posts/ as well as the post itself on localhost:1313/posts/pii-kaggle. But the sidebar will not display the posts folder.
Will appreciate any help debugging this, am happy to provide more info if my issue is unclear, hope the link to my repo also provides additional information.
The text was updated successfully, but these errors were encountered:
It turns out that deleting content/posts/_index.md fixes this issue, I can now see "Blog" in the sidebar. Hope this helps someone else.
Is there a way to make this new listed page look exactly like the default home page in the theme? I'd ideally like a title, and a blurb from the post similar to the landing page here: https://karlaustin.com/. If I cannot add a markdown file under posts/, how can I style it?
Figured out how to get the posts page to look like the default homepage. I simply copied layouts/index.html from the original theme and pasted it to a new file in layouts/posts/posts.html. Still not entirely clear to me how layouts are looked up, but this works for now.
I'll keep this issue open for another 1–2 weeks in case anyone has feedback, or any suggestions on best practices etc.
Hey there! Learning this as I go but I found that if I just add a directory into /content/ and give the .md file a name that is anything other than 'index.md' it works.
Hi, thanks for the wonderful theme. I'm posting here to seek help with debugging an issue. This is the version I'm using:
hugo v0.126.1+extended darwin/amd64 BuildDate=2024-05-15T10:42:34Z VendorInfo=brew
My webpage is currently live on https://m-ali.org (GitHub repo: https://github.com/mohummedalee/mohummedalee.github.io). As you can see, the sidebar currently has a Publications and an About page. I'm in the process of adding a blog section that would list all posts under
content/posts
. Here is what myconfig.toml
looks like right now:And here is what the
content/
directory looks like:As you can see there is only one post (
pii-kaggle
). A list of posts is visible when I visit the local deployment onlocalhost:1313/posts/
as well as the post itself onlocalhost:1313/posts/pii-kaggle
. But the sidebar will not display the posts folder.Will appreciate any help debugging this, am happy to provide more info if my issue is unclear, hope the link to my repo also provides additional information.
The text was updated successfully, but these errors were encountered: