Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 747 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 747 Bytes

Prereqs

# To use the custom pygments lofic theme :
wget https://github.com/Pryz/asciidoc/raw/master/backend/lofic_backend-1.0.zip
asciidoc -v --backend install lofic_backend-1.0.zip

# For custom lofic pygments :
wget https://github.com/Pryz/asciidoc/raw/master/themes/lofic/lofic-1.0.zip
asciidoc -v --theme install lofic-1.0.zip

# For the asciidoc custom layout :
wget https://github.com/Pryz/asciidoc/raw/master/themes/pryz/pryz-1.2.zip
# or
wget https://github.com/lofic/asciidoc/raw/master/themes/pryz/pryz-1.2.zip

asciidoc -v --theme install pryz-1.2.zip

# For the tips search backend (hidden tags) :
wget https://github.com/Pryz/asciidoc/raw/master/backend/index_list-1.2.zip
asciidoc -v --backend install index_list-1.2.zip