summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-09-03 20:37:17 -0400
committer53hornet <53hornet@gmail.com>2018-09-03 20:37:17 -0400
commit7b3d4f4a18f0269ee626a1fe555cacf0966bb4d9 (patch)
tree9e789eb7504f27d9bca553b303bd9047a49f83d1
parent2f0780b82f507bfb7958ec2bc6aa188cac677c09 (diff)
downloadmd-site-7b3d4f4a18f0269ee626a1fe555cacf0966bb4d9.tar.xz
md-site-7b3d4f4a18f0269ee626a1fe555cacf0966bb4d9.zip
Added imagemagick compression to JPG and PNG images.
-rw-r--r--makefile4
-rw-r--r--md/53hor.net/contact/index.md18
-rw-r--r--md/53hor.net/gallery/index.md12
-rw-r--r--md/53hor.net/gallery/output.jpgbin0 -> 243592 bytes
-rw-r--r--md/53hor.net/nav.html2
5 files changed, 21 insertions, 15 deletions
diff --git a/makefile b/makefile
index 74435b6..0a3af0b 100644
--- a/makefile
+++ b/makefile
@@ -28,12 +28,12 @@ img: $(JPG_OUT) $(PNG_OUT)
html/%.jpg: md/%.jpg
@echo "img: $< -> $@"
@mkdir -p "$(@D)"
- @cp "$<" "$@"
+ @convert "$<" -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB -resize 1000x1000\> "$@"
html/%.png: md/%.png
@echo "img: $< -> $@"
@mkdir -p "$(@D)"
- @cp "$<" "$@"
+ @convert "$<" -strip -quality 90 -resize 1000x1000\> "$@"
.PHONY: 53hor.net
53hor.net: $(53HORNET_OUT)
diff --git a/md/53hor.net/contact/index.md b/md/53hor.net/contact/index.md
index fc72213..be98ac4 100644
--- a/md/53hor.net/contact/index.md
+++ b/md/53hor.net/contact/index.md
@@ -3,22 +3,18 @@ pagetitle: 53hornet - Home
---
<article>
-### Welcome to 53hornet
+### Contact Us
-#### A site for everything about my 1953 Hudson Hornet
+#### Monitored by Spam Police
-# Intro
+# Email
-This site is dedicated to everything about my 1953 Hudson Hornet. It serves as a digital collection documenting all of our adventures on the road and it is the hub from which my YouTube channel and Twitter feed draw. Feel free to explore this site for fun stories, photos, and videos of our Hudson! Dad and I are members of the Hudson Essex Terraplane Club and are actively trying to make it easier to find knowledge and parts for Hudson restorations. Our primary goal is to create an aftermarket and reproduction parts database for Hudson automobiles. Check out Parts Database to learn more.
+Use the email link below to get in touch with any questions you may have. Include your email address so that I can get back to you. I will happily answer any questions I can. If I can't, I'll try to point you to someone in the HET club who will have the answer.
-# Say Hi to 'Ole Blue'
+Note on requests for pictures/videos: If you would like any pictures or close-up videos of the finished car, tell me what you would like to see and I'll try and send you images of how we did things or how things work. If you want me to take a video of the car (its functions, the restoration, parts close-ups, etc.) then I'll post the response on [YouTube](https://youtube.com/my53hornet).
-This is Ole Blue. She's a 1953 Hudson Hornet four-door sedan. She has a 308ci flathead straight-six engine and a four-speed 'Dual-Range' Hydramatic transmission made by General Motors. Blue is the reason for this site, as are all of the experiences we had finding parts for her, fixing her up, and taking her on adventures big and small.
+# Reddit
-!["Ole Blue - Buttercups"](home-1.jpg)
-
-# Using This Site
-
-On top of this page is the navigation bar, which will take you to every page of this site including our parts database, our collection of photos and images, and a page where you can contact us if you have any questions. On the left is a per-page table of contents. Every page you're on will have one of these to make navigation within a page quicker.
+I am also reachable on Reddit at the '53hornet' handle.
</article>
diff --git a/md/53hor.net/gallery/index.md b/md/53hor.net/gallery/index.md
index 6202b08..6ed40fa 100644
--- a/md/53hor.net/gallery/index.md
+++ b/md/53hor.net/gallery/index.md
@@ -15,18 +15,28 @@ This is the gallery.
## Dad's Retirement
+![[Open Dad's Retirement album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
## Easter
-![[Go to Easter 2017 album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+![[Open Easter 2017 album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
## Independence Day
+![[Open Independence Day 2017 album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
## 'Wheezy'
+![[Open Wheezy's album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
## Put-in-Bay
+![[Open Put-in-Bay album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
## Pontiac, Michigan
+![[Open Pontiac, MI album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
# 2018
</article>
diff --git a/md/53hor.net/gallery/output.jpg b/md/53hor.net/gallery/output.jpg
new file mode 100644
index 0000000..0678892
--- /dev/null
+++ b/md/53hor.net/gallery/output.jpg
Binary files differ
diff --git a/md/53hor.net/nav.html b/md/53hor.net/nav.html
index a94e1bc..ce555e5 100644
--- a/md/53hor.net/nav.html
+++ b/md/53hor.net/nav.html
@@ -3,7 +3,7 @@
<a href="/">Home</a>
<a href="/db">Parts Database</a>
<a href="http://youtube.com/my53hornet">YouTube Channel</a>
- <a href="/gallery">Image Gallery</a>
+ <a href="/gallery">Photo Gallery</a>
<a href="/journal">Journal</a>
<a href="/contact">Contact Us</a>
</nav>