# Aigis will run from same directory where this config file resides
# All paths should be relative to there
name: XXXXX StyleGuide

# The directory containing the source files to parse recursively
source:
  - ../../src/scss

# You may alternately specify multiple directories
# source:
#  - ./sass
#  - ./sass/style.scss

# The types that aigis will scan to document comment
source_type:
  - .css
  - .scss
  # - .sass
  # - .styl

# If you want to generate documents from markdown
# source_type: .md

# The directory that aigis will build to
dest: ../../web/styleguide

# The assets needed to build the docs
# You may put doc related assets here too: images, css, etc.
dependencies:
  - ../../web/styles/styleguide.css
  - ./doc_assets

# Index page created from markdown file
index: ./README.md

# You can choose template engine : ejs, jade, handlebars
template_engine: hbs

# The directory containing the tempalte files to generate pages
# It must contain 'layout.xxx' and 'index.xxx' (.ejs or .jade or .hbs)
template: ./template

# Aigis displays logs
log: true

# When you don't want color palette page (color.html) you may set false
color_palette: false

#
transform:
  - html
#  - jade
#  - ejs
#  - hbs
#  - coffee

# Aigis
timestamp_format: 'YYYY/MM/DD HH:mm'

preview_class: aigis-preview

# component_dir: ./html

output_collection:
  - category
  - tag

highlight_theme: one-light
md_class:
    blockquote: [md__blockquote]
    heading: [md__title]
    hr: [md__hr]
    list: [md__list]
    paragraph: [md__txt]
    table: [md__table]
    link: [md__link]
    image: [md__img]

# plugin directory
# plugin: ./plugin

# helper_options:
#   disable_link_index: true