Skip to content

Commit

Permalink
Merge pull request #15 from yumemi-inc/feature/fix_book_info
Browse files Browse the repository at this point in the history
印刷料金を確定させるために、ページ数を確定させる
  • Loading branch information
mitsuharu committed Apr 23, 2024
2 parents 0b970eb + cdb3767 commit 8b0916a
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 11 deletions.
39 changes: 39 additions & 0 deletions book/manuscripts/authors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,44 @@
class: exclude-hashira
---

<!-- textlint-disable -->

## 著者紹介

### 宇佐見公輔(Rust Nannou 作図事例)

個人でも技術同人誌を書いています。数学が趣味で、イベント登壇などをしています。

### 江本光晴(iOSにおける非同期型イベント駆動)

日頃は iOS アプリの開発をやっていますが、Android や面白い・珍しいガジェットにも興味があります。VR に趣味をもつが、VR 酔いで長時間のプレイができないことに苦悩する日々です。最近のブームはレシート印刷アプリの開発です。

### いせりゅー(【Flutter】TextFieldを数字のみだけでなく、小数点も使えるようにする方法)

2023年に新卒としてFlutterエンジニアとして株式会社ゆめみに入社。現在は、株式会社ゆめみで働く傍ら、心理学系の大学院にも通っている。趣味として個人開発をしており、53個のアプリをリリースしています。

### うーたん(読むとLTがしたくてたまらなくなるマニュアル)

株式会社ゆめみのサーバーサイドエンドエンジニアです。趣味はアニメを観ることです。勉強会に参加したり運営したりしています。X: [@uutan1108]https://twitter.com/uutan1108)

### 中川孟(feedit-feedbackの哲学)

23卒 チャレンジ取締役

### 川島慶之(コミットに署名するとはどういうことなのか)

携帯電話が苦手でしたが、19年モバイルアプリの開発に携わっています。

### 菅原祐([OrbStack 対応版] グローバル環境を可能な限り汚染せずに Markdown から組版の PDF を生成)

こんにちは。グローバルな領域にツールをインストールするのを許さないおじさんです。

### 栗山徹(「小さなアプリバイナリを構築する」で使用したサンプルコードをビルドする)

株式会社アンドパッドでアプリ開発チームのテックリードをやってます。個人でもカンファレンススタッフやったり原稿書いたりしてます。お誘いいただきありがとうございます!

### 村石拓海(AppleとGoogleに遊びに行こう!)

Apple と VR が好きなだけの人です。CPU や GPU を集めて性能勝負させたり、オーバークロックして限界まで性能を引き出したりしてます。まれによく燃えます。気がついたらモバイルアプリエンジニアになっていました。

<!-- textlint-enable -->
18 changes: 11 additions & 7 deletions book/manuscripts/colophon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ class: exclude-hashira

<section class="colophon">

## ゆめみ大技林 <!--'23-->
<!-- textlint-disable -->

<!--2023年5月15日--> 初版
## ゆめみ大技林 '24

2024年4月26日 初版

---

* 発行 ゆめみ大技林製作委員会
* 表紙デザイン <!--がみく-->
* 編集 <!--横田孝次郎-->
* 印刷 <!--日光企画-->
* 表紙デザイン 吉森由之助
* 編集 宇佐見公輔・江本光晴・川島慶之・熊谷友宏
* 印刷 日光企画
* 連絡先 https://twitter.com/yumemiinc

---

© <!--2023--> ゆめみ大技林製作委員会
© 2024 ゆめみ大技林製作委員会

<!-- textlint-enable -->

</section>
</section>
12 changes: 11 additions & 1 deletion book/manuscripts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,15 @@ class: exclude-hashira

1. [はじめに](preface.html)
1. [ゆめみ大技林製作委員会とは](preface.html)
1. [Rust Nannou 作図事例](usami.html)
1. [iOSにおける非同期型イベント駆動](emoto.html)
1. [【Flutter】TextFieldを数字のみだけでなく、小数点も使えるようにする方法](iseki.html)
1. [読むとLTがしたくてたまらなくなるマニュアル](omori.html)
1. [feedit-feedbackの哲学](hajimism-feedback-philosophy.html)
1. [コミットに署名するとはどういうことなのか](kawashima.html)
1. [[OrbStack 対応版] グローバル環境を可能な限り汚染せずに Markdown から組版の PDF を生成](yusuga.html)
1. [「小さなアプリバイナリを構築する」で使用したサンプルコードをビルドする](kotetu.html)
1. [AppleとGoogleに遊びに行こう!](muraishi.html)
1. [著者紹介](authors.html)

</nav>
</nav>
17 changes: 17 additions & 0 deletions book/manuscripts/muraishi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
class: content
---

<div class="doc-header">
<h1>AppleとGoogleに遊びに行こう!</h1>
<div class="doc-author">村石拓海</div>
</div>

# AppleとGoogleに遊びに行こう!

<hr class="page-break"/>

<hr class="page-break"/>

<hr class="page-break"/>

9 changes: 6 additions & 3 deletions book/vivliostyle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ module.exports = {
'index.md',
// はじめに
'preface.md',

// 各章の原稿
'omori.md',
'emoto.md',
'usami.md',
'kawashima.md',
'emoto.md',
'iseki.md',
'omori.md',
'hajimism-feedback-philosophy.md',
'kawashima.md',
'yusuga.md',
'kotetu.md',
'muraishi.md',

// 著者紹介
'authors.md',
// 奥付
Expand Down

0 comments on commit 8b0916a

Please sign in to comment.