https://github.com/next-theme/theme-next-docs
π The documentation for NexT.
https://github.com/next-theme/theme-next-docs
hexo hexo-theme theme-next
Last synced: 2 months ago
JSON representation
π The documentation for NexT.
- Host: GitHub
- URL: https://github.com/next-theme/theme-next-docs
- Owner: next-theme
- Created: 2020-04-06T08:36:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-05T06:29:58.000Z (4 months ago)
- Last Synced: 2025-01-05T07:30:52.039Z (4 months ago)
- Topics: hexo, hexo-theme, theme-next
- Language: HTML
- Homepage: https://theme-next.js.org
- Size: 4.79 MB
- Stars: 93
- Watchers: 3
- Forks: 116
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [NexT](https://github.com/next-theme/hexo-theme-next) [Documentation](https://theme-next.js.org)
> Β«NexTΒ» is a high quality elegant [Hexo](https://hexo.io) theme. It is crafted from scratch with love.
[](https://app.netlify.com/sites/hexo-theme-next/deploys)
## Schemes
* :heart_decoration: [Muse](https://theme-next.js.org/muse/)
* :six_pointed_star: [Mist](https://theme-next.js.org/mist/)
* :pisces: [Pisces](https://theme-next.js.org/pisces/)
* :gemini: [Gemini](https://theme-next.js.org) (**Default**)## Getting started
Install Hexo & NexT & NexT Website Source on Localhost:
```bash
git clone https://github.com/next-theme/theme-next-docs
cd theme-next-docs
npm install
```Generate:
```bash
npx hexo generate
```Run server:
```bash
npx hexo server
```### Checkout docs for older versions
```bash
git checkout v8.0.0
npm install
npx hexo clean
```## License
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)