chore(doc): update getting started & disable algolia
parent
7ab61914d3
commit
2f7f0888ce
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- cp _config.theme.yml themes/icarus/_config.yml
|
- cp _config.theme.yml themes/icarus/_config.yml
|
||||||
- ([[ -e _config.page.yml ]] && cp _config.page.yml themes/icarus/) || true
|
- ([[ -e _config.page.yml ]] && cp _config.page.yml themes/icarus/) || true
|
||||||
- ([[ -e _config.post.yml ]] && cp _config.post.yml themes/icarus/) || true
|
- ([[ -e _config.post.yml ]] && cp _config.post.yml themes/icarus/) || true
|
||||||
- hexo algolia
|
# - hexo algolia
|
||||||
- hexo g
|
- hexo g
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
|
|
|
@ -60,11 +60,12 @@ Finally, use the following command to start the Hexo local server and begin comp
|
||||||
hexo server
|
hexo server
|
||||||
{% endcodeblock %}
|
{% endcodeblock %}
|
||||||
|
|
||||||
You can check out the [Icarus User Guide](/hexo-theme-icarus/tags/Icarus-User-Guide/) to learn more about the
|
To learn more about the theme, widgets, and plugins, check out the
|
||||||
theme, widgets, and plugins.
|
[Icarus User Guide](/hexo-theme-icarus/tags/Icarus-User-Guide/).
|
||||||
Additionally, you can refer to the source code of this site for more examples.
|
You can also refer to the source code of this site for more examples.
|
||||||
It is in the [`site` branch](https://github.com/ppoffice/hexo-theme-icarus/tree/site) of the Icarus repository
|
It is in the [`site` branch](https://github.com/ppoffice/hexo-theme-icarus/tree/site) of the Icarus repository
|
||||||
on GitHub.
|
on GitHub.
|
||||||
|
Additionally, you may find help from other Icarus users on [Gitter](https://gitter.im/hexo-theme-icarus/).
|
||||||
|
|
||||||
**Additional Resources**
|
**Additional Resources**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue