Skip to content

Commit

Permalink
feat(materialcdn): config.template update
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz committed Mar 25, 2017
1 parent 232bc57 commit eb4de6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _config.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ topPost: false
# Integrated Services
# ---------------------------------------------------------------

# MaterialCDN
# When you set 'use' as true, the needed css, js, font file will have a new src.
# The new src will have the base domain you configured in 'base'.

materialcdn:
use:
base:

# Comment Systems
# Available value of "use":
# duoshuo | disqus | disqus_click
Expand Down

2 comments on commit eb4de6a

@ghouzenyan
Copy link
Contributor

@ghouzenyan ghouzenyan commented on eb4de6a Mar 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this feat just supports private CDN config? As when I use public CDN like bootcdn, it does not work properly?

@neoFelhz
Copy link
Collaborator Author

@neoFelhz neoFelhz commented on eb4de6a Mar 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you need a public CDN support, you should patch the theme by you own. Because there are only a few file appeared on public CDN, like jQuery.min.js.
In fact, although I'm developing the CDN feature, I'm using bootcdn as well :)

Please sign in to comment.