diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
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 |