Application JSchmidt

Join the team. This area is for people who want to participate in OpenMW's development in one way or another.
User avatar
AnyOldName3
Posts: 2668
Joined: 26 Nov 2015, 03:25

Re: Application JSchmidt

Post by AnyOldName3 »

We can just have Webpack/Jekyll/whatever eat the Markdown as source code when the site's built before it's deployed, then the server's just got a bunch of HTML files and a CSS file it serves up and doesn't have to do any thinking beyond that, and the browser gets some static HTML pages and CSS to make it pretty.
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Application JSchmidt

Post by psi29a »

Indeed, the point is that we want something super simple stupid. The use of javascript should be avoided. We get enough stats by having cloudflare in front anyway.

So having a landing page with a quick splash about OpenMW, how to get the latest stable release, a small blurb from latest blog post and then smaller links to other parts of the website. Blog, Documentation, Source, Downloads, About

I believe most of this can be handled with dead simple html and CSS wizardry.

Ideally the blog is just markdown converted to HTML. Some embedded youtube might cause us to have javascript however, but perhaps it's all done via HTML5 these days?

Update: ah no, youtube abuses iframes:

Code: Select all

<iframe width="560" height="315" src="https://www.youtube.com/embed/lj9OgGQ_QkY" frameborder="0" allowfullscreen></iframe>
Post Reply