diff options
author | Doge <[email protected]> | 2021-05-03 18:36:16 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-03 18:36:16 +0800 |
commit | affca0d5e31f862b3a5022bd49f40cea227707a2 (patch) | |
tree | b16db71a7f5cadb71804481849c89c5c37f985ae /_config.yml | |
parent | 05f722c51617fceaa0c4b581dfc78762b9b58a03 (diff) | |
download | chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.tar.gz chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.tar.bz2 chromate-affca0d5e31f862b3a5022bd49f40cea227707a2.zip |
Add modules support
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 665402d..232ab37 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,3 @@ podcast: true -lazyload: true
\ No newline at end of file +lazyload: true +highlight: true
\ No newline at end of file |