Codevka's Forgotten Land

这是 Codevka 的第一篇博文。

这里 Codevka,北航软院的底层菜鸡。不善于写文章,思维碎片化,喜欢音游。

这个博客主要用来放一些文章和题解,有时间 + 有钱了考虑在阿里云重新搭一个博客。

半年前也搭过一个基于Github Pages的博客,现在想在博客上写点东西,懒得维护之前的就重新搭了这个。

目前有在看前端和FP(但是没多少时间

TG channel: https://t.me/codevkaworld

Github: https://codevka.github.com

喜欢的字体: Iosevka, Code New Roman, Input Mono, Fira Code

部署在 Github Pages 上的 blog: https://codevka.github.io
部署在 Coding.net 上的 blog: https://zqr0uu.coding-pages.com


测试代码高亮和数学公式

codevka dash dash

1
2
3
4
5
6
7
{- 
monospace font: Fira Code Retina
font-ligatures: true
-}
class Monoid a where
mempty :: a
mappend :: a -> a -> a

事实证明用了 Google font 的国内镜像也不能用上在线字体,自行 fallback

$ J_\alpha(x) = \sum_{m=0}^\infty \frac{(-1)^m}{m! \Gamma (m + \alpha + 1)} {\left({ \frac{x}{2} }\right)}^{2m + \alpha} \text {,行内公式示例} $

$$ \overleftarrow{xy} \quad and \quad \overleftrightarrow{xy} \quad and \quad \overrightarrow{xy} $$

$$ \lim_{n \to +\infty} \frac{1}{n(n+1)} \quad and \quad \lim_{x\leftarrow{0}} \frac{1}{n(n+1)} $$