diff --git a/README.ko.md b/README.ko.md index 20e7fee..cf5a454 100644 --- a/README.ko.md +++ b/README.ko.md @@ -263,7 +263,7 @@ talksGroupByDate = "2006" # "2006-01": group by month, "2006": group by year myname = "zzossig" email = "zzossig@gmail.com" whoami = "Web Developer" -bioImageUrl = "" # image url like http//... If not set, we find a avatar image in root/static/images/whoami/avatar.(png|jpg|svg) +bioImageUrl = "" # image url like "http//..." or "images/anyfoldername/mybioimage.jpg" If not set, we find a avatar image in root/static/images/whoami/avatar.(png|jpg|svg) useGravatar = false # we use this option highest priority location = "Seoul, Korea" organization = "Hugo" @@ -468,7 +468,7 @@ root 현재 이용 가능한 서비스: [formspree]. 다른 서비스를 이용하고 싶으시면 새 이슈를 만들어주세요. 서비스 파라미터를 빈값으로 설정하면 마크다운으로 해당 페이지를 채울 수 있습니다. -1. 파일을 다음 경로에 만들어줍니다. root/contact/index.md +1. 파일을 다음 경로에 만들어줍니다. root/content/contact/index.md ```yaml --- diff --git a/README.md b/README.md index 863fdb0..c582d9d 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ talksGroupByDate = "2006" # "2006-01": group by month, "2006": group by year myname = "zzossig" email = "zzossig@gmail.com" whoami = "Web Developer" -bioImageUrl = "" # image url like http//... If not set, we find a avatar image in root/static/images/whoami/avatar.(png|jpg|svg) +bioImageUrl = "" # image url like "http//..." or "images/anyfoldername/mybioimage.jpg" If not set, we find a avatar image in root/static/images/whoami/avatar.(png|jpg|svg) useGravatar = false # we use this option highest priority location = "Seoul, Korea" organization = "Hugo" @@ -457,7 +457,7 @@ root Currently available service: [formspree]. Open an issue if you need another service vendor. If you want just a blank page and use a markdown, set the service param empty. -1. Make a file at root/contact/index.md +1. Make a file at root/content/contact/index.md ```yaml --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 05c088f..b83bd47 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ -
+ diff --git a/layouts/partials/body/whoami.html b/layouts/partials/body/whoami.html index a7ba129..2428dcd 100644 --- a/layouts/partials/body/whoami.html +++ b/layouts/partials/body/whoami.html @@ -1,7 +1,7 @@ {{ if $.Param "enableWhoami" }}