Update CNAME
[openjpeg.git] / _config.yml
1 # This is the default format. 
2 # For more see: http://jekyllrb.com/docs/permalinks/
3 permalink: /:categories/:year/:month/:day/:title 
4
5 exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
6 highlighter: pygments
7
8 # Themes are encouraged to use these universal variables 
9 # so be sure to set them if your theme uses them.
10 #
11 title : OpenJPEG
12 tagline: An open-source JPEG 2000 codec written in C.
13 author :
14   name : Université de Louvain (UCL), Belgium
15   email : info@openjpeg.org
16   github : uclouvain/openjpeg
17   twitter : openjpeg
18   #feedburner : feedname
19
20 # Version of binary release (update this for each new release!)
21 binVersion: 2.1.0
22
23 # Remaining URLs
24 gitURL: https://github.com/uclouvain/openjpeg
25 issuesURL: https://github.com/uclouvain/openjpeg/issues
26 testDataURL: https://github.com/uclouvain/openjpeg/openjpeg-data
27 uclURL: http://www.uclouvain.be/en-index.html
28 icteamURL: https://www.uclouvain.be/en-icteam.html
29 intopixURL: http://www.intopix.com/
30 latestReleaseURL: https://github.com/uclouvain/openjpeg/releases/latest
31 allReleasesURL: https://github.com/uclouvain/openjpeg/releases/
32 docInstallURL: https://github.com/uclouvain/openjpeg/wiki/Installation
33 docUsageURL: https://github.com/uclouvain/openjpeg/wiki/DocJ2KCodec
34 docAPIURL: http://www.openjpeg.org/libdoc/index.html
35 ciURL: http://my.cdash.org/index.php?project=OPENJPEG
36 dataURL: https://github.com/uclouvain/openjpeg-data
37 newIssueURL: https://github.com/uclouvain/openjpeg/issues/new
38 mlURL: 'https://groups.google.com/forum/#!forum/openjpeg'
39 mlsubURL: 'https://groups.google.com/forum/#!forum/openjpeg/join'
40 refSoftURL: http://www.jpeg.org/jpeg2000/software.html
41
42 # The production_url is only used when full-domain names are needed
43 # such as sitemap.txt 
44 # Most places will/should use BASE_PATH to make the urls
45 #
46 # If you have set a CNAME (pages.github.com) set your custom domain here.
47 # Else if you are pushing to username.github.io, replace with your username.
48 # Finally if you are pushing to a GitHub project page, include the project name at the end.
49 #
50 production_url : http://uclouvain.github.io/openjpeg
51
52 # All Jekyll-Bootstrap specific configurations are namespaced into this hash
53 #
54 JB :
55   version : 0.3.0
56
57   # All links will be namespaced by BASE_PATH if defined.
58   # Links in your website should always be prefixed with {{BASE_PATH}}
59   # however this value will be dynamically changed depending on your deployment situation.
60   #
61   # CNAME (http://yourcustomdomain.com)
62   #   DO NOT SET BASE_PATH 
63   #   (urls will be prefixed with "/" and work relatively)
64   #
65   # GitHub Pages (http://username.github.io)
66   #   DO NOT SET BASE_PATH 
67   #   (urls will be prefixed with "/" and work relatively)
68   #
69   # GitHub Project Pages (http://username.github.io/project-name)
70   #
71   #   A GitHub Project site exists in the `gh-pages` branch of one of your repositories.
72   #  REQUIRED! Set BASE_PATH to: http://username.github.io/project-name
73   #
74   # CAUTION:
75   #   - When in Localhost, your site will run from root "/" regardless of BASE_PATH
76   #   - Only the following values are falsy: ["", null, false]
77   #   - When setting BASE_PATH it must be a valid url.
78   #     This means always setting the protocol (http|https) or prefixing with "/"
79   #BASE_PATH : false
80   BASE_PATH : http://uclouvain.github.io/openjpeg
81
82   # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
83   # ex: [BASE_PATH]/assets/themes/[THEME-NAME]
84   #
85   # Override this by defining an absolute path to assets here.
86   # ex: 
87   #   http://s3.amazonaws.com/yoursite/themes/watermelon
88   #   /assets
89   #
90   ASSET_PATH : false
91
92   # These paths are to the main pages Jekyll-Bootstrap ships with.
93   # Some JB helpers refer to these paths; change them here if needed.
94   #
95   archive_path: /archive.html
96   categories_path : /categories.html
97   tags_path : /tags.html
98   atom_path : /atom.xml
99   rss_path : /rss.xml
100
101   # Settings for comments helper
102   # Set 'provider' to the comment provider you want to use.
103   # Set 'provider' to false to turn commenting off globally.
104   #
105   comments :
106     provider : false
107     disqus :
108       short_name : jekyllbootstrap
109     livefyre :
110       site_id : 123
111     intensedebate :
112       account : 123abc
113     facebook :
114       appid : 123
115       num_posts: 5
116       width: 580
117       colorscheme: light
118     duoshuo :
119       short_name : jekyllbootstrap
120    
121   # Settings for analytics helper
122   # Set 'provider' to the analytics provider you want to use.
123   # Set 'provider' to false to turn analytics off globally.
124   #        
125   analytics :
126     provider : google
127     #gauges :
128     #    site_id : 'SITE ID'
129     google : 
130         tracking_id : 'UA-119953-1'
131     #getclicky :
132     #  site_id : 
133     #mixpanel :
134     #    token : '_MIXPANEL_TOKEN_'
135     #piwik :
136     #    baseURL : 'myserver.tld/piwik' # Piwik installation address (without protocol)
137     #    idsite : '1'                   # the id of the site on Piwik
138
139   # Settings for sharing helper. 
140   # Sharing is for things like tweet, plusone, like, reddit buttons etc.
141   # Set 'provider' to the sharing provider you want to use.
142   # Set 'provider' to false to turn sharing off globally.
143   #
144   sharing :
145     provider : false
146     
147   # Settings for all other include helpers can be defined by creating 
148   # a hash with key named for the given helper. ex:
149   #
150   #   pages_list :
151   #     provider : "custom"   
152   #
153   # Setting any helper's provider to 'custom' will bypass the helper code
154   # and include your custom code. Your custom file must be defined at:
155   #   ./_includes/custom/[HELPER]
156   # where [HELPER] is the name of the helper you are overriding.
157