the_website
the_website copied to clipboard
Fix padding/margin for these reST elements: - footnote - citation - transition - parsed literal Other stuff: - use a 2-column layout where both scroll independently - currently they can't...
This is one of the hardest things to figure out (at least for me). This issue is intended to discuss the problem and list any noticeable things that could help...
The website has no strong reasons not to be mobile friendly so there should be some line length limit. - The limit should exist because: - horizontal scrolling of code...
This project needs a unique and catchy name. "C++ website" is too generic and unsearchable. Best propositions are the ones that can relate to some memes in the C++ community....
Add icons to various places on the website (admonitions, sidebar, maybe footer) - made some unsuccessful attempts at CSS icons (they are either too complex or have broken positioning): -...
Some metadata fields are still unused, including author and date.
Should use page's metadata fields. Verify that links are valid. Add buttons at the bottom and at the top of the page.
Decide what to do with these. They might be useful for something.
Investigate and implement support for LaTeX inside articles. Possible implementations: - MathJax (rendered using JS) (client-side) - LaTeX through Markdown compiler to images (generation-time)