Add some download links

This commit is contained in:
2023-10-14 19:22:36 +09:00
parent 5fe0005f68
commit 96d6b6e30d
2 changed files with 11 additions and 3 deletions

View File

@ -7,9 +7,9 @@
"build": "run-s build:content",
"build:content": "run-p build:content:*",
"build:content:web": "honkit build",
"build:content:pdf": "honkit pdf . ./public/books/books.pdf",
"build:content:epub": "honkit epub . ./public/books/books.epub",
"build:content:mobi": "honkit mobi . ./public/books/books.mobi"
"build:content:pdf": "honkit pdf . ./public/books/book.pdf",
"build:content:epub": "honkit epub . ./public/books/book.epub",
"build:content:mobi": "honkit mobi . ./public/books/book.mobi"
},
"devDependencies": {
"gitbook-plugin-anchors": "^0.7.1",

View File

@ -1,5 +1,13 @@
# 「モダンからはじめる プログラミング生活!」
## 本としてダウンロード
- [PDF](/books/book.pdf)
- [EPUB](/books/book.epub)
- [MOBI](/books/book.mobi)
## このリポジトリについて
## このリポジトリの使い方、読み進め方