I am a back en dev who is terrible at anything frontend. I can not design web pages. I know my stuff in the hosting and back end development though.

Now I have started my own firm for consulting as a dev/ops engineer and would like to serve some sort of company web page.

What I want is very simple. One page. Good looking design. Information about my company and what I do, and a mailto -link for contacting me.

One single simple static web page for this. No fancy scrolling or effects.

How do I go about this? I have tried 11ty, Hugo, WordPress, and simple HTML templates.

I feel like neither of these are the right tool. They are either very complicated, full of features, or they create badly looking web pages.

11ty, Hugo and Jekyll all seem nice and more like what I need, but they are focused towards blogging which does not fit my use case. The templates that look good that I found didn’t work and had minimal or no instructions at all about how to get them to work.

What is clear to me is that I have a huge front end shaped gap in my competence that I should work on. Please do not bash me over this.

Now that you understand my situation; What tool or template would you recommend that I use?

I just want a simple good looking landing page with info and a link.

Thank you for any support or advice. I am just tired of failing at something I feel like should be an easy task to manage.

  • PhilipTheBucket@ponder.cat
    link
    fedilink
    arrow-up
    3
    ·
    3 days ago

    Makes sense. I know it has a bad reputation, but GPT or Claude can sometimes be really useful to bridge that gap when you’re first getting started with something until you get your feet under you. I know exactly the feeling you’re talking about. The chatbots aren’t smart enough to really get the big work done, but they can point you in the right direction for the first few steps so you don’t have to dig through 10 different tutorials to find where the basic stuff is.

    You might have already found this, but if you do decide to start out with that Hugo theme, content/*.md, layouts/_default/baseof.html and layouts/_default/index.html are the big starting points for page content and presentation. Start with just compiling the completely default site, make sure it looks like the demo, then make changes one by one, asking the chatbot for what file to change if you get lost for how to make a change or it doesn’t seem like it’s functioning right, but ignoring its attempts to do it for you since it usually won’t get it completely right.

    Best of luck!