You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Force Refresh**: Use `--refresh` flag to bypass cache and re-download templates
91
-
-**Local Templates**: Use local template folders with `--template ./path/to/template`
92
-
-**Template Registry**: Shorthand names for official templates
149
+
-**GitHub-Hosted Templates**: Fetch templates from `github:owner/repo`
150
+
-**Template Caching**: 24-hour cache in `~/.lito/templates/`
151
+
-**Template Management**: `lito template list` and `lito template cache --clear`
152
+
-**Force Refresh**: `--refresh` flag to bypass cache
93
153
94
154
### Changed
95
155
96
-
- Renamed `--theme` option to `--template` for clarity
97
-
- Default template now fetched from GitHub instead of bundled
98
-
99
-
### Removed
100
-
101
-
- Bundled template (now fetched from `github:Lito-docs/template`)
156
+
- Renamed `--theme` to `--template`
157
+
- Default template now fetched from GitHub
102
158
103
159
## [0.2.2] - 2025-12-29
104
160
105
161
### Fixed
106
162
107
-
-**Template**: Fixed all internal links (Sidebar, Header, Footer, Search, etc.) to correctly respect the `baseUrl` configuration.
108
-
-**Navigation**: Updated Breadcrumbs, MobileNav, and PrevNextNav to support custom base URLs.
163
+
-**Template**: Fixed internal links to respect `baseUrl` configuration
109
164
110
165
## [0.2.1] - 2025-12-29
111
166
112
167
### Fixed
113
168
114
-
-**Config**: Fixed `baseUrl`option not being applied to the Astro configuration. It now correctly patches `astro.config.mjs` when a custom base URL is provided.
169
+
-**Config**: Fixed `baseUrl` not being applied to Astro configuration
115
170
116
171
## [0.2.0] - 2025-12-29
117
172
118
173
### Fixed
119
174
120
-
-**Eject**: Resolved build errors in ejected projects by properly handling dependencies and configuration.
175
+
-**Eject**: Resolved build errors in ejected projects
121
176
122
177
### Improved
123
178
124
-
-**MDX Components**: Refined `Tabs` and `CodeGroup` components for better stability and rendering.
125
-
-**Template**: Modernized documentation template with Astro 5 and Tailwind CSS v4 support.
179
+
-**MDX Components**: Refined `Tabs` and `CodeGroup` components
180
+
-**Template**: Modernized with Astro 5 and Tailwind CSS v4
126
181
127
-
## [0.1.0] - 2025-12-28 (Pre-Release)
182
+
## [0.1.0] - 2025-12-28
128
183
129
184
### Added
130
185
131
186
-**CLI Tool**: Complete command-line interface for documentation generation
132
187
-**Build Command**: Generate static documentation sites with `lito build`
133
-
-**Dev Command**: Start a development server with hot reload using `lito dev`
134
-
-**Eject Command**: Export full Astro project source code for customization with `lito eject`
135
-
-**Astro Integration**: Built on Astro for lightning-fast static site generation
136
-
-**Markdown & MDX Support**: Full support for both formats with frontmatter
137
-
-**SEO Optimization**: Meta tags, semantic HTML, and proper structure
188
+
-**Dev Command**: Development server with hot reload using `lito dev`
189
+
-**Eject Command**: Export full Astro project with `lito eject`
190
+
-**Astro Integration**: Lightning-fast static site generation
191
+
-**Markdown & MDX Support**: Full support with frontmatter
0 commit comments