-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add project website #33
Comments
There's a ton of tools for Markdown to Webpage generation.
Some render the Markdown even fully on the client side via JavaScript
A (somewhat arbitrary) collection:
|
I'd first try it with zero-md, as this could bring a really nice efford/result tradeoff 😀 |
I briefly tried out zero-md and GitHub Pages directly. Turns out zero-md provides the theme and rendering for the markdown page in itself, but does not layout an appropriate page container. For a use case as ours, is intended to be used together with zero-md-docs. That again assumes the whole docs to be placed in GitHub also features rendering of the Markdown Pages with a GitHub renderer directly and provides a selection of themes. External themes can be used as well. I'd change colors, hero background image etc. but overall I like the theme regarding page layout, font etc. |
See |
@ll-nick How do you like the Cayman theme? |
Ah, I see you've been busy :) Yes, I looked through all the themes just now and I agree that the Cayman one looks best. Using a statically generated site via GitHub actions also seems like the sensible choice to me. So how would it work for the tutorial? Can you create sub pages using more markdown files and have some kind of navigation bar or something? |
Yepp, linking to the respective Markdown file (e.g. in I'm impressed – that's like no effort at all ❤️ |
Alright, I played around with colors, fonts and code highlighter themes. These changes are still in the generic cayman theme repo (was the easiest to setup for testing): So, I still need to transfer this to our page. @ll-nick Are you fine with the theme? |
Look great! ❤️ |
Alright, PR is ready: #50 |
Hosting a static website via github.io shouldn't be a huge amount of effort but is way cooler than having just the readme.
The text was updated successfully, but these errors were encountered: