We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a68957 + 002ef14 commit 5c68cedCopy full SHA for 5c68ced
.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