UNPKG

3.1 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
19#
20#| -------------------------------------------------------------------
21#| Name
22#| -------------------------------------------------------------------
23#|
24#
25name: dark overlord of data
26
27#
28#| -------------------------------------------------------------------
29#| Description
30#| -------------------------------------------------------------------
31#|
32#
33description: On, Hekyll! On, Jekyll! On Huginn and Muninn!
34
35#
36#| -------------------------------------------------------------------
37#| Url
38#| -------------------------------------------------------------------
39#|
40#
41url: http://localhost/
42
43#
44#| -------------------------------------------------------------------
45#| Port
46#| -------------------------------------------------------------------
47#|
48#
49port: 0xd16a
50
51#
52#| -------------------------------------------------------------------
53#| Source
54#| -------------------------------------------------------------------
55#|
56#
57source: ./source
58
59#
60#| -------------------------------------------------------------------
61#| Destination
62#| -------------------------------------------------------------------
63#|
64#
65destination: ./gh-pages/huginn
66
67#
68#| -------------------------------------------------------------------
69#| Markdown file types
70#| -------------------------------------------------------------------
71#|
72#
73markdown:
74 - '.md'
75 - '.markdown'
76
77#
78#| -------------------------------------------------------------------
79#| Templated file types
80#| -------------------------------------------------------------------
81#|
82#
83template:
84 - '.html'
85 - '.xml'
86 - '.md'
87 - '.markdown'
88
89#
90#| -------------------------------------------------------------------
91#| Serve
92#| -------------------------------------------------------------------
93#|
94#
95serve:
96 - ./gh-pages
97 - ../../darkoverlordofdata.github.io/master
98
99#
100#| -------------------------------------------------------------------
101#| External Plugins
102#| -------------------------------------------------------------------
103#|
104#
105plugins:
106 - huginn-asset-bundler
107 - huginn-tag-cloud
108
109#
110#| -------------------------------------------------------------------
111#| Plugin: Asset Bundler
112#| -------------------------------------------------------------------
113#|
114#
115asset_bundler:
116 compress:
117 js: true
118 css: true
119 base_path: /assets/
120 shim: /huginn
121 server_url: //cdn.darkoverlordofdata.com/
122 remove_bundled: false
123 dev: true
124 markup_templates:
125 js: "<script type='text/javascript' src='{{url}}'></script>\n"
126 css: "<link rel='stylesheet' type='text/css' href='{{url}}' />\n"
\No newline at end of file