I'm completely revamping my company website using the Hugo framework and Bootstrap. Developing websites is not my specialty, so I need help understanding how to use a Hugo theme (Tikva) and Bootstrap to make the website look the way I want it to. Since I first developed a website in 1993, I have only used html and css. Now I need to add modern features like screen size adaptation, blogging and site search functionality.
I have created all revised page content, images and menus. My current problem is learning why the website (loaded locally via 'hugo server') does not display menus and pages correctly after installing Bootstrap Quick Start.
Should I focus on Hugo theme or Bootstrap?
I treat the website the same way I would a Python, R or SQL program, by reducing it to just an index page and working through a config.toml. Progress has been made and will continue.