mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 04:31:11 -06:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -71,15 +71,14 @@ The below versions are automatically built on every push to the `main` branch.
|
|||||||
|
|
||||||
* [Download compiled .pdf version](https://www.the-bread-code.io/book.pdf)
|
* [Download compiled .pdf version](https://www.the-bread-code.io/book.pdf)
|
||||||
* [Download compiled .epub version](https://www.the-bread-code.io/book.epub)
|
* [Download compiled .epub version](https://www.the-bread-code.io/book.epub)
|
||||||
* [Download compiled .mobi version](https://www.the-bread-code.io/book.mobi)
|
|
||||||
* [Download compiled .azw3 version](https://www.the-bread-code.io/book.azw3)
|
|
||||||
|
|
||||||
There's an additional enhanced accessibility version using a sans serif font:
|
There's an additional enhanced accessibility version using a sans serif font:
|
||||||
|
|
||||||
* [Download compiled .pdf version](https://www.the-bread-code.io/book-sans-serif.pdf)
|
* [Download compiled .pdf version](https://www.the-bread-code.io/book-sans-serif.pdf)
|
||||||
* [Download compiled .epub version](https://www.the-bread-code.io/book-sans-serif.epub)
|
* [Download compiled .epub version](https://www.the-bread-code.io/book-sans-serif.epub)
|
||||||
* [Download compiled .mobi version](https://www.the-bread-code.io/book-sans-serif.mobi)
|
|
||||||
* [Download compiled .azw3 version](https://www.the-bread-code.io/book-sans-serif.azw3)
|
**The ebook files in .mobi and .azw3 have been retired, please let us know if
|
||||||
|
you were using them.**
|
||||||
|
|
||||||
## Online HTML version (WIP)
|
## Online HTML version (WIP)
|
||||||
|
|
||||||
@@ -133,4 +132,4 @@ International License][cc-by-sa].
|
|||||||
|
|
||||||
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
|
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
|
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
|
||||||
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
|
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
|
||||||
|
|||||||
@@ -43,6 +43,10 @@ ruby_pkg := ../website/Gemfile ../website/Gemfile.lock
|
|||||||
|
|
||||||
tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
|
||||||
|
|
||||||
|
# Default target is not all becuse most of the time we just want a pdf...
|
||||||
|
# ebook take a long time to build.
|
||||||
|
.DEFAULT_GOAL := build_serif_pdf
|
||||||
|
|
||||||
# Default rules for pdf and ebooks, getting overwritten when built in a
|
# Default rules for pdf and ebooks, getting overwritten when built in a
|
||||||
# sub-directory
|
# sub-directory
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
@@ -78,9 +82,6 @@ epub/%.azw3: epub/%.epub
|
|||||||
|
|
||||||
# Now with the rules
|
# Now with the rules
|
||||||
# Expected usual rules first
|
# Expected usual rules first
|
||||||
.PHONY: default
|
|
||||||
default: build_serif_pdf
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: bake
|
all: bake
|
||||||
|
|
||||||
|
|||||||
@@ -496,11 +496,6 @@ class ModifyBuild
|
|||||||
EPUB (no serif): <a href="https://www.the-bread-code.io/book-sans-serif.epub">https://www.the-bread-code.io/book-sans-serif.epub</a>
|
EPUB (no serif): <a href="https://www.the-bread-code.io/book-sans-serif.epub">https://www.the-bread-code.io/book-sans-serif.epub</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="noindent">
|
|
||||||
Kindle: <a href="https://www.the-bread-code.io/book.azw3">https://www.the-bread-code.io/book.azw3</a><br>
|
|
||||||
Kindle (no serif): <a href="https://www.the-bread-code.io/book-sans-serif.azw3">https://www.the-bread-code.io/book-sans-serif.azw3</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="noindent">
|
<p class="noindent">
|
||||||
The full source code of the book can be found here:
|
The full source code of the book can be found here:
|
||||||
<a href="https://www.github.com/hendricius/the-sourdough-framework">https://www.github.com/hendricius/the-sourdough-framework</a>
|
<a href="https://www.github.com/hendricius/the-sourdough-framework">https://www.github.com/hendricius/the-sourdough-framework</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user