Closed NathanLovato closed 4 years ago
I've been thinking about easing in the content creation process. So we have a lot of documents that we want people to start contributing to, each could be viewed as a separate project. This might be a stupid idea, but couldn't we use sub git projects/repos to store individual projects? For example, the learning godot documentation could be a separate repo that's referenced by the GDQuest website repo. This would keep things better organized in terms of finding the project itself and cleaner issue tracker.
On the shop part - is it possible to integrate gumroad/mavenseed directly so users don't have to leave the GDQuest website?
Some other thoughts:
README.md
files from the demo/tutorial projects. I'm pretty sure we could find a git solution to reference a file from another repo, much like a subproject. And have that integrated with the GDQuest website. *Problem: how would we keep the README.md
file compatible with GitHub Markdown and Hugo's extensions: {{- -}}
?I'm not sure what you mean by
We should centralize our communication there, on top of using YouTube
in point 6. What type of integrations do you have in mind? Or how do we centralize this communication in practice?
couldn't we use sub git projects/repos to store individual projects?
The only thing we have are subtrees/submodules, and they're a pain to use. If a project was larger and we could have dozens of persons contributing I'd say why not, but I'm not sure we'll get even 2 contributors on a given project. Splitting repos also means making them harder to find, a single central location can help get more stars on github, thus more visibility in the search engine and recommended repos, etc. Submodules also mean more maintenance work.
maybe it's a good idea to rethink a bit the naming convention we're using for the github repositories
Sure! I don't have any idea of conventions that could work for the wide variety of projects we have though.
better integration with the YouTube playlists
We have a python program to convert the playlists to content pages already. I don't think that youtube videos themselves would keep people on the website - the viewing experience is nicer on YouTube where you'll have recommendations, the video description, comments...
Now having the videos on the website is interesting to link to related content, to add notes and resources to tutorial series, etc. On the course template you have some setup for that: https://www.gdquest.com/tutorial/game-design/godot/introduction-to-shaders/
integrate relevant repo README.md files from the demo/tutorial projects. I'm pretty sure we could find a git solution to reference a file from another repo, much like a subproject
You always can pull content/data from a file over the network, but it kills the build time and makes it generally slower to work on the website, killing the purpose of using a fast static engine. See #110
I don't think it'd be that useful either to try to keep things in sync automatically - we don't change readmes often, and we'd have to maintain the code that syncs stuff.
There's no magical solution with git itself - you'd probably be better off having a shell or python script that copies files over from repositories on your computer.
in point 6. What type of integrations do you have in mind? Or how do we centralize this communication in practice?
Having everyone in the team write news for the website instead of me writing news on Kickstarter, etc. Then linking to that on social networks, Kickstarter, Mavenseed posts...
Regarding demos by the way, I don't think we should duplicate the work we have on github, pulling the readmes. I'd rather have a gallery of demos, e.g. a grid of icons with a short description, linking directly to github.
Recent changes on the website addressed most issues listed here. The main one left is #104, adding search, but besides that it should already be much better. Closing for now.
The problems
General goal
Make the website a hub to find our content across platforms.
To achieve that, I think we need to focus on:
Issues
See the project board