Skip to content

Commit ae8f8cf

Browse files
committed
《go语言并发之道》读书笔记-并发组件
1 parent d88cef6 commit ae8f8cf

3 files changed

Lines changed: 1329 additions & 1 deletion

File tree

_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,12 @@ search:
124124
feed:
125125
type: atom
126126
path: atom.xml
127-
limit: 20
127+
limit: 20
128+
129+
mathjax:
130+
tags: none # or 'ams' or 'all'
131+
single_dollars: true # enable single dollar signs as in-line math delimiters
132+
cjk_width: 0.9 # relative CJK char width
133+
normal_width: 0.6 # relative normal (monospace) width
134+
append_css: true # add CSS to every page
135+
every_page: false # if true, every page will be rendered by mathjax regardless the `mathjax` setting in Front-matter of each article

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"aplayer": "^1.10.1",
1616
"hexo": "^7.1.1",
1717
"hexo-deployer-git": "^4.0.0",
18+
"hexo-filter-mathjax": "^0.9.0",
1819
"hexo-generator-archive": "^2.0.0",
1920
"hexo-generator-category": "^2.0.0",
2021
"hexo-generator-feed": "^3.0.0",

0 commit comments

Comments
 (0)