Browse Source

config update

david ullua 1 year ago
parent
commit
d28e2ad062
4 changed files with 8 additions and 5 deletions
  1. 2 2
      .github/workflows/hugo.yaml
  2. 2 1
      archetypes/default.md
  3. 2 0
      content/post/import-progress-to-202309.md
  4. 2 2
      hugo.yaml

+ 2 - 2
.github/workflows/hugo.yaml

@@ -58,8 +58,8 @@ jobs:
         run: |
           hugo \
             --gc \
-            --minify \
-            --baseURL "${{ steps.pages.outputs.base_url }}/"          
+            --minify 
+        # --baseURL "${{ steps.pages.outputs.base_url }}/"          
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v1
         with:

+ 2 - 1
archetypes/default.md

@@ -4,7 +4,8 @@ date: {{ .Date }}
 draft: true
 # weight: 1
 # aliases: ["/first"]
-tags: ["first"]
+tags: ["LLaMa", "GPT", "SAM", "ChatGPT", "StableDiffusion"]
+categories: ["LLM List", "Progress"]
 author: "David"
 # author: ["Me", "You"] # multiple authors
 

+ 2 - 0
content/post/import-progress-to-202309.md

@@ -1,6 +1,8 @@
 ---
 title: "大模型和AI到 202309 的重要进展"
 date: 2023-09-01T20:05:01+08:00
+tags: ["LLaMa", "GPT", "SAM", "ChatGPT", "StableDiffusion"]
+categories: ["LLM List", "Progress"]
 draft: false
 ---
 

+ 2 - 2
hugo.yaml

@@ -1,4 +1,4 @@
-baseURL: "https://llmupdate.com/"
+baseURL: "https://llmupdate.com"
 title: LLM Update - 大模型周报
 paginate: 5
 theme: PaperMod
@@ -98,7 +98,7 @@ params:
     hiddenInSingle: true # hide on single page
 
   editPost:
-    URL: "https://github.com/llmupdate/llmupdate.github.io"
+    URL: "https://github.com/llmupdate/pages/tree/main/content"
     Text: "Suggest Changes" # edit text
     appendFilePath: true # to append file path to Edit link