Last active
September 12, 2016 02:29
-
-
Save iktakahiro/df28b56a8d9f7629c49b8ca37d0b1dfc to your computer and use it in GitHub Desktop.
Markdown プレゼン作成ツール Marp スタイルカスタマイズガイド ref: http://qiita.com/iktakahiro/items/76e1389ecc8b2a76d6b3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install -g appdmg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sass/themes/ | |
| ├── _markdown.sass | |
| ├── _slide.sass | |
| ├── default.sass | |
| └── gaia.sass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sass/themes/ | |
| ├── _markdown.sass | |
| ├── _slide.sass | |
| ├── default.sass | |
| ├── gaia.sass | |
| └── original.sass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $bg-color: #3F51B5 | |
| $text-color: #fff | |
| $highlight-color: #FF9800 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return if basename in ['default', 'gaia', 'original'] then "css/themes/#{basename}.css" else null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment