UNPKG

1.13 kBYAMLView Raw
1#+--------------------------------------------------------------------+
2#| config.yml
3#+--------------------------------------------------------------------+
4#| Copyright DarkOverlordOfData (c) 2013
5#+--------------------------------------------------------------------+
6#|
7#| This file is a part of Huginn
8#|
9#| Huginn is free software; you can copy, modify, and distribute
10#| it under the terms of the MIT License
11#|
12#+--------------------------------------------------------------------+
13#
14# Production configuration
15#
16
17name: dark overlord of data
18description: On, Hekyll! On, Jekyll! On Huginn and Muninn!
19url: http://darkoverlordofdata.com/huginn
20
21source: ./template
22destination: ../gh-pages
23
24serve:
25 - ../gh-pages
26 - ../../darkoverlordofdata.github.io/master
27
28plugins:
29 - huginn-asset-bundler
30
31asset_bundler:
32 compress:
33 js: true
34 css: true
35 base_path: /assets/
36 shim: /huginn
37 server_url: //cdn.darkoverlordofdata.com/
38 remove_bundled: false
39 dev: false
40 markup_templates:
41 js: "<script type='text/javascript' src='{{url}}'></script>\n"
42 css: "<link rel='stylesheet' type='text/css' href='{{url}}' />\n"
\No newline at end of file