| |
| |
| |
| text_extensions: [ 'coffee', 'css', 'adoc', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'php', 'rb', 'sass', 'scss', 'txt', 'xhtml', 'xml' ] |
| |
| |
| |
| |
| output_dir: output |
| |
| |
| |
| |
| |
| index_filenames: [ 'index.html' ] |
| |
| |
| |
| |
| enable_output_diff: true |
| |
| prune: |
| |
| |
| auto_prune: true |
| |
| |
| |
| |
| exclude: [ '.git', '.hg', '.svn', 'CVS' ] |
| |
| |
| |
| |
| |
| data_sources: |
| - |
| |
| |
| type: filesystem_unified |
| |
| |
| |
| |
| |
| |
| items_root: / |
| |
| |
| |
| layouts_root: / |
| - |
| type: static |
| items_root: /static/ |
| |
| |
| |
| |
| |
| |
| |
| allow_periods_in_identifiers: false |
| base_url: http://www.centos.org |
| |
| |
| |
| watcher: |
| |
| |
| |
| |
| |
| dirs_to_watch: [ 'content', 'layouts', 'lib' ] |
| |
| |
| |
| files_to_watch: [ 'nanoc.yaml', 'Rules' ] |
| |
| |
| notify_on_compilation_success: true |
| notify_on_compilation_failure: true |
| |
| |
| deploy: |
| dev: |
| kind: rsync |
| dst: "webcontent@c6pn1.centos.in:/var/www/html/websitev2" |
| options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] |
| prod: |
| kind: rsync |
| dst: "webcontent@newweb.centos.org:/var/www/html/websitev2" |
| options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] |
| test: |
| kind: rsync |
| dst: "webcontent@webtest:/var/www/html/websitev2" |
| options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] |