File tree Expand file tree Collapse file tree 5 files changed +28
-18
lines changed Expand file tree Collapse file tree 5 files changed +28
-18
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ URL = "plugins/slick/slick.css"
18
18
URL = " plugins/themify-icons/themify-icons.css"
19
19
[[params .plugins .css ]]
20
20
URL = " plugins/magnific-popup/magnific-popup.css"
21
+ [[params .plugins .css ]]
22
+ URL =
" https://cdn.jsdelivr.net/npm/[email protected] /line-seed-jp.min.css"
21
23
22
24
# JS Plugins
23
25
[[params .plugins .js ]]
@@ -28,7 +30,8 @@ URL = "plugins/bootstrap/bootstrap.min.js"
28
30
URL = " plugins/slick/slick.min.js"
29
31
[[params .plugins .js ]]
30
32
URL = " plugins/magnific-popup/magnific-popup.min.js"
31
-
33
+ [[params .plugins .js ]]
34
+ URL = " https://unpkg.com/budoux/bundle/budoux-ja.min.js"
32
35
33
36
# ############################# navigation ###############################
34
37
[menu ]
Original file line number Diff line number Diff line change 1
1
# ######################### Banner #############################
2
2
banner :
3
3
enable : true
4
- writer : " George Stewart "
5
- title : " The Man in the <br>Glass House "
4
+ writer : " 北田俊輔(著) "
5
+ title : " Pythonで学ぶ画像生成 "
6
6
image : " images/about/book.png"
7
- content : " We work with our partners to streamline project plans that don’t just deliver on
8
- product perfection, but also delivers on time. "
9
- price : " 14.99 "
7
+ content : " 近年の技術の発展により、画像生成技術はますます身近になっています。本書は、画像生成について実践的に学べるように、Pythonを使った実装を示しています。 "
8
+ price : " 3,850円 "
9
+ breakdown : " 本体3,500円+税10% "
10
10
11
11
# ####################### Book Preview ##########################
12
12
preview :
Original file line number Diff line number Diff line change 1
1
$light : #fff ;
2
- $primary-color :#cc302b ;
2
+ $primary-color : #cc302b ;
3
3
$secondary-color : #385777 ;
4
4
$black : #222 ;
5
5
$black-light : #3f4451 ;
6
6
$black-lighter : #888 ;
7
- $border-color :#eee ;
8
- $primary-font : ' Lora ' , serif ;
9
- $secondary-font :' Open Sans' , sans-serif ;
7
+ $border-color : #eee ;
8
+ $primary-font : ' LINE Seed JP ' , serif ;
9
+ $secondary-font : ' Open Sans' , sans-serif ;
10
10
$gray : #f7fdfc ;
Original file line number Diff line number Diff line change 9
9
< div class ="col-lg-7 col-md-8 ">
10
10
< div class ="main-banner ">
11
11
< span class ="text-color font-weight-bold "> {{ .writer | markdownify }}</ span >
12
- < h1 class ="mb-3 mt-2 "> {{ .title | markdownify }}</ h1 >
12
+ < h1 class ="mb-3 mt-2 "> < budoux-ja > {{ .title | markdownify }}</ budoux-ja > </ h1 >
13
13
14
14
< div class ="mb-4 ">
15
- < h4 > Price :- < span class ="text-color "> ${{ .price }}</ span > </ h4 >
15
+ < h4 >
16
+ < span class ="text-color "> {{ .price }}</ span >
17
+ < span class ="mb-4 "> ({{ .breakdown }})</ span >
18
+ </ h4 >
16
19
</ div >
17
- < p class ="mb-4 "> {{ .content | markdownify }}</ p >
20
+ < p >
21
+ < budoux-ja class ="mb-4 "> {{ .content | markdownify }}</ budoux-ja >
22
+ </ p >
18
23
< button class ="snipcart-add-item btn btn-main mt-2 " data-item-id ="1 "
19
24
data-item-name ="{{ .title | markdownify }} " data-item-image ="{{ .image | absURL }} "
20
25
data-item-price ="{{ .price }} " data-item-url ="/ ">
21
- Purchase now < i class ="ti-angle-right ml-3 "> </ i >
26
+ 購入はこちら < i class ="ti-angle-right ml-3 "> </ i >
22
27
</ button >
23
28
</ div >
24
29
</ div >
Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ <h2 class="mb-0 text-color">{{ .Site.Title }}</h2>
37
37
38
38
{{ if .Site.Params.navButton.enable }}
39
39
{{ "<!-- nav btn --> " | safeHTML }}
40
- < button class ="snipcart-add-item btn btn-border-tp btn-small ml-0 ml-lg-3 mb-3 mb-lg-0 " data-item-id ="1 "
41
- data-item-name ="{{ .Site.Data.homepage.banner.title | markdownify }} " data-item-image ="{{ .Site.Data.homepage.banner.image | absURL }} " data-item-price ="{{ .Site.Data.homepage.banner.price }} " data-item-url ="/ ">
42
- Purchase now
40
+ < button class ="snipcart-add-item btn btn-border-tp btn-small ml-0 ml-lg-3 mb-3 mb-lg-0 " data-item-id ="1 "
41
+ data-item-name ="{{ .Site.Data.homepage.banner.title | markdownify }} "
42
+ data-item-image ="{{ .Site.Data.homepage.banner.image | absURL }} "
43
+ data-item-price ="{{ .Site.Data.homepage.banner.price }} " data-item-url ="/ ">
44
+ 購入はこちら
43
45
</ button >
44
46
{{ end }}
45
47
</ div >
46
48
</ div >
47
49
</ nav >
48
- </ div >
50
+ </ div >
You can’t perform that action at this time.
0 commit comments