8000 GitHub - david-barbion/tips: Various tips that I collect.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from lofic/tips

Various tips that I collect.

Notifications You must be signed in to change notification settings

david-barbion/tips

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Various tips that I collect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0