chore(doc): update getting started & disable algolia

pull/729/head
ppoffice 2020-04-30 01:48:23 -04:00
parent 7ab61914d3
commit 2f7f0888ce
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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**