Need advice on my workflow plan for building a site

There are so many different ways to build a website and it seems like which method is best changes based on the desired end product.

Plus all of this changes on a regular basis so I would appreciate any insight on what I have planned.

I am building a site for a friends business and will be relatively basic but will have a blog aspect.

My plan was to use wordpress and the generatepress theme as it is so lightweight.

I want to avoid using a pagebuilder because I want to be comfortable building with the actual code. Also my understanding is pagebuilders can add bulky unused code that slows the site down.

So I was thinking of using a CSS based framework. I figure the site won’t have much interactivity so I can always add that individually with javascript/jquery or a wordpress plug in, avoiding the use of a bulkier framework that already has javascript in it like bootstrap.

I was leaning towards the w3.css framework because it is so lightweight and simple and I have used it once before.

Then I started to think that the only aspect that I really utilize is the media queries for responsive design. Having css classes that resize or hide the content to display on desktop vs tablet vs mobile.

So at that point I was wondering maybe the best bet is just to make my own framework? Because it will only include the elements needed for the site?

Any advice would be great. I don’t really know if this is the best approach to what I want to do, but the end goal is a lightweight website that I hand build as much as possible to keep it fast and so I can understand the HTML/CSS better.

Thank you.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.