mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 16:55:37 +00:00
Add some download links
This commit is contained in:
@ -7,9 +7,9 @@
|
|||||||
"build": "run-s build:content",
|
"build": "run-s build:content",
|
||||||
"build:content": "run-p build:content:*",
|
"build:content": "run-p build:content:*",
|
||||||
"build:content:web": "honkit build",
|
"build:content:web": "honkit build",
|
||||||
"build:content:pdf": "honkit pdf . ./public/books/books.pdf",
|
"build:content:pdf": "honkit pdf . ./public/books/book.pdf",
|
||||||
"build:content:epub": "honkit epub . ./public/books/books.epub",
|
"build:content:epub": "honkit epub . ./public/books/book.epub",
|
||||||
"build:content:mobi": "honkit mobi . ./public/books/books.mobi"
|
"build:content:mobi": "honkit mobi . ./public/books/book.mobi"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gitbook-plugin-anchors": "^0.7.1",
|
"gitbook-plugin-anchors": "^0.7.1",
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# 「モダンからはじめる プログラミング生活!」
|
# 「モダンからはじめる プログラミング生活!」
|
||||||
|
|
||||||
|
## 本としてダウンロード
|
||||||
|
|
||||||
|
- [PDF](/books/book.pdf)
|
||||||
|
|
||||||
|
- [EPUB](/books/book.epub)
|
||||||
|
|
||||||
|
- [MOBI](/books/book.mobi)
|
||||||
|
|
||||||
## このリポジトリについて
|
## このリポジトリについて
|
||||||
|
|
||||||
## このリポジトリの使い方、読み進め方
|
## このリポジトリの使い方、読み進め方
|
||||||
|
Reference in New Issue
Block a user