diff options
-rw-r--r-- | Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.png | bin | 54031 -> 0 bytes | |||
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | site/android-chrome-192x192.png (renamed from android-chrome-192x192.png) | bin | 12879 -> 12879 bytes | |||
-rw-r--r-- | site/android-chrome-512x512.png (renamed from android-chrome-512x512.png) | bin | 40819 -> 40819 bytes | |||
-rw-r--r-- | site/apple-touch-icon.png (renamed from apple-touch-icon.png) | bin | 12136 -> 12136 bytes | |||
-rw-r--r-- | site/favicon-16x16.png (renamed from favicon-16x16.png) | bin | 742 -> 742 bytes | |||
-rw-r--r-- | site/favicon-32x32.png (renamed from favicon-32x32.png) | bin | 1491 -> 1491 bytes | |||
-rw-r--r-- | site/favicon.ico (renamed from favicon.ico) | bin | 15406 -> 15406 bytes | |||
-rw-r--r-- | site/favicons-license.txt (renamed from favicons-license.txt) | 0 | ||||
-rw-r--r-- | site/phi6 RefWT_from Lele.txt (renamed from phi6 RefWT_from Lele.txt) | 0 | ||||
-rw-r--r-- | site/phi6 wt protein start stops.csv (renamed from phi6 wt protein start stops.csv) | 0 | ||||
-rw-r--r-- | site/site.webmanifest (renamed from site.webmanifest) | 0 | ||||
-rw-r--r-- | site/style.css (renamed from style.css) | 0 |
13 files changed, 5 insertions, 5 deletions
diff --git a/Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.png b/Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.png Binary files differdeleted file mode 100644 index de7a11c..0000000 --- a/Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.png +++ /dev/null @@ -2,10 +2,10 @@ HTTP_PORT = 8000 HTTP_IF = -b :: PYTHON3 = python3 -ORGC = emacs -Q --batch --eval "(progn (require 'ob-tangle) (dolist (file command-line-args-left) (with-current-buffer (find-file-noselect file) (org-babel-tangle))))" +ORGC = emacs -Q --batch --eval "(progn (require 'ob-tangle) (dolist (file command-line-args-left) (with-current-buffer (find-file-noselect file) (let ((default-directory (expand-file-name \"site\" default-directory))) (org-babel-tangle)))))" -index.html: js-ver.org - $(ORGC) $< +run: site/index.html + cd site && $(PYTHON3) -m http.server $(HTTP_IF) $(HTTP_PORT) -run: index.html - $(PYTHON3) -m http.server $(HTTP_IF) $(HTTP_PORT) +site/index.html: js-ver.org + $(ORGC) $< diff --git a/android-chrome-192x192.png b/site/android-chrome-192x192.png Binary files differindex b163592..b163592 100644 --- a/android-chrome-192x192.png +++ b/site/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/site/android-chrome-512x512.png Binary files differindex c128b17..c128b17 100644 --- a/android-chrome-512x512.png +++ b/site/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/site/apple-touch-icon.png Binary files differindex 9abe651..9abe651 100644 --- a/apple-touch-icon.png +++ b/site/apple-touch-icon.png diff --git a/favicon-16x16.png b/site/favicon-16x16.png Binary files differindex 3f25ff3..3f25ff3 100644 --- a/favicon-16x16.png +++ b/site/favicon-16x16.png diff --git a/favicon-32x32.png b/site/favicon-32x32.png Binary files differindex e872d44..e872d44 100644 --- a/favicon-32x32.png +++ b/site/favicon-32x32.png diff --git a/favicon.ico b/site/favicon.ico Binary files differindex ee8b826..ee8b826 100644 --- a/favicon.ico +++ b/site/favicon.ico diff --git a/favicons-license.txt b/site/favicons-license.txt index 9ca0a0e..9ca0a0e 100644 --- a/favicons-license.txt +++ b/site/favicons-license.txt diff --git a/phi6 RefWT_from Lele.txt b/site/phi6 RefWT_from Lele.txt index e751e6d..e751e6d 100644 --- a/phi6 RefWT_from Lele.txt +++ b/site/phi6 RefWT_from Lele.txt diff --git a/phi6 wt protein start stops.csv b/site/phi6 wt protein start stops.csv index 3b49bfd..3b49bfd 100644 --- a/phi6 wt protein start stops.csv +++ b/site/phi6 wt protein start stops.csv diff --git a/site.webmanifest b/site/site.webmanifest index 45dc8a2..45dc8a2 100644 --- a/site.webmanifest +++ b/site/site.webmanifest diff --git a/style.css b/site/style.css index 84fe203..84fe203 100644 --- a/style.css +++ b/site/style.css |