UNPKG

1.38 kBYAMLView Raw
1#+--------------------------------------------------------------------+
2#| config-dev.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# Development configuration
15#
16# Use with huginn serve --dev
17#
18
19name: dark overlord of data
20description: On, Hekyll! On, Jekyll! On Huginn and Muninn!
21url: http://localhost/
22port: 0xd16a
23source: ./template
24destination: ./gh-pages/huginn
25serve:
26 - ./gh-pages
27 - ../../darkoverlordofdata.github.io/master
28
29show_errors: true
30#
31#| -------------------------------------------------------------------
32#| Plugin: Asset Bundler
33#| -------------------------------------------------------------------
34#|
35#
36plugins:
37 - huginn-asset-bundler
38 - huginn-tag-cloud
39
40asset_bundler:
41 compress:
42 js: true
43 css: true
44 base_path: /assets/
45 shim: /huginn
46 server_url: //cdn.darkoverlordofdata.com/
47 remove_bundled: false
48 dev: true
49 markup_templates:
50 js: "<script type='text/javascript' src='{{url}}'></script>\n"
51 css: "<link rel='stylesheet' type='text/css' href='{{url}}' />\n"
\No newline at end of file