Browse Source

updated html

user 2 years ago
parent
commit
70b4d05e1b
3 changed files with 322 additions and 326 deletions
  1. BIN
      recipes-book.pdf
  2. 318
    321
      recipes.html
  3. 4
    5
      recipes.org

BIN
recipes-book.pdf View File


+ 318
- 321
recipes.html
File diff suppressed because it is too large
View File


+ 4
- 5
recipes.org View File

2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3)
2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3)
3
 
3
 
4
 :CONFIG:
4
 :CONFIG:
5
+# <h2>Download</h2>
6
+
5
 #+BEGIN_EXPORT html
7
 #+BEGIN_EXPORT html
6
 
8
 
7
-<h2>Download</h2>
8
-<p> <a href="./recipes.pdf"> Recipes PDF</a> </p>
9
-<p> <a href="./recipes-book.pdf"> Recipes Booklet</a> </p>
10
-<p> <a href="./recipes.org"> Org Source</a> </p>
9
+<p> Download these recipes: <a href="./recipes.pdf"> Recipes PDF</a>, <a href="./recipes-book.pdf"> Recipes Booklet</a>, <a href="./recipes.org"> Org Source</a> </p>
11
 
10
 
12
 #+END_EXPORT
11
 #+END_EXPORT
13
 
12
 
74
 
73
 
75
 * generate-booklet :noexport:
74
 * generate-booklet :noexport:
76
 #+BEGIN_SRC elisp
75
 #+BEGIN_SRC elisp
77
-(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper && scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/")
76
+(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper && scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/recipes/")
78
 #+END_SRC
77
 #+END_SRC
79
 
78
 
80
 #+RESULTS:
79
 #+RESULTS: