summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-06 13:14:42 +0800
committerDoge <[email protected]>2021-05-06 13:14:42 +0800
commit14f00dc7134dfb712bfb09e9b341f709168bae56 (patch)
treed608f875bd8a20523df59b26c7059e20d664faec /_config.yml
parent8e1d8e76a89785746dda94b609dba4f38e7f69cb (diff)
downloadchromate-14f00dc7134dfb712bfb09e9b341f709168bae56.tar.gz
chromate-14f00dc7134dfb712bfb09e9b341f709168bae56.tar.bz2
chromate-14f00dc7134dfb712bfb09e9b341f709168bae56.zip
Add config option
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 232ab37..cd90fb0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,10 @@
podcast: true
lazyload: true
-highlight: true \ No newline at end of file
+highlight:
+ enable: true
+ lightmode: 'atom-one-light'
+ darkmode: 'atom-one-dark'
+navbar:
+ - ['https://google.com', 'fa fa-google']
+ - ['https://twitter.com', 'fa fa-twitter']
+ - ['/feed', 'fa fa-rss'] \ No newline at end of file