From 20b13ae115246fe665556999d3b80d53561843a8 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Mon, 15 Jan 2024 21:54:56 -0500 Subject: [PATCH] Use Github's URL for imgs cdn. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 968e57e..77ff881 100644 --- a/_config.yml +++ b/_config.yml @@ -74,10 +74,10 @@ theme_mode: # [light|dark] # will be added to all image (site avatar & posts' images) paths starting with '/' # # e.g. 'https://cdn.com' -img_cdn: +img_cdn: https://raw.githubusercontent.com/Edu4rdSHL/edu4rdshl.github.io/main/_imgs # the avatar on sidebar, support local or CORS resources -avatar: "https://raw.githubusercontent.com/Edu4rdSHL/edu4rdshl.github.io/main/_imgs/edu4rdshl.jpeg" +avatar: /edu4rdshl.jpeg # boolean type, the global switch for TOC in posts. toc: true