Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Fix git info on unicode file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Feb 8, 2020
1 parent da8aa41 commit e8c00ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ install:
- wget https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_extended_0.64.0_Linux-64bit.deb
- sudo dpkg -i hugo*.deb

script: hugo
script: |
git config --global core.quotePath false
hugo
deploy:
provider: pages
Expand Down
5 changes: 1 addition & 4 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配
privacyEnhanced = true

[markup.goldmark.renderer]
unsafe= true

[frontmatter]
lastmod = ["lastmod", ":git", ":default"]
unsafe = true

[outputs]
home = ["HTML", "RSS", "JSON"]
Expand Down

0 comments on commit e8c00ec

Please sign in to comment.