-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy path_config.yml
19 lines (17 loc) · 968 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cdn:
# These base libraries cannot be deleted
jquery: https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js
vue: https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js
# When these CDN resources are deleted, local resources are loaded.
common: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/source/js/common.js
escape: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/source/js/css.escape.js
smooth_scroll: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/source/js/smooth-scroll.min.js
# css: https://cdn.jsdelivr.net/gh/xaoxuu/[email protected]/source/css/style.min.css
# Optional plug-in: image zoom
fancybox:
css: https://cdn.jsdelivr.net/npm/@fancyapps/[email protected]/dist/jquery.fancybox.min.css
js: https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js
# robots meta tag
robots: noindex,nofollow
# the footer of your site
copyright: '[Copyright © 2017-2020 XXX](/)'