We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ab289 commit 002ef14Copy full SHA for 002ef14
2 files changed
.travis.yml
@@ -7,6 +7,8 @@ install:
7
8
#before_script:
9
# - npm install -g gulp
10
+ - npm install hexo-renderer-pug --save
11
+ - npm install hexo-renderer-sass --save
12
13
script:
14
- hexo g
_config.yml
@@ -74,6 +74,7 @@ pagination_dir: page
74
## Themes: https://hexo.io/themes/
75
#theme: landscape
76
theme: maupassant
77
+#theme: hexo-theme-yilia
78
#theme: next
79
80
# Deployment
0 commit comments