[ 
https://issues.apache.org/jira/browse/CB-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13706410#comment-13706410
 ] 

Carlos Santana commented on CB-3997:
------------------------------------

Andrew I prefer the website to work on relative domain/urls and not hardcode on 
having images on the root /

For example running the website from here for debugging and development:
http://localhost/~csantana23/cordova-website/
or
http://csantanapr.github.io/cordova-blog/

Here are two alternatives:
1. use ../images/
like background: url(../images/sprite.png)  no-repeat

2. use jekyll {{site.base.url}}
copy public/css/master.css to www/css/master.css
use template
like background: url({{ site.baseurl }}/images/sprite.png)  no-repeat
                
> Add a Blog section to cordova.apache.org
> ----------------------------------------
>
>                 Key: CB-3997
>                 URL: https://issues.apache.org/jira/browse/CB-3997
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Website
>            Reporter: Andrew Grieve
>            Assignee: Carlos Santana
>
> ML discussion: http://callback.markmail.org/thread/ubude5trywrzbi6g
> Set up Jekyll's blogging system at cordova.apache.org/blog

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to