This is an early draft trying to bring a more modern look to the readthedocs theme included in the asciidoctor gem.
Note
|
This style is still work in progress and not every element has been finalized yet. Refer to the Sample Article file to judge for yourself. |
Simply copy the readthedocs.css
file to your projects root folder and run
asciidoctor
as follows:
asciidoctor -a stylesdir="$(pwd)" -a sytlesheet=readthedocs.css *.adoc
Simply type rake and the command will download a docker container for the
build. And create the readthedocs.css
file.
rake
-
✓ Table of Contents
-
❏ Admonition
-
✓ Admonition colors and style.
-
❏ Admonition title overrides.
-
✓ Simple one line admonitions.
-
❏ Rich content admonitions.
-
-
✓ Lists
-
✓ Unordered Lists
-
✓ Ordered Lists
-
✓ Alpha numeric
-
✓ Roman numerals
-
-
✓ Checklists
-
-
✓ Links
-
✓ Link symbol in section titles (anchor)
-
✓ Adjust link and text-decoration.
-
-
❏ Quotes
-
❏ Tables
-
❏ Table border style
-
❏ Table header style
-
✓ Code inside tables
-
✓ Code inside tables
-
-
❏ Cleanup
-
❏ Remove duplication.
-
-
❏ Footer