diff --git a/README.md b/README.md index 2326303..c7ecc29 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,17 @@ Bridget is a minimal [Hugo](https://gohugo.io) theme designed for photographers It’s based on the https://github.com/tylermcrobert/bridget-pictures-www. +![thumbnail](images/tn.jpg) + +## [Demo Site](https://bridget-demo.sped0nwen.com) + +To see this theme in action, here is a live [demo site](https://bridget-demo.sped0nwen.com) which is rendered with **Bridget** theme. + ## Getting Started Head to this [documentation](https://github.com/Sped0n/bridget/blob/main/doc/getStarted.md) for a complete guidance to get started with the Bridget theme. -## Feature +## Features - **Blazingly fast**: 99/100 on mobile and 100/100 on desktop in [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights) diff --git a/images/screenshot.jpg b/images/screenshot.jpg new file mode 100644 index 0000000..1d1ec1d Binary files /dev/null and b/images/screenshot.jpg differ diff --git a/images/tn.jpg b/images/tn.jpg new file mode 100644 index 0000000..ce43a37 Binary files /dev/null and b/images/tn.jpg differ diff --git a/theme.toml b/theme.toml index f192d0f..ca6e4fd 100644 --- a/theme.toml +++ b/theme.toml @@ -4,8 +4,9 @@ name = "Bridget" license = "MIT" licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE" -description = "Bridget is a minimal Hugo theme designed for photographers / visual artists." -homepage = "http://example.com/" +description = "Bridget is a minimal Hugo theme designed for photographers/visual artists." +homepage = "https://github.com/Sped0n/bridget" +demosite = "https://bridget-demo.sped0nwen.com" tags = ["photography", "visual art", "minimal", "portfolio", "responsive"] features = ["SEO optimized", "TypeScript", "multi-language support"] @@ -13,6 +14,11 @@ features = ["SEO optimized", "TypeScript", "multi-language support"] name = "sped0n" homepage = "https://github.com/Sped0n" +[original] +author = "Tyler McRobert" +homepage = "https://github.com/tylermcrobert" +repo = "https://github.com/tylermcrobert/bridget-pictures-www" + [module] [module.hugoVersion] extended = true