From d01dca5f3631249520830ea023d66419aa4b35ee Mon Sep 17 00:00:00 2001 From: Sped0n Date: Wed, 1 Nov 2023 22:59:42 +0800 Subject: [PATCH] chore(Info.md): update menu configuration to include Info page in the main menu with weight 4 and identifier "Info" chore(Info.md): update theme description to clarify that Bridget is a minimal Hugo theme designed for photographers/visual artists chore(Info.md): add information about the inspiration for the theme and the modifications made to mimic the original design chore(Info.md): update the Instagram link to point to the correct profile chore(Info.md): update the Github link to point to the correct profile chore(Info.md): update the site design credit to mention Tyler McRobert as the original designer chore(Info.md): update the copyright information to mention Spedon as the current owner and mention that the site is powered by Hugo --- exampleSite/content/Info.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/Info.md b/exampleSite/content/Info.md index e8c26a9..6b57491 100644 --- a/exampleSite/content/Info.md +++ b/exampleSite/content/Info.md @@ -2,15 +2,22 @@ type: _default layout: single url: /info/ +menu: + main: + weight: 4 + identifier: Info --- -Bridget Baker is a photographer and artist based in Seattle, WA exploring shape and form by camera. For collaborations and inquiries, feel free to make direct contact below. +Bridget is a _minimal_ Hugo theme designed for photographers / visual artists. -[Email ↗](mailto:bridgetelizabethbaker@gmail.com) +The inspiration for this theme came from a video by [Hyperlexed](https://www.youtube.com/@Hyperplexed), which can be found [here](https://www.youtube.com/watch?v=Jt3A2lNN2aE). Initially, it was designed using pure TypeScript and CSS. However, after website designer [Tyler McRobert](https://tylermcrobert.com) made the source code publicly available, the whole project was modified to mimic the original design. The animations in Bridget are achieved using gsap and swiper. In essence, it is more like a porting of the original design into Hugo. -[Instagram ↗](https://instagram.com/pictures.bridget) +Once again, great shout out to [Tyler McRobert](https://tylermcrobert.com) for his inspiration to this project. +[Github ↗](https://instagram.com/pictures.bridget) -Site design & development by [Tyler McRobert](https://tylermcrobert.com). +[Instagram ↗](https://www.instagram.com/sped0n/) -© {{< year >}} Bridget Baker. All rights reserved. \ No newline at end of file +Original site design by [Tyler McRobert](https://tylermcrobert.com). + +© {{< year >}} Spedon | Powered by [Hugo](https://gohugo.io)