Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Theme Development

mchelen edited this page Nov 10, 2014 · 1 revision

Frequently Asked Questions

How should I reference external Javascript or Stylesheet's?###

Using protocol relative url's won't work for people loading your theme over their local file system on file://, using https:// ensures that external assets will load anyway.

For example:

Do

https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css

Don't

//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css

This ensures resume export will be able to load the assets.

Theme List

http://node-modules.com/search?q=jsonresume-theme-*