Update doc and showcase (#135)

* feat(params.toml): enable analytics and configure Umami Analytics

Enable analytics by setting `enable` to `true` in the `[analytics]` section of the `params.toml` file. Also, configure Umami Analytics by providing the `data_website_id`, `src`, and `data_domains` values.

* feat(404.html): replace hardcoded "404 page not found" text with translated version to improve localization

* feat(README.md): add README.md file with information about the Bridget theme and its features
feat(getStarted.md): add getStarted.md file with instructions on how to get started with the Bridget theme, including installation and content management instructions

* chore: add screenshot and thumbnail

* chore(theme.toml): update theme info

* docs(README.md): update Features section heading to be singular for consistency
docs(README.md): add thumbnail image to README for visual representation of the theme
docs(README.md): add link to live demo site for users to see the theme in action
docs(README.md): update link to getting started documentation for clarity
docs(README.md): update wording in Features section for better readability
This commit is contained in:
Spedon
2023-11-06 17:30:44 +08:00
committed by GitHub
parent 5531049ad4
commit a4a280e339
4 changed files with 15 additions and 3 deletions

View File

@@ -6,11 +6,17 @@ Bridget is a minimal [Hugo](https://gohugo.io) theme designed for photographers
Its based on the https://github.com/tylermcrobert/bridget-pictures-www. Its 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 ## 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. 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) - **Blazingly fast**: 99/100 on mobile and 100/100 on desktop in [Google PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights)

BIN
images/screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

BIN
images/tn.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

View File

@@ -4,8 +4,9 @@
name = "Bridget" name = "Bridget"
license = "MIT" license = "MIT"
licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE" licenselink = "https://github.com/Sped0n/bridget/blob/main/LICENSE"
description = "Bridget is a minimal Hugo theme designed for photographers / visual artists." description = "Bridget is a minimal Hugo theme designed for photographers/visual artists."
homepage = "http://example.com/" homepage = "https://github.com/Sped0n/bridget"
demosite = "https://bridget-demo.sped0nwen.com"
tags = ["photography", "visual art", "minimal", "portfolio", "responsive"] tags = ["photography", "visual art", "minimal", "portfolio", "responsive"]
features = ["SEO optimized", "TypeScript", "multi-language support"] features = ["SEO optimized", "TypeScript", "multi-language support"]
@@ -13,6 +14,11 @@ features = ["SEO optimized", "TypeScript", "multi-language support"]
name = "sped0n" name = "sped0n"
homepage = "https://github.com/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]
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true