the_website icon indicating copy to clipboard operation
the_website copied to clipboard

Results 9 the_website issues
Sort by recently updated
recently updated
newest added

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...

help wanted
CSS

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...

C++
discussion

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...

discussion

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....

help wanted
good first issue
discussion

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): -...

build enhancement
HTML/Jinja2
CSS

Some metadata fields are still unused, including author and date.

build enhancement
HTML/Jinja2

Should use page's metadata fields. Verify that links are valid. Add buttons at the bottom and at the top of the page.

build enhancement
HTML/Jinja2

Decide what to do with these. They might be useful for something.

build enhancement

Investigate and implement support for LaTeX inside articles. Possible implementations: - MathJax (rendered using JS) (client-side) - LaTeX through Markdown compiler to images (generation-time)

build enhancement