UNPKG

1.16 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: ./source
22destination: ../gh-pages
23
24markdown:
25 - '.md'
26 - '.markdown'
27
28template:
29 - '.html'
30 - '.xml'
31 - '.md'
32 - '.markdown'
33
34plugins:
35 - huginn-asset-bundler
36
37asset_bundler:
38 compress:
39 js: true
40 css: true
41 base_path: /assets/
42 shim: /huginn
43 server_url: //cdn.darkoverlordofdata.com/
44 remove_bundled: false
45 dev: false
46 markup_templates:
47 js: "<script type='text/javascript' src='{{url}}'></script>\n"
48 css: "<link rel='stylesheet' type='text/css' href='{{url}}' />\n"
\No newline at end of file