-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added instructions for Kindle, waiting for iPad info from Leanpub
- Loading branch information
Bruce Eckel
committed
Oct 5, 2024
1 parent
f488b4b
commit ba7bea4
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Effect Oriented Programming - Website | ||
|
||
- Edit in the **website** branch | ||
- Website will update automatically when you push it to the Github repo | ||
|
||
## To Test Locally | ||
|
||
- Install Python | ||
- `pip install mkdocs` | ||
- `pip install mkdocs-redirects` | ||
- `pip install mkdocs-material` | ||
- Run `mkdocs serve` in this repo root directory | ||
- Open http://127.0.0.1:8000/ in your browser |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
|
||
## [Buy the Ebook from Leanpub](https://leanpub.com/effect-oriented-programming) | ||
|
||
## [Load the Leanpub Ebook onto Kindle or the Kindle App](https://help.leanpub.com/en/articles/110746-how-do-i-get-leanpub-books-on-my-kindle-or-into-the-kindle-app-on-my-phone-or-tablet) |
This file contains 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