SFTtech / openage-pr

openage website and public relations content
http://openage.dev
7 stars 6 forks source link

[Proposal] Website redesign? #6

Closed simonsan closed 4 months ago

simonsan commented 4 years ago

When talking to people about openage they often ask for a webpage for more info. I have the feeling from questions coming after sending them to our official website, that the website itself and even the repo (which I often send in addition for even more information) for new people doesn't really give all the information in an easy to find and non-overwhelming way.

So, what do you think of a rework of our the openage - website?

The following examples I took mainly from https://www.projectborealis.com/ and https://www.python.org/ .

About the project borealis website I like that it is streamlined and all the infos are not overboarding. It's one page layout, that I normally dislike, but here it is really made in a nice and clean way.

The python website I personally find too over-boarding with information for a project like openage, where most people want to first be informed about the basic principle of the project itself and afterwards dig deeper into development etc. But I choose it because I find the main menu really clear and also the menu items are really well sorted. You get to the infos you need fast.

Here are some examples what we could add, what we could change and how a good (in my opinion) page could look like from the before mentioned examples:

What do you think, would it even make sense to ask someone professional to do it for us? I think everyone has already enough to do, also web-design is a good topic to ask someone that is more into the topic then most of us are? Maybe even someone has already an idea who we could ask?

Please state your ideas, suggestions and/or opinions. Cheers!

UPDATE: Another good example i feel is the website of the game-engine amethyst.

simonsan commented 4 years ago

Probably it make sense to stick to static site generation.

Something like Hugo that also works with markdown, is easy to set up and has some good themes ready to use.

Examples:

Update: I asked the guys from PB what they use for a static site generator and they were recommending pelican. Will have a look into both. Pelican seems nice because it supports Markdown and Restructured Text file which will make future C&P from our /docs even simpler if we want to write an News post or something. And it's written in Python, so we don't need to get in touch with another ecosystem for pulling in a dependency as for hugo(?). Sadly they don't have any good templates for us there afaics.

TheJJ commented 4 years ago

Sure, the website could should have been overhauled years ago. So whatever solution that is better than the current one, just go for it. I wouldn't hire someone for it, though, we're still a free software project :)

TheJJ commented 4 years ago

First improvement happended in #8 :)