tomorrow-theme

theme-next默认采用的tomorrow-theme

1
2
3
4
# Code Highlight theme
# Available values: normal | night | night eighties | night blue | night bright
# https://github.com/chriskempson/tomorrow-theme
highlight_theme: normal

相应的code: https://github.com/theme-next/hexo-theme-next/blob/master/source/css/_common/components/highlight/theme.styl

highlight-selection不起作用 https://github.com/theme-next/hexo-theme-next/issues/299

网传的配置,是没有作用的。

1
2
3
highlight:
enable: false
...

highlight.js

https://zihengcat.github.io/2018/03/05/Hexo%E5%8D%9A%E5%AE%A2%E6%B7%BB%E5%8A%A0highlight-js%E4%BB%A3%E7%A0%81%E9%AB%98%E4%BA%AE/

hexo-prism-plugin

JSX syntax (HTML in JS)

https://github.com/ele828/hexo-prism-plugin

my issue

thanks. Actually, css is not the key point.
The main issue might be the code block render.

In ivan’s pages

1
2
3
4
5
<code class="bash">
<span class="bash_symbol">$ </span>
<span class="built_in">yum</span>
install vsftpd
</code>

default render

1
2
3
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^0.3.2",
"hexo-renderer-stylus": "^0.3.3

In the default render, I get the following output

1
2
3
4
5
6
7
8
<td class="code">
<pre>
<span class="line">
$ hexo new
<span class="string">"My New Post"</span>
</span>
</pre>
</td>

Gamma (Γ) 函数

$\Gamma$ 函数,也叫做伽玛函数(Gamma函数),是阶乘函数在实数与复数域上的扩展。如果 $n$为正整数,则
$\Gamma(n) = (n-1)!$
对于实数部分为正的复数 $z$,伽玛函数定义为:

$\Gamma (z)=\int_{0}^{\infty }{\frac {t^{z-1}}{\mathrm {e} ^{t}}}\,{\rm {d}}t$

此定义可以用解析开拓原理,拓展到除去非正整数的整个复数域上。

在概率论中常见此函数,在组合数学中也常见。

扩展阅读

实数的阶乘

二分之一的阶乘=pie

解析延拓

解析延拓的理由,光滑

数学意义上的光滑,是指无穷多阶都可导。

这种满足强迫症的操作就叫 解析延拓

神奇的结论:光滑函数只需要一小段,就能确定整个函数

解析延拓这么牛逼,为什么不去把质数延拓一下?

超越函数