You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you want to hide tags, install last release of index_list backend (1.2) and pryz theme (1.1)
wget https://github.com/Pryz/asciidoc/raw/master/Rakefile
# Edit the rakefile with your notes location
# Then build html and index
rake
# or html
rake genhtml
# or index
rake genindex
# or just one html note
rake genfile["txt/my_file.txt"]