Next, replace the theme setting in your blog's `_config.yml` file:
{% codeblock _config.yml lang:yaml %}
theme: icarus
{% endcodeblock %}
or use the `hexo` CLI to change the theme setting:
{% codeblock "Shell" %}
hexo config theme icarus
{% endcodeblock %}
Finally, use the following command to start the Hexo local server and begin composing!
{% codeblock "Shell" %}
hexo s
{% endcodeblock %}
You can check out the [Icarus User Guide](/hexo-theme-icarus/tags/Icarus-User-Guide/) article series to learn more
about Icarus and its configuration.
Also, you can refer to the source code of this site for more examples by fetching the
[`site` branch](https://github.com/ppoffice/hexo-theme-icarus/tree/site) of Icarus from GitHub.
<divclass="notification is-warning is-size-6">
Something wrong with this article? Click <ahref="https://github.com/ppoffice/hexo-theme-icarus/edit/site/source/_posts/en/Getting-Started.md">here</a> to submit your revision.