mirror of https://github.com/jkjoy/sunpeiwen.git
9 lines
283 B
Stylus
9 lines
283 B
Stylus
|
theme-config(config, predef)
|
||
|
unquote(hexo-config(config) ? hexo-config(config):predef)
|
||
|
|
||
|
theme-config-unit(config, predef, unit)
|
||
|
unit(hexo-config(config) ? hexo-config(config):predef, unit)
|
||
|
|
||
|
theme-config-origin(config, predef)
|
||
|
(hexo-config(config) ? hexo-config(config):predef)
|