Skip to content

Commit

Permalink
chore: change demo from app to com (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Aug 2, 2023
1 parent 161ea89 commit c6d9a66
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
lighthouse \
--chrome-flags="--headless" \
--output html --output-path ./report.html \
'https://hugothemeiris.peaceiris.app'
'https://hugothemeiris.peaceiris.com'
- name: Upload result
uses: actions/upload-artifact@v3
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Hugo IRIS Theme
[![release feed](https://img.shields.io/badge/release-feed-yellow)](https://github.com/peaceiris/hugo-theme-iris/releases.atom)
![deploy status](https://github.com/peaceiris/hugo-theme-iris/workflows/CI/badge.svg?branch=main&event=push)
[![hugo themes](https://img.shields.io/static/v1?label=Hugo%20Themes&message=IRIS&color=blueviolet)](https://themes.gohugo.io/themes/hugo-theme-iris/)
[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugothemeiris.peaceiris.app/report.html)
[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugothemeiris.peaceiris.com/report.html)

</div>

[Go to the demo site](https://hugothemeiris.peaceiris.app/).
[Go to the demo site](https://hugothemeiris.peaceiris.com/).



Expand Down Expand Up @@ -80,8 +80,8 @@ This repository includes a [Hugo] theme.
- JSON-LD
- Canonical URL on header
- Performance
- [PageSpeed Insights Scores: Good](https://developers.google.com/speed/pagespeed/insights/?hl=EN&url=https%3A%2F%2Fhugothemeiris.peaceiris.app%2F)
- [Lighthouse Scores: Good](https://hugothemeiris.peaceiris.app/report.html)
- [PageSpeed Insights Scores: Good](https://developers.google.com/speed/pagespeed/insights/?hl=EN&url=https%3A%2F%2Fhugothemeiris.peaceiris.com%2F)
- [Lighthouse Scores: Good](https://hugothemeiris.peaceiris.com/report.html)
- Contents
- Breadcrumb List
- Syntax Highlighting
Expand Down Expand Up @@ -304,7 +304,7 @@ Please follow the instruction as the same as the `repo` shortcode.

### math

See also [the example page](https://hugothemeiris.peaceiris.app/posts/math/).
See also [the example page](https://hugothemeiris.peaceiris.com/posts/math/).

When you use the ampersand sign `&`, you need to use the following math shortcode.

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config/_default/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: "https://hugothemeiris.peaceiris.app"
baseURL: "https://hugothemeiris.peaceiris.com"

module:
imports:
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config/development/params.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Params for development (server mode)
productionBaseURL: "https://hugothemeiris.peaceiris.app"
productionBaseURL: "https://hugothemeiris.peaceiris.com"
2 changes: 1 addition & 1 deletion exampleSite/static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hugothemeiris.peaceiris.app
hugothemeiris.peaceiris.com
2 changes: 1 addition & 1 deletion exampleSite/static/_redirects
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These rules will change if you change your site’s custom domains or HTTPS settings

# Redirect default Netlify subdomain to primary domain
#https://hugothemeiris.netlify.com/* https://hugothemeiris.peaceiris.app/:splat 301!
#https://hugothemeiris.netlify.com/* https://hugothemeiris.peaceiris.com/:splat 301!
4 changes: 2 additions & 2 deletions exampleSite/static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ editor:
preview: true
# publish_mode: editorial_workflow

site_url: https://hugothemeiris.peaceiris.app
site_url: https://hugothemeiris.peaceiris.com
display_url: https://github.com/peaceiris/hugo-theme-iris
logo_url: https://hugothemeiris.peaceiris.app/favicon/favicon64.ico
logo_url: https://hugothemeiris.peaceiris.com/favicon/favicon64.ico

collections:
- label: "Home en"
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/peaceiris/hugo-theme-iris/blob/main/LICENSE"
description = "Hugo Iris Theme - Portfolio and Blog"
homepage = "https://github.com/peaceiris/hugo-theme-iris"
demosite = "https://hugothemeiris.peaceiris.app/"
demosite = "https://hugothemeiris.peaceiris.com/"
min_version = "0.110.0"
tags = [
"blog",
Expand Down

0 comments on commit c6d9a66

Please sign in to comment.