-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website for Terminator #1
Comments
You can join gitter for chat: gitter.im/gnome-terminator/community |
I think the ideas are pretty solid for starters. A blog section may be a good idea for communication, but not sure what the right way to implement it would be (i.e do we go full-stack or stick to a static website for the blog). Are we using our own CSS and Vanilla JS? or are we sticking to a framework (React/Vue for JS, Bulma/Bootstrap for CSS?). When and where do we start? |
A simple Jekyll/Markdown site using one of the pre-defined Github Pages themes might be good starting point. Example: https://muru.github.io/terminator/ generated from https://github.com/muru/terminator (with the inital contents mostly copied from the README and the old Terminator blog. |
Yeah, Jekyll and Markdown is what I would go with. I believe we should use our own CSS so we don't have an extra burden of keeping upgrading and potentially having to fix CSS problems as versions change (it is enough maintaining Jekyll updates, in my opinion). We should also stay away from using more complicated front-end setups for this case. Jekyll can even provide i18n (using some very simple trickery) if we ever need it. Of course, if the need arises, we can add React/Vue/whatever o the site later on.
I think someone that can do admin stuff on the repo should create the github pages repo with a simple placeholder readme so we can clone and start working. |
I will create the repo in a moment. A blog won't be necessary at the start, I'd prefer users to watch released on GitHub, and have proper release info there. |
Please coordinate here, simple website with Jekyll, no magic JS framework please :) |
@lazyfrosch how attached are you to the pages having HTML content rather than markdown? Would it be OK if I started out by replacing the html with markdown? |
As the old website https://gnometerminator.blogspot.com/ is stale and inaccessible for us, I want to host a simple website using github pages.
URL:
gnome-terminator.github.io
Ideas:
Any other ideas?
The text was updated successfully, but these errors were encountered: