diff options
author | Doge <[email protected]> | 2021-05-08 01:44:29 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-08 01:44:29 +0800 |
commit | 0e5a3375fb10a8332d3f66bf3631b6e0861fb662 (patch) | |
tree | 057c8583e9401ff4e06441cf13af961646f0881c /_config.yml | |
parent | 04ecc3472802ec02f943a63683d3e311bfc19613 (diff) | |
download | chromate-0e5a3375fb10a8332d3f66bf3631b6e0861fb662.tar.gz chromate-0e5a3375fb10a8332d3f66bf3631b6e0861fb662.tar.bz2 chromate-0e5a3375fb10a8332d3f66bf3631b6e0861fb662.zip |
Add time format custom option
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 14e03eb..4294862 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,5 @@ +logo: false +timeformat: "MMM, D YYYY" podcast: true lazyload: true highlight: @@ -10,5 +12,4 @@ navbar: - ['/feed', 'fa fa-rss'] menubar: - ['/about', 'About'] - - ['/archives', 'Archives'] -logo: false
\ No newline at end of file + - ['/archives', 'Archives']
\ No newline at end of file |