pwxcoo / pwxcoo.github.io

:scroll: https://pwxcoo.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

a personal blog for me. 用的是 hexo-theme-cactus 主题。

RECORD

20180304

_config.yml 中 skip_render: 添加 README.md。防止 README 被污染。

20180603

使用 mathjax 添加数学公式。

themes/cactus/layout/_partial/scripts.ejs

<!-- mathjax -->
<script src="https://cdn.bootcss.com/mathjax/2.7.4/MathJax.js?config=default">
    MathJax.Hub.Config({
     tex2jax: {
     inlineMath: [['$','$'],["\\(","\\)"]],
     displayMath: [['\\[','\\]'], ['$$','$$']],
     },
  });
 </script>

20190508

fix Sina weibo image host temporarily in /themes/cactus/layout/_partial/head.ejs.

<meta name="referrer" content="no-referrer" />

About

:scroll: https://pwxcoo.github.io


Languages

Language:HTML 97.4%Language:CSS 1.6%Language:Jupyter Notebook 0.5%Language:JavaScript 0.5%