From 14f00dc7134dfb712bfb09e9b341f709168bae56 Mon Sep 17 00:00:00 2001 From: Doge Date: Thu, 6 May 2021 13:14:42 +0800 Subject: Add config option --- _config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3