diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96ca1ad..347bd0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,7 @@ image: node:6.11.1 pages: - cache: - untracked: true - key: "$CI_BUILD_REF_NAME" - paths: - - node_modules/ - script: - - npm install gulp -g - - npm install hexo-cli -g - npm install - gulp build --cwd ./themes/starter - hexo deploy diff --git a/themes/starter/layout/archive.ejs b/themes/starter/layout/archive.ejs index a2b489f..802232e 100644 --- a/themes/starter/layout/archive.ejs +++ b/themes/starter/layout/archive.ejs @@ -13,7 +13,7 @@ layout: layout <% page.posts.each(function(post) { %>