I've tried a few non-Angular static site generators Jekyll, Hugo, Gatsby, and Eleventy before I finally decided to go for the framework I know best, so I chose Angular. Angular seems to only have Scully, which seems to suffer neglect, disinterest from the owners, and package problems. It also seems more focused on just static outout generation, but not on components etc.
Now I've been building basic web pages for 20 years, so the HTML and CSS essentials are clear to me, but I battle a bit with proportion, scale,. alignment etc. The tools out there that offer this feature all suck in that they ingest your profile data according to their (seldom close to real world standards), or have you fill in repeatedly for each new place its used.
I'm looking for a guide that can help me set up a few basic components, like a Header, Profile, Skill, Skill List, Work History Item, Work History List, Interests and projects, Education etc. I can easily make these all my hand, but this is v1 of my site I need ready tomorrow.
This version should just display my CV, and present a contact button to receive a PDF copy if it.
What I'm looking for in the guide is basic guidance on the general architecture and design of this little app, maybe pointers to sources for the components I want. I am also looking for a large choice of generators for themes and templates for the site. Content is all already generated in MD and that is very easy to parse into HTML.