Each branch of this repository is a Hexo Theme. You can also use it by clone this repository and switch to the branch.
$ git clone [email protected]:Meta-Network/meta-hexo-starter-custom.git
$ git checkout themes/<theme_name>
Then install the dependencies and start Hexo server. With yarn
or npm
:
# clone the theme's repo
$ ./install.sh
$ yarn
$ yarn server
You will see below message if it's successfully started. Open the link http://localhost:4000
with a web-browser to preview the theme.
yarn run v1.22.10
$ hexo server
INFO Validating config
INFO Start processing
INFO Hexo is running at http://localhost:4000 . Press Ctrl+C to stop.
We accept themes that meet the following criteria.
- Under the MIT license.
- You created or just like.
- Have a public Git repository URL.
We welcome any PR or issue, please see our contributing document.
You could leave a comment if you want to resolve an issue.