From 1cab3792f2a9159f888d30e3e27cebc635003f00 Mon Sep 17 00:00:00 2001 From: luona-dev <132394780+luona-dev@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:08:00 +0100 Subject: [PATCH] updates --- _config.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index 5813f06..23248a1 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,8 @@ header_pages: # Build settings markdown: kramdown -# remote-theme: jekyll/minima # or another theme -theme: minima +remote-theme: jekyll/minima # or another theme +# theme: minima plugins: # - jekyll-remote-theme - jekyll-feed @@ -31,14 +31,18 @@ exclude: - vendor/gems - vendor/ruby +minima: + skin: "dark" + social_links: + - { platform: twitter, user_url: "https://twitter.com/LuonaDev" } + - { platform: github, user_url: "https://github.com/luona-dev" } -# SEO settings -# author: -# name: luona.dev -# email: contact@luona.dev -author: luona.dev -email: contact@luona.dev +author: + name: luona.dev + email: contact@luona.dev +# author: luona.dev +# email: contact@luona.dev twitter_username: LuonaDev github_username: luona-dev