summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2024-01-19 21:11:58 -0500
committerBrian Cully <bjc@spork.org>2024-01-19 21:12:17 -0500
commit6702fe237570428884840abb4fbefab9cd40bc29 (patch)
tree152d37b39eeb2eb2552ecbfea71e0c1e5d55e3e0
parent8be3b0beac09c396bed2dea989f03f7cbf42a436 (diff)
downloadfav-6702fe237570428884840abb4fbefab9cd40bc29.tar.gz
fav-6702fe237570428884840abb4fbefab9cd40bc29.zip
move static files to site directory
-rw-r--r--Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.pngbin54031 -> 0 bytes
-rw-r--r--Makefile10
-rw-r--r--site/android-chrome-192x192.png (renamed from android-chrome-192x192.png)bin12879 -> 12879 bytes
-rw-r--r--site/android-chrome-512x512.png (renamed from android-chrome-512x512.png)bin40819 -> 40819 bytes
-rw-r--r--site/apple-touch-icon.png (renamed from apple-touch-icon.png)bin12136 -> 12136 bytes
-rw-r--r--site/favicon-16x16.png (renamed from favicon-16x16.png)bin742 -> 742 bytes
-rw-r--r--site/favicon-32x32.png (renamed from favicon-32x32.png)bin1491 -> 1491 bytes
-rw-r--r--site/favicon.ico (renamed from favicon.ico)bin15406 -> 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
deleted file mode 100644
index de7a11c..0000000
--- a/Genetic-Code-Amino-Acid-Codon-Chart-sidebyside-03.png
+++ /dev/null
Binary files differ
diff --git a/Makefile b/Makefile
index 5eed711..3618baa 100644
--- a/Makefile
+++ b/Makefile
@@ -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
index b163592..b163592 100644
--- a/android-chrome-192x192.png
+++ b/site/android-chrome-192x192.png
Binary files differ
diff --git a/android-chrome-512x512.png b/site/android-chrome-512x512.png
index c128b17..c128b17 100644
--- a/android-chrome-512x512.png
+++ b/site/android-chrome-512x512.png
Binary files differ
diff --git a/apple-touch-icon.png b/site/apple-touch-icon.png
index 9abe651..9abe651 100644
--- a/apple-touch-icon.png
+++ b/site/apple-touch-icon.png
Binary files differ
diff --git a/favicon-16x16.png b/site/favicon-16x16.png
index 3f25ff3..3f25ff3 100644
--- a/favicon-16x16.png
+++ b/site/favicon-16x16.png
Binary files differ
diff --git a/favicon-32x32.png b/site/favicon-32x32.png
index e872d44..e872d44 100644
--- a/favicon-32x32.png
+++ b/site/favicon-32x32.png
Binary files differ
diff --git a/favicon.ico b/site/favicon.ico
index ee8b826..ee8b826 100644
--- a/favicon.ico
+++ b/site/favicon.ico
Binary files differ
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