diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cover.jpg | bin | 0 -> 291058 bytes | |||
-rw-r--r-- | docs/cover_small.jpg | bin | 0 -> 18659 bytes | |||
-rwxr-xr-x | docs/resources/make_cover.sh | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/cover.jpg b/docs/cover.jpg Binary files differnew file mode 100644 index 0000000..8c2f9b9 --- /dev/null +++ b/docs/cover.jpg diff --git a/docs/cover_small.jpg b/docs/cover_small.jpg Binary files differnew file mode 100644 index 0000000..531dcfd --- /dev/null +++ b/docs/cover_small.jpg diff --git a/docs/resources/make_cover.sh b/docs/resources/make_cover.sh index 1026ecb..5951bfe 100755 --- a/docs/resources/make_cover.sh +++ b/docs/resources/make_cover.sh @@ -15,7 +15,7 @@ DATE=$(grep '"published":' $BOOKFILE | cut -d'"' -f 4) cat $(dirname $0)/cover.svg | sed -e "s/{title}/$TITLE/g" \ -e "s/font-size:87.5px/font-size:54px/g" \ -e "s/{subtitle}/$SUBTITLE/g" \ - -e "s/font-size:62.5px/font-size:40px/g" \ + -e "s/font-size:62.5px/font-size:54px/g" \ -e "s/{version}/$VERSION/g" \ -e "s/{date}/$DATE/g" \ > /tmp/cover.svg |