@@ -60,15 +60,35 @@ const sidebar = [
60
60
{ text : 'Config' , link : '/config' } ,
61
61
] ,
62
62
} ,
63
- { text : 'Showcase' , link : '/Showcase' } ,
63
+ {
64
+ text : 'Features' ,
65
+ items : [
66
+ { text : 'Watch Mode' , link : '/features/watch-mode' } ,
67
+ { text : 'Compile Class' , link : '/features/compile-class' } ,
68
+ { text : 'Shortcuts' , link : '/features/shortcuts' } ,
69
+ { text : 'CLI Commands' , link : '/features/cli' } ,
70
+ { text : 'TypeScript Support' , link : '/features/typescript' } ,
71
+ ] ,
72
+ } ,
73
+ {
74
+ text : 'Advanced' ,
75
+ items : [
76
+ { text : 'Custom Rules' , link : '/advanced/custom-rules' } ,
77
+ { text : 'Presets' , link : '/advanced/presets' } ,
78
+ { text : 'Theme Customization' , link : '/advanced/theme-customization' } ,
79
+ { text : 'Framework Integration' , link : '/advanced/frameworks' } ,
80
+ ] ,
81
+ } ,
82
+ { text : 'API Reference' , link : '/api-reference' } ,
83
+ { text : 'Showcase' , link : '/showcase' } ,
64
84
]
65
- const description = 'A TypeScript Starter Kit. For a better Development Experience .'
66
- const title = 'ts-starter | A TypeScript Starter Kit. For a better Development Experience. '
85
+ const description = 'Blazingly fast utility-first CSS framework built with Bun. Generate only the CSS you need with Tailwind-compatible syntax .'
86
+ const title = 'Headwind | Blazingly Fast Utility-First CSS Built with Bun '
67
87
68
88
export default withPwa (
69
89
defineConfig ( {
70
90
lang : 'en-US' ,
71
- title : 'ts-starter ' ,
91
+ title : 'Headwind ' ,
72
92
description,
73
93
metaChunk : true ,
74
94
cleanUrls : true ,
@@ -83,17 +103,17 @@ export default withPwa(
83
103
[ 'meta' , { name : 'author' , content : 'Stacks.js, Inc.' } ] ,
84
104
[ 'meta' , {
85
105
name : 'tags' ,
86
- content : 'ts-starter, stacksjs, reverse proxy, modern, lightweight, zero-config, local development ' ,
106
+ content : 'headwind, css framework, utility-first, tailwind, bun, typescript, fast, lightweight ' ,
87
107
} ] ,
88
108
89
109
[ 'meta' , { property : 'og:type' , content : 'website' } ] ,
90
110
[ 'meta' , { property : 'og:locale' , content : 'en' } ] ,
91
111
[ 'meta' , { property : 'og:title' , content : title } ] ,
92
112
[ 'meta' , { property : 'og:description' , content : description } ] ,
93
113
94
- [ 'meta' , { property : 'og:site_name' , content : 'ts-starter ' } ] ,
114
+ [ 'meta' , { property : 'og:site_name' , content : 'Headwind ' } ] ,
95
115
[ 'meta' , { property : 'og:image' , content : './images/og-image.jpg' } ] ,
96
- [ 'meta' , { property : 'og:url' , content : 'https://reverse-proxy.sh /' } ] ,
116
+ [ 'meta' , { property : 'og:url' , content : 'https://headwind.stacksjs.org /' } ] ,
97
117
// ['script', { 'src': 'https://cdn.usefathom.com/script.js', 'data-site': '', 'data-spa': 'auto', 'defer': '' }],
98
118
...analyticsHead ,
99
119
] ,
@@ -111,7 +131,7 @@ export default withPwa(
111
131
sidebar,
112
132
113
133
editLink : {
114
- pattern : 'https://github.com/stacksjs/stacks /edit/main/docs /docs/:path' ,
134
+ pattern : 'https://github.com/stacksjs/headwind /edit/main/docs/:path' ,
115
135
text : 'Edit this page on GitHub' ,
116
136
} ,
117
137
@@ -123,7 +143,7 @@ export default withPwa(
123
143
socialLinks : [
124
144
{ icon : 'twitter' , link : 'https://twitter.com/stacksjs' } ,
125
145
{ icon : 'bluesky' , link : 'https://bsky.app/profile/chrisbreuer.dev' } ,
126
- { icon : 'github' , link : 'https://github.com/stacksjs/ts-starter ' } ,
146
+ { icon : 'github' , link : 'https://github.com/stacksjs/headwind ' } ,
127
147
{ icon : 'discord' , link : 'https://discord.gg/stacksjs' } ,
128
148
] ,
129
149
0 commit comments