From 2f0780b82f507bfb7958ec2bc6aa188cac677c09 Mon Sep 17 00:00:00 2001
From: 53hornet <53hornet@gmail.com>
Date: Mon, 3 Sep 2018 07:55:16 -0400
Subject: Added basic wedding site structure
---
makefile | 12 +++++++++++-
md/53hor.net/gallery/easter-2017.jpg | Bin 0 -> 4507201 bytes
md/53hor.net/gallery/index.md | 2 ++
md/wedding/accomodations/index.md | 16 ++++++++++++++++
md/wedding/gallery/index.md | 16 ++++++++++++++++
md/wedding/gifts/index.md | 6 ++++++
md/wedding/index.md | 14 +++++++++++++-
md/wedding/nav.html | 10 ++++++++++
md/wedding/party/index.md | 16 ++++++++++++++++
md/wedding/story/index.md | 16 ++++++++++++++++
md/wedding/todoandeat/index.md | 16 ++++++++++++++++
md/wedding/travel/index.md | 9 +++++++++
12 files changed, 131 insertions(+), 2 deletions(-)
create mode 100644 md/53hor.net/gallery/easter-2017.jpg
create mode 100644 md/wedding/accomodations/index.md
create mode 100644 md/wedding/gallery/index.md
create mode 100644 md/wedding/gifts/index.md
create mode 100644 md/wedding/nav.html
create mode 100644 md/wedding/party/index.md
create mode 100644 md/wedding/story/index.md
create mode 100644 md/wedding/todoandeat/index.md
create mode 100644 md/wedding/travel/index.md
diff --git a/makefile b/makefile
index 386f151..74435b6 100644
--- a/makefile
+++ b/makefile
@@ -6,11 +6,13 @@ PNG = $(shell find md/ -type f -name '*.png')
CSS_OUT = $(patsubst md/%.css, html/%.css, $(CSS))
JPG_OUT = $(patsubst md/%.jpg, html/%.jpg, $(JPG))
PNG_OUT = $(patsubst md/%.png, html/%.png, $(PNG))
+
53HORNET_OUT = $(patsubst md/53hor.net/%.md, html/53hor.net/%.html, $(MD))
ATC_OUT = $(patsubst md/atc.53hor.net/%.md, html/atc.53hor.net/%.html, $(MD))
+WED_OUT = $(patsubst md/wedding/%.md, html/wedding/%.html, $(MD))
.PHONY: all
-all: css img 53hor.net atc.53hor.net alsplusatc.net
+all: css img 53hor.net atc.53hor.net wedding
.PHONY: css
css: $(CSS_OUT)
@@ -49,5 +51,13 @@ html/atc.53hor.net/%.html: md/atc.53hor.net/%.md md/atc.53hor.net/nav.html
@mkdir -p "$(@D)"
@pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -B md/atc.53hor.net/nav.html -c /styles.css -o "$@"
+.PHONY: wedding
+wedding: $(WED_OUT)
+
+html/wedding/%.html: md/wedding/%.md md/wedding/nav.html
+ @echo "wedding: $< -> $@"
+ @mkdir -p "$(@D)"
+ @pandoc "$<" -f markdown -t html5 -s -B md/wedding/nav.html -c /styles.css -o "$@"
+
clean:
@rm -rf html/
diff --git a/md/53hor.net/gallery/easter-2017.jpg b/md/53hor.net/gallery/easter-2017.jpg
new file mode 100644
index 0000000..e4a25ab
Binary files /dev/null and b/md/53hor.net/gallery/easter-2017.jpg differ
diff --git a/md/53hor.net/gallery/index.md b/md/53hor.net/gallery/index.md
index 68bfc62..6202b08 100644
--- a/md/53hor.net/gallery/index.md
+++ b/md/53hor.net/gallery/index.md
@@ -17,6 +17,8 @@ This is the gallery.
## Easter
+![[Go to Easter 2017 album](https://nextcloud.53hor.net/index.php/apps/gallery/s/76iowZy9tmkWDDo#)](easter-2017.jpg)
+
## Independence Day
## 'Wheezy'
diff --git a/md/wedding/accomodations/index.md b/md/wedding/accomodations/index.md
new file mode 100644
index 0000000..598aef8
--- /dev/null
+++ b/md/wedding/accomodations/index.md
@@ -0,0 +1,16 @@
+---
+pagetitle: Accomodations
+---
+
+
+# Mr. and Mrs. Carpenter
+
+## Aug. Ninth, 2019
+
+### Intro
+
+This is where we talk about things
+
+### RSVP
+
+
diff --git a/md/wedding/gallery/index.md b/md/wedding/gallery/index.md
new file mode 100644
index 0000000..b271ff7
--- /dev/null
+++ b/md/wedding/gallery/index.md
@@ -0,0 +1,16 @@
+---
+pagetitle: Gallery
+---
+
+
+# Mr. and Mrs. Carpenter
+
+## Aug. Ninth, 2019
+
+### Intro
+
+This is where we talk about things
+
+### RSVP
+
+
diff --git a/md/wedding/gifts/index.md b/md/wedding/gifts/index.md
new file mode 100644
index 0000000..458bdc3
--- /dev/null
+++ b/md/wedding/gifts/index.md
@@ -0,0 +1,6 @@
+---
+pagetitle: Gifts
+---
+
+
+
diff --git a/md/wedding/index.md b/md/wedding/index.md
index 3b18e51..7c5ec9c 100644
--- a/md/wedding/index.md
+++ b/md/wedding/index.md
@@ -1 +1,13 @@
-hello world
+---
+pagetitle: We're Getting Married!
+---
+
+
+# Amy and Adam Carpenter
+
+## Aug. Ninth, 2019
+
+### [RSVP](https://goo.gl/forms/DpvOMOJR7uLwpCeo1)
+
+
+
diff --git a/md/wedding/nav.html b/md/wedding/nav.html
new file mode 100644
index 0000000..7544a18
--- /dev/null
+++ b/md/wedding/nav.html
@@ -0,0 +1,10 @@
+
diff --git a/md/wedding/party/index.md b/md/wedding/party/index.md
new file mode 100644
index 0000000..459fcda
--- /dev/null
+++ b/md/wedding/party/index.md
@@ -0,0 +1,16 @@
+---
+pagetitle: Bridal Party
+---
+
+
+# Mr. and Mrs. Carpenter
+
+## Aug. Ninth, 2019
+
+### Intro
+
+This is where we talk about things
+
+### RSVP
+
+
diff --git a/md/wedding/story/index.md b/md/wedding/story/index.md
new file mode 100644
index 0000000..1e0f9aa
--- /dev/null
+++ b/md/wedding/story/index.md
@@ -0,0 +1,16 @@
+---
+pagetitle: Our Story
+---
+
+
+# Mr. and Mrs. Carpenter
+
+## Aug. Ninth, 2019
+
+### Intro
+
+This is where we talk about things
+
+### RSVP
+
+
diff --git a/md/wedding/todoandeat/index.md b/md/wedding/todoandeat/index.md
new file mode 100644
index 0000000..7647808
--- /dev/null
+++ b/md/wedding/todoandeat/index.md
@@ -0,0 +1,16 @@
+---
+pagetitle: Things To Do and Eat
+---
+
+
+# Mr. and Mrs. Carpenter
+
+## Aug. Ninth, 2019
+
+### Intro
+
+This is where we talk about things
+
+### RSVP
+
+
diff --git a/md/wedding/travel/index.md b/md/wedding/travel/index.md
new file mode 100644
index 0000000..0196c10
--- /dev/null
+++ b/md/wedding/travel/index.md
@@ -0,0 +1,9 @@
+---
+pagetitle: Travel & Transportation
+---
+
+
+### The Venue
+
+
+
--
cgit v1.2.3