#
# Common options
#
source: .
destination: generated_content # or . or ~/Hyla or generated_content
# end common options
#
# Logging
#
mode: production # Default value = production. Available : 'production', 'development"
tracer: 'false' #Default value is false. Can be true or false
level: 'INFO' # Values available : DEBUG, INFO, WARN, ERROR, FATAL. Default for production : 'WARN' and development 'DEBUG'
dirname: # Directory where the log files will be saved
logname: hyla.log # Name of the log file
#
# 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 # or revealjs-redhat, revealjs (old gpe style)
attributes:
source-highlighter: highlightjs # prettify, pygments, coderay, highlightjs
highlightjs-theme: sunburst
linkcss!: true
data-uri: true
scripts: jquery-1.11.2.min.js,gpe.min.js # List of scripts separated by a ','
scriptsdir: revealjs-redhat/lib/js # TO BE USED FOR REVEALJS-REDHAT BACKEND
# Fonts Awesome based Icons - http://fortawesome.github.io/Font-Awesome/icons/
icons: font
#
# Font Icons attributes
# This list can be extended to use the fa-icon that you want
#
icon-arrow-left:
icon-arrow-right:
icon-exclamation-mark:
icon-question-mark:
#
# To have an empty paragraph within a slideshow
space:
# Use Remote resources of Font Awesome Icons (css)
# iconfont-remote: true # Uncomment this line
# iconfont-cdn: http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
# Use Local resource of Font-Awesome
# iconfont-remote: # Comment this line
iconfont-name: font-awesome-4.3.0
# 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 used for RevealJS slideshow
#
revealjsdir: 'revealjs' # dir available : revealjs OR revealjs-redhat (new RedHat branding)
revealjs_theme: gpe # GPE OR # default, solarized, beige, blood, conference, default, moon, night, serif, simple, sky, solarized
revealjs_transition: none # default/cube/page/concave/zoom/linear/fade/none
revealjs_history : true # To include the slide link into the url
revealjs_display_slide_number: true # display the number of the slide bottom of the screen
revealjs_scrollbar: true # Support scrollbar's browser for the slides
revealjs_slideshow: true # Attribute that we use to include/remove title cover for revealjs
revealjs_cover_image: image/1156515-Logo_RH_RGB_Reverse.png
revealjs_footer_copyright: "Copyright ©2015 Red Hat, Inc."
# Factor of the display size that should remain empty around the content
# revealjs_margin: 0.1
revealjs_margintop: '1%'
revealjs_marginleft: '5%'
# The "normal" size of the presentation, aspect ratio will be preserved
# when the presentation is scaled to fit different resolutions. Can be
# specified using percentage units.
revealjs_width: 960
revealjs_height: 700
# Bounds for smallest/largest possible scale to apply to content
revealjs_minscale: .2
revealjs_maxscale: 1
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