-
Notifications
You must be signed in to change notification settings - Fork 490
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
Creating a SSG website for this project. #656
Comments
Hello @avinal Thanks a lot for this information. This made my general conception more clear. Would it be possible for you to work on this, or do I need to configure this from my side? I guess we can go ahead with a new branch and have the scripts separately. This would give us a lot more control. |
Hi @HarshCasper, |
That's a sound opinion. We don't want to over-burden new contributors. I guess we can go with the other one right now. Let me know what theme we would like to finalize on. If you would like to get access to the repository, let me know. |
I don't think access will be needed since I can open a pull request for any change, and its much safer when something goes through multiple eyes. I would like to use Sphinx because it will be easy for newbies too and theme is not a problem, https://sphinx-themes.org/ , you can change themes anytime by changing few lines, without losing any content, since all themes have basic templates. Also to use all features all of the markdown will need to converted to reStructured Text, they work almost the same way, |
Awesome. You can go ahead! |
@avinal, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute. |
Hello @HarshCasper, I am starting to convert all readme files from Can you please create a new branch and enable GitHub pages and create another gh-pages branch? |
@HarshCasper, please see this! |
@HarshCasper, Please see if this looks right, I have converted all files to rst using bash scripting and pandoc, just need to connect and resolve issues, it will ready in few days, I will soon be giving a live demo. P.S - This is a mobile version, just in case you wanted to see |
I will create the same by Evening. Apologies for missing this out in a drain of notifications. |
Damn! This looks awesome 🚀 |
@HarshCasper, Thanks. This theme has more interesting features, one of the most awesome of them is inbuilt binder support, we can run scripts(mostly python) right on the website. I haven't tried them much but sounds cool. |
Hi @avinal Thanks for the efforts and contributions! I have created a branch named Also as a gentle request, can you please create a new discussion thread and post all your progress over there? It would be easier, to take a look over the progress and let the other contributors share their opinions. Thanks for everything! |
sure @HarshCasper, will do that by tomorrow. |
Hello @HarshCasper,
There are lots of SSGs, some of the most popular are Sphinx, Jekyll, and a lot more. More or less they work on the same principle, that is converting Markdown or reStructured Text into HTML.
You may choose any SSG, but Jekyll has an additional advantage that it works natively with gh-pages, no CI/CD required. There are a plethora of themes. As per my experience, I can suggest two ways to create a website for this project.
For example you can see these:-
The text was updated successfully, but these errors were encountered: