diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml index a541f1e..4d0b8f5 100644 --- a/_config.yml +++ b/_config.yml @@ -26,15 +26,21 @@ description: >- # this means to ignore newlines until "baseurl:" Its content is released under CC-BY-SA-4.0. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com -mastodon: - - username: huy_ngo - instance: fosstodon.org -github_username: Huy-Ngo timezone: Asia/Ho_Chi_Minh # Build settings theme: minima +minima: + skin: dark + date_format: "%Y-%m-%d" + social_links: + mastodon: + - username: huy_ngo + instance: fosstodon.org + github: Huy-Ngo + twitter: false +show_excerpts: true plugins: - jekyll-feed |