luizdepra / hugo-coder

A minimalist blog theme for hugo.
MIT License
2.69k stars 1.05k forks source link

Page and form not resulting #661

Open abrahamalen opened 2 years ago

abrahamalen commented 2 years ago

I have added an Archives page to the website and it's not resulting in the output. Any idea of the issue? Repo image

and the subscription form I added also is not resulting in the Subscribe page. A form to enter email id and subscribe. image

luizdepra commented 2 years ago

If I understood correctly, you will need to create an archetype template and set the type/layout in the front matter of the desired page. I recommend you to take a look at the Hugo's Documentation and Forum. This kind of modification is beyond my current knowledge.

abrahamalen commented 2 years ago

Thank you @luizdepra

abrahamalen commented 2 years ago

Is there a code base for archives page in hugo-coder theme @luizdepra

luizdepra commented 2 years ago

I don't think so. But, what is the difference from other kinds of pages? There is any other theme that has this kind of content?

abrahamalen commented 2 years ago

I have made the code and all but the archives page content is not coming up and even mysubscription form image Archives page is coming but the content is not loading.. any idea?

I haven't committed the code, running it in local website

abrahamalen commented 2 years ago

@luizdepra any ideas on the problems?