Hello PW,
discovered few days ago this awesome cms and now want to start a project on it, but need some help. I'm coming from the drupal side, which I kinda like, but it is not usable for smaller projects like I need now. I like it's way to build to content from the ground up, but it feels heavy, don't know why. PW feels really light and want to give it a try.
Long story short, development it is a hobby for me, so everything I do is self-learned throw try & error, no programming skills yet. I want to learn JS now, and for that, want to translate a website to my native Romanian language so I can learn myself and others in the future. The site I'm talking about is www.learn.javascript.ru
I want to build a similar structured site (please see the attached image):
Home / Projects / About will be basic page template based, no problem with them.
mysite.com/javascript/
Starting Learn JavaScript will be a basic page template as well, I can make it statit, as it will contain some info and links to the Sections of the JS theory pages.
mysite.com/javascript/section-name/
By accessing a section page, I want to see again some description text and links of the attached unit pages to this section, so when I open any section it shows me all the attached unit pages to it. On the sidebar, I need to render links to all the sections, just that.
Next is unit pages like mysite.com/javascript/section-name/unit-name/
Here goes the units text, main content in other words, like a blog post. The key point is to have a dropdown and select the section page for it. For sidebar, I want to render the list with links for every headline from the unit page. Will do it by using Jumplinks Hanna Code, I believe it will do the job perfectly.
Who can give me a hand with the templates?
first /javascript/ page I can do as a basic page.
next /javascript/section-name/ don't know. what fields should it contain for linking units?
and last /javascript/section-name/unit-name/ again, what field needs to be used for linking? Page refference I believe?
How I write it to templates?
Would be gratefull for your help guys,
Thank you