forked from henryhuang/hexo-theme-aloha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (48 loc) · 1.37 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# html languages
language:
- zh-CN
- en
# aloha has different themes, default one is simple,
# you could change it with simple, xx
theme: simple
# main menu navigation
# icon name see http://semantic-ui.com/elements/icon.html
menu:
Home:
name: homePage
value: /index.html
icon: home
# Rss:
# name: rss
# value: /atom.xml
# icon: rss
# About:
# name: aboutPage
# value: /about
# icon:
# some configuration about index page
index:
showyear: false
# Miscelaneous
favicon: /favicon.ico
# configure cdn source, in order to access faster
# default is //cdn.bootcss.com/
# if you deploy in China, I suggest you use //cdn.bootcss.com/
# start with // means it could auto to adapt to http or https
# maybe source url is different between multiple cdn services, ATTENTION please!
cdn: //cdn.bootcss.com
# stylesheets loaded in the <head>
stylesheets:
- local/css/aloha.css
#- local/css/semantic-ui/2.2.4/semantic.min.css
- cdn/semantic-ui/2.2.4/semantic.min.css
- cdn/magnific-popup.js/1.1.0/magnific-popup.min.css
# scripts loaded in the end of the body
scripts:
- cdn/jquery/3.1.0/jquery.min.js
- cdn/semantic-ui/2.2.4/semantic.min.js
- cdn/algoliasearch/3.18.1/algoliasearch.min.js
- cdn/algoliasearch-helper-js/2.13.0/algoliasearch.helper.min.js
#- cdn/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js
- local/js/semantic-ui-algolia.js
- local/js/aloha-events.js