diff --git a/README.ko.md b/README.ko.md index 82d036c..43efbd9 100644 --- a/README.ko.md +++ b/README.ko.md @@ -1,6 +1,9 @@ # Zzo theme for Hugo -๐๐๐๐ ์ต์๋ก ์ง์๊ฐ๋ฅํ Hugo ๋ฒ์ ์ด 0.60.0์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค. ์ด์ ๋ฒ์ ๊ณผ๋ ๋ค๋ฅด๊ฒ ์์ ๋งํฌ๋ค์ด ๋ ๋๋ง ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์์ฒด๊ฐ ๋ณ๊ฒฝ๋์ด(blackfridy์์ goldmark๋ก), ํน์ฌ ์ด์ ๋ฒ์ ์ ์ฌ์ฉํ๊ณ ๊ณ์๋ค๋ฉด, ์ต์ Hugo ๋ฒ์ ์ ์ค์นํ์๋๊ฑธ ๊ถ์ฅ๋๋ฆฝ๋๋ค.๐๐๐ +[English](https://github.com/zzossig/hugo-theme-zzo/blob/master/README.md) | +ํ๊ตญ์ด + +๐ฅ๐ฅ๐ฅ๐ค์ต์๋ก ์ง์๊ฐ๋ฅํ Hugo ๋ฒ์ ์ด 0.60.0์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค. ์ด์ ๋ฒ์ ๊ณผ๋ ๋ค๋ฅด๊ฒ ์์ ๋งํฌ๋ค์ด ๋ ๋๋ง ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์์ฒด๊ฐ ๋ณ๊ฒฝ๋์ด(blackfridy์์ goldmark๋ก), ํน์ฌ ์ด์ ๋ฒ์ ์ ์ฌ์ฉํ๊ณ ๊ณ์๋ค๋ฉด, ์ต์ Hugo ๋ฒ์ ์ ์ค์นํ์๋๊ฑธ ๊ถ์ฅ๋๋ฆฝ๋๋ค.๐ฅ๐ฅ๐ฅ ํด๋ฆญํด ์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค. Zzo theme์ ๋ง์ ๊ธฐ๋ฅ์ ์ง์ํ๊ณ ์๊ณ ์์ต๋๋ค. ๊ธฐ์ ๋ธ๋ก๊ทธ๋ฅผ ์ด์ํ๊ธฐ์ ์ต์ ํ ๋์ด์์ต๋๋ค!(์ ์ด๋ ์ ์๊ฐ์...) Zzo theme์ ์ด์ฉํ ์ ๊ฐ์ฅ ๋งค๋ ฅ์ ์ธ ํฌ์ธํธ ํ๊ฐ์ง๋, ํ๊ธ๋ก ์ ์ ์ํตํ ์ ์๋ค๋ ์ ? ์ ๋๋ค. diff --git a/README.md b/README.md index 32b9a24..83f9f01 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ English | [ํ๊ตญ์ด](https://github.com/zzossig/hugo-theme-zzo/blob/master/README.ko.md) -๐๐๐๐ The minimum Hugo version changed to 0.60.0. This version changed the markdown rendering library, so if you are using an older version, it may not be compatible.๐๐๐ +๐ฅ๐ฅ๐ฅ๐คThe minimum Hugo version changed to 0.60.0. This version changed the markdown rendering library, so if you are using an older version, it may not be compatible.๐ฅ๐ฅ๐ฅ Thank you for click me!. Zzo theme is a blog theme powered by Hugo with free(always), and many features. diff --git a/i18n/en.toml b/i18n/en.toml index 4535bec..915bfb1 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -53,4 +53,16 @@ other = "Email" other = "Message" [contact-send] -other = "Send" \ No newline at end of file +other = "Send" + +[tooltip-home] +other = "Home" + +[tooltip-written] +other = "Written At" + +[tooltip-modified] +other = "Modified At" + +[tooltip-reading-time] +other = "Reading Time" \ No newline at end of file diff --git a/i18n/ko.toml b/i18n/ko.toml index 980b660..7830f05 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -53,4 +53,16 @@ other = "์ด๋ฉ์ผ" other = "๋ด์ฉ" [contact-send] -other = "๋ณด๋ด๊ธฐ" \ No newline at end of file +other = "๋ณด๋ด๊ธฐ" + +[tooltip-home] +other = "ํํ์ด์ง" + +[tooltip-written] +other = "์์ฑ์ผ" + +[tooltip-modified] +other = "์์ ์ผ" + +[tooltip-reading-time] +other = "์ฝ๋ ์๊ฐ" \ No newline at end of file diff --git a/i18n/zh.toml b/i18n/zh.toml index d2aea69..90ddc41 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -53,4 +53,16 @@ other = "็ตๅญ้ฎไปถ" other = "ๆถๆฏ" [contact-send] -other = "ๅ้" \ No newline at end of file +other = "ๅ้" + +[tooltip-home] +other = "Home" + +[tooltip-written] +other = "Written At" + +[tooltip-modified] +other = "Modified At" + +[tooltip-reading-time] +other = "Reading Time" \ No newline at end of file diff --git a/layouts/partials/body/infos.html b/layouts/partials/body/infos.html index c3671e2..ba806df 100644 --- a/layouts/partials/body/infos.html +++ b/layouts/partials/body/infos.html @@ -1,5 +1,5 @@