Skip to content

Commit a02cbe7

Browse files
committed
chore: adjust some meta info
1 parent c9ca5aa commit a02cbe7

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

docs/.vitepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const nav = [
2222
{ text: 'News', link: 'https://stacksjs.org/news' },
2323
{
2424
text: 'Changelog',
25-
link: 'https://github.com/stacksjs/ts-starter/blob/main/CHANGELOG.md',
25+
link: 'https://github.com/stacksjs/gitlint/blob/main/CHANGELOG.md',
2626
},
2727
// { text: 'Blog', link: 'https://updates.ow3.org' },
2828
{
@@ -84,7 +84,7 @@ const title = 'GitLint | Enforce consistent git commit messages.'
8484
export default withPwa(
8585
defineConfig({
8686
lang: 'en-US',
87-
title: 'ts-starter',
87+
title: 'gitlint',
8888
description,
8989
metaChunk: true,
9090
cleanUrls: true,
@@ -99,15 +99,15 @@ export default withPwa(
9999
['meta', { name: 'author', content: 'Stacks.js, Inc.' }],
100100
['meta', {
101101
name: 'tags',
102-
content: 'ts-starter, stacksjs, reverse proxy, modern, lightweight, zero-config, local development',
102+
content: 'gitlint, typescript, commit message, linter, git, hooks, ci, integration, performance, custom rules',
103103
}],
104104

105105
['meta', { property: 'og:type', content: 'website' }],
106106
['meta', { property: 'og:locale', content: 'en' }],
107107
['meta', { property: 'og:title', content: title }],
108108
['meta', { property: 'og:description', content: description }],
109109

110-
['meta', { property: 'og:site_name', content: 'ts-starter' }],
110+
['meta', { property: 'og:site_name', content: 'gitlint' }],
111111
['meta', { property: 'og:image', content: './images/og-image.jpg' }],
112112
['meta', { property: 'og:url', content: 'https://reverse-proxy.sh/' }],
113113
// ['script', { 'src': 'https://cdn.usefathom.com/script.js', 'data-site': '', 'data-spa': 'auto', 'defer': '' }],
@@ -138,8 +138,8 @@ export default withPwa(
138138

139139
socialLinks: [
140140
{ icon: 'twitter', link: 'https://twitter.com/stacksjs' },
141-
{ icon: 'bluesky', link: 'https://bsky.app/profile/chrisbreuer.dev' },
142-
{ icon: 'github', link: 'https://github.com/stacksjs/ts-starter' },
141+
{ icon: 'bluesky', link: 'https://bsky.app/profile/chris-breuer.me' },
142+
{ icon: 'github', link: 'https://github.com/stacksjs/gitlint' },
143143
{ icon: 'discord', link: 'https://discord.gg/stacksjs' },
144144
],
145145

docs/config.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Configuration
22

3-
_This is just an example of the ts-starter docs._
4-
5-
The Reverse Proxy can be configured using a `reverse-proxy.config.ts` _(or `reverse-proxy.config.js`)_ file and it will be automatically loaded when running the `reverse-proxy` command.
6-
73
GitLint is highly configurable to match your team's commit message standards. You can customize the validation rules, severity levels, and ignored patterns.
84

95
## Configuration File

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We would like to extend our thanks to the following sponsors for funding Stacks
8686

8787
## License
8888

89-
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/ts-starter/tree/main/LICENSE.md) for more information.
89+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/gitlint/tree/main/LICENSE.md) for more information.
9090

9191
Made with 💙
9292

0 commit comments

Comments
 (0)