diff --git a/config.toml b/config.toml index 73d2651..311a2d5 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,8 @@ URL = "plugins/slick/slick.css" URL = "plugins/themify-icons/themify-icons.css" [[params.plugins.css]] URL = "plugins/magnific-popup/magnific-popup.css" +[[params.plugins.css]] +URL = "https://cdn.jsdelivr.net/npm/line-seed-jp@0.0.5/line-seed-jp.min.css" # JS Plugins [[params.plugins.js]] @@ -28,7 +30,8 @@ URL = "plugins/bootstrap/bootstrap.min.js" URL = "plugins/slick/slick.min.js" [[params.plugins.js]] URL = "plugins/magnific-popup/magnific-popup.min.js" - +[[params.plugins.js]] +URL = "https://unpkg.com/budoux/bundle/budoux-ja.min.js" ############################## navigation ############################### [menu] diff --git a/data/homepage.yml b/data/homepage.yml index d281b9a..f7af44b 100644 --- a/data/homepage.yml +++ b/data/homepage.yml @@ -1,12 +1,12 @@ ########################## Banner ############################# banner: enable : true - writer : "George Stewart" - title : "The Man in the
Glass House" + writer : "北田俊輔(著)" + title : "Pythonで学ぶ画像生成" image : "images/about/book.png" - content : "We work with our partners to streamline project plans that don’t just deliver on - product perfection, but also delivers on time." - price : "14.99" + content : "近年の技術の発展により、画像生成技術はますます身近になっています。本書は、画像生成について実践的に学べるように、Pythonを使った実装を示しています。" + price : "3,850円" + breakdown: "本体3,500円+税10%" ######################## Book Preview ########################## preview: diff --git a/themes/influencer-hugo/assets/scss/_variables.scss b/themes/influencer-hugo/assets/scss/_variables.scss index 39f0fff..38bc3c2 100644 --- a/themes/influencer-hugo/assets/scss/_variables.scss +++ b/themes/influencer-hugo/assets/scss/_variables.scss @@ -1,10 +1,10 @@ $light: #fff; -$primary-color:#cc302b; +$primary-color: #cc302b; $secondary-color: #385777; $black: #222; $black-light: #3f4451; $black-lighter: #888; -$border-color:#eee; -$primary-font: 'Lora', serif; -$secondary-font:'Open Sans', sans-serif; +$border-color: #eee; +$primary-font: 'LINE Seed JP', serif; +$secondary-font: 'Open Sans', sans-serif; $gray : #f7fdfc; diff --git a/themes/influencer-hugo/layouts/index.html b/themes/influencer-hugo/layouts/index.html index a576989..73a4159 100644 --- a/themes/influencer-hugo/layouts/index.html +++ b/themes/influencer-hugo/layouts/index.html @@ -9,16 +9,21 @@
{{ .writer | markdownify }} -

{{ .title | markdownify }}

+

{{ .title | markdownify }}

-

Price :- ${{ .price }}

+

+ {{ .price }} + ({{ .breakdown }}) +

-

{{ .content | markdownify }}

+

+ {{ .content | markdownify }} +

diff --git a/themes/influencer-hugo/layouts/partials/header.html b/themes/influencer-hugo/layouts/partials/header.html index 161ce50..f725979 100644 --- a/themes/influencer-hugo/layouts/partials/header.html +++ b/themes/influencer-hugo/layouts/partials/header.html @@ -37,12 +37,14 @@

{{ .Site.Title }}

{{ if .Site.Params.navButton.enable }} {{ "" | safeHTML }} - {{ end }} - \ No newline at end of file +