From 96d6b6e30dc9f5a7aba4d7ec57da1d5920cf4915 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sat, 14 Oct 2023 19:22:36 +0900 Subject: [PATCH] Add some download links --- package.json | 6 +++--- src/README.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1828d19..07fd2f5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/README.md b/src/README.md index b0aa546..cd5f922 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,13 @@ # 「モダンからはじめる プログラミング生活!」 +## 本としてダウンロード + +- [PDF](/books/book.pdf) + +- [EPUB](/books/book.epub) + +- [MOBI](/books/book.mobi) + ## このリポジトリについて ## このリポジトリの使い方、読み進め方