Julia-Streamers/Julia-Streamers.github.io

Choosing (or Making!) Best Franklin.jl Template for Streamer Website

Closed this issue ยท 11 comments

Please help decide on a good template for the Streamer Website!

Visit the FranklinTemplates github page to tell us what you think should be the best template and why! ๐Ÿ˜ƒ

What will be the use of the website? You can also easily build a more suitable template with some CSS framework like Bootstrap.

I like the minimalism in Lanyon @logankilpatrick! I think striving for something like that would be great in the final version. Are there any other templates similar to that or is that pretty much the best minimalist template you could find?

A proposal for the landing page.

image

We may also need a page to list all the recordings.

Similar to this one:

https://pythonbytes.fm/episodes/all

image

That looks awesome @findmyway ! How have you designed it? Can this be exported to html/css?
For the recorded episodes we probably need the TwitchAPI so I suppose we do that in a bit later version.

Just picked a random mockup tool available online (I'm also a novice ๐Ÿ˜„ ). The layout came into my mind when I see this issue. I guess it's not difficult to write one from scratch.

Ha okay. I know that some support to output it as a template for html/css. I'm very bad with css ๐Ÿ˜†

@zdroid - greatly apologize for missing your comment! Not sure why I missed it. Yea, you are absolutely right. We could build something via Bootstrap. However, the goal was to somewhat keep the website in Franklin.jl to both support that project as well as demonstrate the abilities of Julia as somewhat of a multi-use tool.

@findmyway and @zdroid I love what you mocked up @findmyway! It looks great! @zdroid, would it be possible to make something like this as perhaps a Franklin template of sorts? Also, see issue #6 for ideas about how to solve determining who is online or not.

Thanks! ๐Ÿ˜„

@TheCedarPrince Of course, it'd be done with Franklin, just using Bootstrap for CSS (and JS, if needed). For example, https://julialang.org (Julia's official site) and https://zdroid.github.io (my site) were built with Bootstrap, with minimal changes to it.

After conversation with @logankilpatrick, I have decided to use the poole/lanyon theme per his suggestion for Version 1 of the website (#7).

@zdroid, @findmyway, and @Wikunia, thank you all so much for your input! I made this decision just so we could go ahead and have something to get started. I will open up another issue for this sometime in the future for Version 2 of the website.