Landing-page theme basically lands to the same page , just with the user's name. How can I correct this? #3062
Unanswered
ashwinsingh85
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preliminary Checks
Description
I used the landing-page theme as a template,
Edited the
_index.md
file as per the tutorial provided, which by the way is based on the academic CV template, very different than the landing-page template.Saved and kicked off the github actions. Only to find no change in the deployed site than the one used after forking the template.
Perhaps this is becuase forking landing-page theme template, forks the CV template , instead of the former.
Reproduction Link
https://ashwinsingh85.github.io/
Steps to Reproduce
...
Expected Result
Whatever output should be observed after changing the
content
>authors
>admin
>_index.md
file for this template.Actual Result
Same page as the landing-page template.
What Hugo Module versions does your site use?
module my_website
go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240113174520-1975d0f568ff
)
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Firefox
Which Hugo Blox template are you using?
Landing-page
What version of Hugo are you using?
hugo v0.122.0
Beta Was this translation helpful? Give feedback.
All reactions