Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Final renaming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssennettau committed Feb 22, 2024
1 parent 8cb557e commit f29e7a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is an unofficial community project, and not directly affiliated with Amazon

## Usage

You can use GenStack either by going to the production site at [partysmith.ssennett.net](https://partysmith.ssennett.net/), or by cloning this repo and running the application yourself.
You can use GenStack either by going to the production site at [genstack.ssennett.net](https://genstack.ssennett.net/), or by cloning this repo and running the application yourself.

![GenStack Screenshot](docs/screenshot-ps.png)

Expand All @@ -21,8 +21,8 @@ Try a [demo](https://demo.partysmith.ssennett.net/) based on the [Costume Theme
If you'd like to run this app itself, you can clone the repo to your own machine, install the necessary packages, and run it locally in development mode.

```bash
git clone https://github.com/ssennettau/partysmith.git
cd partysmith
git clone https://github.com/ssennettau/genstack.git
cd genstack
npm install
npm run dev
```
Expand Down
6 changes: 3 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<meta name="og:description" content="GenStack transforms your AWS PartyRock apps into deployable full-stack SvelteKit applications.">
<meta name="og:locale" content="en_AU">
<meta name="og:local:alternate" content="en_US">
<meta name="og:url" content="https://partysmith.ssennett.net/">
<meta name="og:image" content="https://partysmith.ssennett.net/logo.jpg">
<meta name="og:url" content="https://genstack.ssennett.net/">
<meta name="og:image" content="https://genstack.ssennett.net/logo.jpg">
</head>

<div class="flex flex-col justify-center items-center">
Expand All @@ -38,6 +38,6 @@
<div class="text-sm">
<a href="/about" class="font-semibold hover:text-gray-500">About</a>
|
<a href="https://github.com/ssennettau/partysmith/" class="font-semibold hover:text-gray-500" target="_blank">GitHub</a>
<a href="https://github.com/ssennettau/genstack/" class="font-semibold hover:text-gray-500" target="_blank">GitHub</a>
</div>
</footer>
2 changes: 1 addition & 1 deletion src/templateLayer/templates/primary/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GenStack-App-[APPNAME]

This app was built based on an [AWS PartyRock](https://partyrock.aws/) app, using the community project [GenStack](https://partysmith.ssennett.net/).
This app was built based on an [AWS PartyRock](https://partyrock.aws/) app, using the community project [GenStack](https://genstack.ssennett.net/).

![Generic Sample App Screenshot](docs/screenshot-app.png)

Expand Down
4 changes: 2 additions & 2 deletions static/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://partysmith.ssennett.net/</loc>
<loc>https://genstack.ssennett.net/</loc>
<lastmod>2024-02-17T09:13:28+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://partysmith.ssennett.net/about</loc>
<loc>https://genstack.ssennett.net/about</loc>
<lastmod>2024-02-17T09:13:28+00:00</lastmod>
<priority>0.80</priority>
</url>
Expand Down

0 comments on commit f29e7a0

Please sign in to comment.