Skip to content

oalieno/hexo-theme-icarus

 
 

Repository files navigation

IcarusX

A customized version of icarus by oalieno.

Better code block

```python run.py >3,6
import math

def main():
    print(f'test {math.factorial(5)}')

main()
```

>3,6 means

  • Line number starts with 3
  • Highlight line number 6

Admonition

{% admonition abstract "abstract" %}
這是範例
{% endadmonition %}

{% admonition info "info" %}
這是範例
{% endadmonition %}

{% admonition tip "tip" %}
這是範例
{% endadmonition %}

Blurring readmore

If you do not set an excerpt, a blurring effect of readmore will be applied.

Compact article meta

More compact article meta, no more long long text.

Lazy loading images

Using lazysizes on all images.

About

A simple, delicate, and modern theme for the static site generator Hexo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.8%
  • Stylus 35.2%