OSDN Git Service

[update] : プロフのアイコンを追加
authorhayao <hayao@fascode.net>
Sun, 17 Oct 2021 14:42:19 +0000 (23:42 +0900)
committerhayao <hayao@fascode.net>
Sun, 17 Oct 2021 14:42:19 +0000 (23:42 +0900)
blog/config.toml
blog/src/content/posts/20211017/sankou/index.md
blog/src/static/hayao.jpg [new file with mode: 0755]

index 50a2633..1f17160 100644 (file)
@@ -21,7 +21,7 @@ summaryLength = 70
 [Author] # Used in authorbox
   name = "山田ハヤオ"
   bio = "シェルスクリプトとマギレコを嗜むしがない高校生"
-  #avatar = "img/avatar.png"
+  avatar = "hayao.jpg"
 
 [Params]
   subtitle = "好きなときに好きなことをして楽に生きたい" # Deprecated in favor of .Site.Params.logo.subtitle
@@ -30,6 +30,7 @@ summaryLength = 70
   readmore = true
   post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
   mainSections = ["posts", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget
+  twitter_cards = true # Enable Twitter Cards if true
 
 
 [Params.style.vars]
@@ -49,7 +50,7 @@ summaryLength = 70
   list = "left"  # Configure layout for list pages
   single = false # Configure layout for single pages
   # Enable widgets in given order
-  widgets = ["recent", "categories", "taglist", "social", "test"]
+  widgets = ["recent", "categories" , "taglist", "social", "test"]
   # alternatively "ddg-search" can be used, to search via DuckDuckGo
   # widgets = ["ddg-search", "recent", "categories", "taglist", "social", "languages"]
 
index 6ab5114..05bbc95 100644 (file)
@@ -7,6 +7,7 @@ categories:
 tags:
   - "Blog"
 draft: false
+authorbox: true
 ---
 
 今後のために今の所ブラウザのタブで開いてるHugo関連のサイトを適当に列挙しておく。
diff --git a/blog/src/static/hayao.jpg b/blog/src/static/hayao.jpg
new file mode 100755 (executable)
index 0000000..92ae348
Binary files /dev/null and b/blog/src/static/hayao.jpg differ