Browse Source

Move assets to same host

Track3 4 years ago
parent
commit
c72f1172ec
2 changed files with 3 additions and 0 deletions
  1. 2 0
      .gitignore
  2. 1 0
      config.toml

+ 2 - 0
.gitignore

@@ -3,4 +3,6 @@ public/
 resources/
 content/
 content
+content-static/
+content-static
 hugo.exe

+ 1 - 0
config.toml

@@ -1,6 +1,7 @@
 baseURL = "https://ojbk.im"
 languageCode = "zh-hans"
 title = "Track3's Blog"
+staticDir = ["static", "content-static"]
 
 pygmentsCodefences  = true
 pygmentsUseClasses  = true