diff --git a/content/_index.md b/content/_index.md index 772946d..d7cd564 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,9 @@ --- -description: David Rinaldo's photography gallery +description: Thank you for visiting my gallery! View collections below and find my store linked in the menu. linktitle: Home title: David Rinaldo menu: main: name: Home weight: 1 ---- \ No newline at end of file +--- diff --git a/content/prints.md b/content/prints.md deleted file mode 100644 index 911393d..0000000 --- a/content/prints.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Ordering Prints -rss_ingore: true -layout: page -menu: - main: - weight: 2 ---- -I'm truly honored and humbled that you want to display my art in your home! - -I plan to put up a store soon where you can easily order books, prints, and other items. However, in the meantime please reach out to me directly at david@dvdt.dev to inquire about prints, books, canvases, etc. Until I get a proper store stood up I'm happy to commission whatever you like! - -\*\**Please send links to the images you like and what kind of photo product and size are looking for. I'll get back to you with a quote and we can take it from there!* \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 8de12d7..131cc8d 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -7,9 +7,15 @@ timeZone: America/New_York timeout: '120s' sort_by: date sort_order: desc +markup: + defaultMarkdownHandler: goldmark +menu: + main: + - name: Store + url: https://shop.davidrinaldo.com + weight: 2 params: defaultTheme: dark - description: David Rinaldo's photography gallery sort_order: desc author: email: david@dvdt.dev @@ -17,7 +23,7 @@ params: socialIcons: instagram: https://instagram.com/davidhrinaldo email: mailto:david@dvdt.dev - website: https://dvdt.dev + website: https://shop.davidrinaldo.com outputs: home: ["HTML", "RSS"] page: ["HTML"]