ThomasJanUta / oberion

Create your own website for your game within 5 minutes

Home Page:https://oberion.thomasuta.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oberion

Oberion

๐ŸŽฎ๐Ÿค–๐Ÿ•น๏ธ

The Website Builder made for Game Developers

Oberion creates a stylish website for your video game.

Oberion requires you to have a Steam Store page with content about your game. Take a look at https://oberion.io/preview to see how your website will look like with your current Steam Store page.

๐Ÿš€ Quick start

  1. Make your Steam Store page beautiful and interesting for gamers.
  • all the website content comes from your Steam page
  • GIFs in your description make your website feel more alive
  • include cool screenshots
  • have a nice gameplay trailer with to catch attention within seconds
  1. coming soon

๐Ÿง What's inside?

Everything you need to build your own website!

This is a Gatsby project written in JavaScript and React. Conventional CSS and styled-components is used for styling. GraphQL is used for querying the content. Node.js builds the static site once before deployment.

๐ŸŽ“ Customize

Customize content

The best way is to customize your Steam page in Steamworks. Trigger a redeploy and the changes from Steam are automatically merged into your website.

Customize styles

The easiest way is to define your own custom styles in the styles.css file like this:

body {
    background: black;
    margin: 0;
    width: 100%;
    font-family: "Roboto", Arial, sans-serif;

    /* --- custom styles --- */
    background: MidnightBlue;
}

This way your custom styles are applied without breaking our default styles. CSS uses attributes that are specified later with higher priority. If you delete or replace the default styles you might encounter merge conflicts when we update this project.

Redeploying will not overwrite your custom styles.

Customize HTML

This project uses React JSX and JavaScript to define the browsers HTML in the src/pages and src/components folder. If you have no experience with React it is not recommended to change the JSX code.

If you want to continue receiving content updates from your Steam page the JSX code must remain intact.

FAQ

Can I change the styling to customize the look and feel?

Of course! This is open source. Make the site your own.

Please be aware that https://oberion.io uses this project internally. We want to improve Oberion and this project. It is subject to change and your customizations might not work in future releases.

Where is the content coming from?

Directly from your Steam Store page.

What is Gatsby?

Gatsby is a static site generator. Oberion uses Gatsby to create a static website made out of HTML, CSS, JavaScript, so you can host it anywhere you want.

How do I get my site on the internet? How do I deploy the website?

You can use GitHub-Pages for a quick 5-minute deployment.

Or you get your own custom domain and host your website there.

๐Ÿค How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you contribute! ๐Ÿ’ช๐Ÿ’™

Feel free to open an issue if you have questions, encounter bugs or want to contribute with a pull request.

Pull requests should always reference an issue. Before making a pull request, please open an issue first.

Read the contribution guidelines.

๐Ÿ“ License

Oberion ๐Ÿ’™ open source. Build something great!

MIT license: Free for private and commercial use.

๐Ÿ’ซ Check out our project

We're building the website builder for game developers at Oberion.

About

Create your own website for your game within 5 minutes

https://oberion.thomasuta.com

License:MIT License


Languages

Language:JavaScript 90.0%Language:CSS 10.0%