File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242``` bash
4343# Clone the repository
44- git clone https://github.com/jankx/theme .git
44+ git clone https://github.com/jankx/jankx-lite .git
4545
4646# Install dependencies
4747composer install
Original file line number Diff line number Diff line change 3838
3939``` bash
4040# Clone the repository
41- git clone https://github.com/jankx/theme .git
41+ git clone https://github.com/jankx/jankx-lite .git
4242
4343# Install dependencies
4444composer install
Original file line number Diff line number Diff line change 302302 </ a >
303303 < nav >
304304 < a href ="./ " class ="active "> Docs</ a >
305- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
305+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
306306 < a href ="../../vi/admin/ " class ="lang-switch "> 🇻🇳 VI</ a >
307307 </ nav >
308308 </ div >
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ class MyExtension extends AbstractExtension
236236
237237## Questions?
238238
239- - GitHub Discussions: https://github.com/jankx/theme /discussions
240- - Issues: https://github.com/jankx/theme /issues
239+ - GitHub Discussions: https://github.com/jankx/jankx-lite /discussions
240+ - Issues: https://github.com/jankx/jankx-lite /issues
241241
242242## License
243243
Original file line number Diff line number Diff line change 287287 </ a >
288288 < nav >
289289 < a href ="./ " class ="active "> Docs</ a >
290- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
290+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
291291 < a href ="../../vi/contributing/ " class ="lang-switch "> 🇻🇳 VI</ a >
292292 </ nav >
293293 </ div >
Original file line number Diff line number Diff line change 302302 </ a >
303303 < nav >
304304 < a href ="./ " class ="active "> Docs</ a >
305- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
305+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
306306 < a href ="../../vi/extensions/ " class ="lang-switch "> 🇻🇳 VI</ a >
307307 </ nav >
308308 </ div >
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ composer require jankx/theme
2121
2222### Method 2: Manual Installation
2323
24- 1 . Download the latest release from [ GitHub Releases] ( https://github.com/jankx/theme /releases )
24+ 1 . Download the latest release from [ GitHub Releases] ( https://github.com/jankx/jankx-lite /releases )
25252 . Extract to ` /wp-content/themes/jankx/ `
26263 . Activate in WordPress Admin → Appearance → Themes
2727
2828### Method 3: Git Clone
2929
3030``` bash
3131cd /wp-content/themes/
32- git clone https://github.com/jankx/theme .git jankx
32+ git clone https://github.com/jankx/jankx-lite .git jankx
3333```
3434
3535---
@@ -148,5 +148,5 @@ chmod -R 755 wp-content/themes/jankx/cache/
148148## Support
149149
150150- 📖 [ Documentation] ( ../ )
151- - 🐛 [ Issue Tracker] ( https://github.com/jankx/theme /issues )
152- - 💬 [ Discussions] ( https://github.com/jankx/theme /discussions )
151+ - 🐛 [ Issue Tracker] ( https://github.com/jankx/jankx-lite /issues )
152+ - 💬 [ Discussions] ( https://github.com/jankx/jankx-lite /discussions )
Original file line number Diff line number Diff line change 302302 </ a >
303303 < nav >
304304 < a href ="./ " class ="active "> Docs</ a >
305- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
305+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
306306 < a href ="../../vi/getting-started/ " class ="lang-switch "> 🇻🇳 VI</ a >
307307 </ nav >
308308 </ div >
@@ -344,14 +344,14 @@ <h3>Method 1: Via Composer (Recommended)</h3>
344344
345345 < h3 > Method 2: Manual Installation</ h3 >
346346 < ol >
347- < li > Download the latest release from < a href ="https://github.com/jankx/theme /releases "> GitHub Releases</ a > </ li >
347+ < li > Download the latest release from < a href ="https://github.com/jankx/jankx-lite /releases "> GitHub Releases</ a > </ li >
348348 < li > Extract to < code > /wp-content/themes/jankx/</ code > </ li >
349349 < li > Activate in WordPress Admin → Appearance → Themes</ li >
350350 </ ol >
351351
352352 < h3 > Method 3: Git Clone</ h3 >
353353 < pre > < code > cd /wp-content/themes/
354- git clone https://github.com/jankx/theme .git jankx</ code > </ pre >
354+ git clone https://github.com/jankx/jankx-lite .git jankx</ code > </ pre >
355355
356356 < h2 id ="requirements "> Requirements</ h2 >
357357 < table >
Original file line number Diff line number Diff line change 379379 </ a >
380380 < nav >
381381 < a href ="./getting-started/ " class ="active "> Docs</ a >
382- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
382+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
383383 < a href ="../vi/ " class ="lang-switch "> 🇻🇳 VI</ a >
384384 </ nav >
385385 </ div >
@@ -447,7 +447,7 @@ <h3>📚 API Reference</h3>
447447
448448 < h2 > Quick Start</ h2 >
449449 < pre > < code > # Clone the repository
450- git clone https://github.com/jankx/theme .git
450+ git clone https://github.com/jankx/jankx-lite .git
451451
452452# Install dependencies
453453composer install
@@ -479,7 +479,7 @@ <h2>Feature Availability</h2>
479479 </ table >
480480
481481 < h2 > Contributing</ h2 >
482- < p > We welcome contributions! Please read our < a href ="https://github.com/jankx/theme /blob/main/CONTRIBUTING.md "> Contributing Guide</ a > for details.</ p >
482+ < p > We welcome contributions! Please read our < a href ="https://github.com/jankx/jankx-lite /blob/main/CONTRIBUTING.md "> Contributing Guide</ a > for details.</ p >
483483
484484 < hr >
485485 < p style ="text-align: center; color: var(--text-muted); ">
Original file line number Diff line number Diff line change 302302 </ a >
303303 < nav >
304304 < a href ="./ " class ="active "> Docs</ a >
305- < a href ="https://github.com/jankx/theme " target ="_blank "> GitHub</ a >
305+ < a href ="https://github.com/jankx/jankx-lite " target ="_blank "> GitHub</ a >
306306 < a href ="../../vi/layout-system/ " class ="lang-switch "> 🇻🇳 VI</ a >
307307 </ nav >
308308 </ div >
You can’t perform that action at this time.
0 commit comments