darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
50 stars 58 forks source link

Blog pages not showing #16

Closed thor314 closed 3 weeks ago

thor314 commented 4 years ago

Following along with the Hugo quickstart. When I serve the site, and select the blog tab at the top, I'm getting 404 not found. Do you use some different file structure? Update, I changed the name of the directory 'content/posts' to 'content/blog', and am now seeing my blog post, but when I click on the link, I'm getting a 404. Last Update, I think I've solved my own issue. The default for Hugo is to keep posts in the content/posts directory. This theme is using the content/blog directory. Things seem to be working normally now; documentation for that would be helpful.

RanitPradhan commented 3 years ago

@thor314 I'm also having the same issue. Did you able to solve it ?

thor314 commented 3 years ago

@RanitPradhan, the solution for my issue was that I wasn't cloning the submodule in which my theme lived. If you're cloning your repo, try git clone <repo> --recurse-submodules.

RanitPradhan commented 3 years ago

Okay.