Add homepage to be the parsed form of README.md
nikochiko opened this issue · 2 comments
nikochiko commented
Parse readme.md and render it as html on homepage of webapp.
FreSauce commented
im interested
nikochiko commented
There you go. I've assigned you the issue.
So for this, I'll put a basic guide map, but feel free to go on as you like:
- How the markdown can be rendered into html (look for which tools can be used -
docutils
) - Convert the README.md here into html.
For now, we can just use this static html, later on we can add it into the deployment script.