#
# Common options
#
source: .
destination: generated_content # or . or ~/Hyla or generated_content
# end common options
#
# Styles
# Supported : liberation, asciidoctor, colony, foundation, foundation-lime, foundation-potion, github, golo, iconic, maker, readthedocs, riak, rocket-panda, rubygems
#
style: liberation
#
# Show snippet tag content
#
snippet_content: false # Change the value to true if you would like to generate the HTML content for the text wrapped around tag::[snippet] & end::snippet[]
#
# Asciidoctor and attributes options
#
backend: html5
attributes:
source-highlighter: coderay
linkcss!: true
data-uri: true
# Font Icons - http://fortawesome.github.io/Font-Awesome/icons/
arrow-left:
arrow-right:
icons: font
iconfont-remote: true
iconfont-cdn: http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css
# stylesdir: path_of_the_styles directory
# footer_copyright: # Co(Un)mment this line and add Copyright Text when required
# header_image_path: # Co(Un)mment this line and add image path location when required
# nofooter: true # Co(Un)mment this line when you don't want to see the footer - black line
# noheader: true # Co(Un)mment this line when you don't want to see the header section
# showscript: true # Co(Un)mment this line when you want to display notes for instructors
# audioscript: true # Co(Un)mment this line when you want to include the audio html tag
# Attributes required for slideshow
revealjs_theme: default # theme to be used default for revealjs slideshow : solarized, beige, blood, conference, default, moon, night, serif, simple, sky, solarized
revealjs_transition: fade # default/cube/page/concave/zoom/linear/fade/none
revealjs_history : true # To include the slide link into the url
# revealjs_vertical_alignment: true
revealjs_display_slide_number: true # display the number of the slide bottom of the screen
scrollbar: true # Support scrollbar into the browser for the slides
slideshow: true # Attribute that we use to include/remove title cover for revealjs
# end asciidoctor attributes
#
# Hyla options
#
# New/Create command
artefact_type: article
type: asciidoc
# end new/create command
#
# Generate command
#
rendering: adoc2html # Render asciidoc, asciidoctor files to HTML using backend HTML5, Revealjs or Deckjs
# rendering: index2html # Render an asciidoc file with extension .txt which is an index of files (include::) a HTML file (= sum of the included files)
# rendering: html2pdf # Generate pdf from a HTML file
# rendering: toc2adoc # Using an asciidoc file which is a Table Of Content a collection of directories (title level 1) and files (title level 2, 3)
# end generate command
#
# Generate command
# Rendering : toc2ado
#
project_name: my-project
toc: ~/hyla/toc.adoc # Change location
#
# Serve command
#
port: 4000 # HTTP Local port number
host: localhost # Your local machine http://localhost
baseurl: /hyla/ # Used to map destination directory with base url to access content --> http://localhost:4000/hyla/
#
# Sendmail command
#
email_attributes:
from: "FirstName LastName "
to: 'email address'
subject: "TO BE DEFINED"
# GMAIL
#smtp_server: 'smtp.gmail.com'
#port: '587'
#enable_starttls: 'true'
#user: 'user_name'
#password: 'password'
file: 'file name to be used as attachment for the email or embed in the body of the email' # Change File name
# end of sendmail command
#
# PDF options
#
# file: file_name.html # If empty, then the content of the source directory will be used
# cover_path: # Co(Un)mment this line to use it and Path to the HTML file containing the cover page
# header_html_path: # Co(Un)mment this line to use it and add Path to the HTML file containing header/banner
# footer_text: # Co(Un)mment this line to use it and add Copyright Text
# end hyla options