parent
001feaa8ec
commit
41f06e3d14
18
README.md
18
README.md
|
@ -1,16 +1,14 @@
|
||||||
<p align="center" class="has-mb-6">
|
<p align="center" class="has-mb-6">
|
||||||
<img class="not-gallery-item" style="height:48px" src="http://ppoffice.github.io/hexo-theme-icarus/images/logo.svg">
|
<img class="not-gallery-item" height="48" src="http://ppoffice.github.io/hexo-theme-icarus/images/logo.svg">
|
||||||
<br> A simple, delicate, and modern theme for the static site generator Hexo.
|
<br> A simple, delicate, and modern theme for the static site generator Hexo.
|
||||||
<br>
|
<br>
|
||||||
<a href="http://ppoffice.github.io/hexo-theme-icarus/">Preview</a> |
|
<a href="http://ppoffice.github.io/hexo-theme-icarus/">Preview</a> |
|
||||||
<a href="http://ppoffice.github.io/hexo-theme-icarus/categories/">Documentation</a> |
|
<a href="http://ppoffice.github.io/hexo-theme-icarus/categories/">Documentation</a> |
|
||||||
<a href="https://github.com/ppoffice/hexo-theme-icarus/archive/master.zip">Download</a>
|
<a href="https://github.com/ppoffice/hexo-theme-icarus/archive/master.zip">Download</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
[](https://github.com/ppoffice/hexo-theme-icarus)
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### :cd: Installation
|
### :cd: Installation
|
||||||
|
|
||||||
|
@ -65,11 +63,13 @@ Other plugins
|
||||||
Icarus directly import code highlight themes from the [highlight.js](https://highlightjs.org/) package, and makes more than
|
Icarus directly import code highlight themes from the [highlight.js](https://highlightjs.org/) package, and makes more than
|
||||||
70 highlight themes available to you.
|
70 highlight themes available to you.
|
||||||
|
|
||||||
<div class="columns is-multiline is-mobile">
|
<table>
|
||||||
<div class="column is-half-mobile"><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/atom-one-light.png"></div>
|
<tr>
|
||||||
<div class="column is-half-mobile"><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/monokai.png"></div>
|
<td><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/atom-one-light.png"></td>
|
||||||
<div class="column is-half-mobile"><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/androidstudio.png"></div>
|
<td><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/monokai.png"></td>
|
||||||
</div>
|
<td><img src="http://ppoffice.github.io/hexo-theme-icarus/gallery/code-highlight/androidstudio.png"></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
**Elastic Theme Configuration**
|
**Elastic Theme Configuration**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue