chore(*): hide post update time & update ci config

pull/832/head
ppoffice 2020-08-16 00:20:18 -04:00
parent bc2397e641
commit 32508e9f01
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- run: npx hexo algolia - run: npx hexo algolia
env: env:
HEXO_ALGOLIA_INDEXING_KEY: ${{ secrets.HEXO_ALGOLIA_INDEXING_KEY }} HEXO_ALGOLIA_INDEXING_KEY: ${{ secrets.HEXO_ALGOLIA_INDEXING_KEY }}
- run: npx hexo g - run: NODE_ENV=production npx hexo g
- uses: peaceiris/actions-gh-pages@v3 - uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -55,6 +55,7 @@ tag_map:
## http://momentjs.com/docs/#/displaying/format/ ## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD date_format: YYYY-MM-DD
time_format: HH:mm:ss time_format: HH:mm:ss
updated_option: 'empty'
# Pagination # Pagination
## Set per_page to 0 to disable pagination ## Set per_page to 0 to disable pagination