Skip to content

Commit 0f37f9d

Browse files
committed
fix(images): PDFなどで挿絵が表示されていなかったのを修正
1 parent 1f3d77c commit 0f37f9d

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ vendor/
44
node_modules/
55
build/
66
dist/
7+
images/illustration/
78

89
bin/kindlegen
910
.DS_Store
1011
npm-debug.log
11-
12-
images/cover.jpg
13-
images/ch1/mayuri.jpg
14-
images/ch2/daru.jpg
15-
images/ch3/labmem.jpg

index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kubosho_
77
:revdate: {docdate}
88
:source: https://github.com/o2project/steins-git
99
:imagesdir: images
10-
:front-cover-image: image:cover.jpg[Steins;Git,1050,1600]
10+
:front-cover-image: image:illustration/cover.jpg[Steins;Git,1050,1600]
1111
:lang: ja
1212
:icons: font
1313
:docinfo1:

sources/Ch1_WhatsGit/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
== 第一章 - 改変管理のデュバス
44

55
ifeval::["{backend}" != "html5"]
6-
image::ch1/mayuri.jpg[まゆり, 360]
6+
image::illustration/mayuri.jpg[まゆり, 360]
77
endif::[]
88

99
Gitに触れる前に、バージョン管理について説明します。

sources/Ch2_WhyGit/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
== 第二章 - 一問一答のコンクルージョン
44

55
ifeval::["{backend}" != "html5"]
6-
image::ch2/daru.jpg[ダル, 360]
6+
image::illustration/daru.jpg[ダル, 360]
77
endif::[]
88

99
バージョン管理システムには「分散型バージョン管理システム」といわれる Git (とその他)以外にも「集中型バージョン管理システム」といわれる Subversion (SVN) などがあります。

sources/Ch3_HowToGit/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
== 第三章 - 率先躬行のサインポスト
44

55
ifeval::["{backend}" != "html5"]
6-
image::ch3/labmem.jpg[ラボメン, 360]
6+
image::illustration/labmem.jpg[ラボメン, 360]
77
endif::[]
88

99
これまで、Git とは何か・Git を使う理由について説明してきました。

0 commit comments

Comments
 (0)