From 540919efc6de81cb18d564582be9da4a27fb62ac Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 18 Mar 2023 15:27:30 +0300 Subject: [PATCH] Fix the domain name / path in the Jekyll --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 20478c8d..b4cb7d3d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,8 +2,8 @@ title: git-secret email: mail@sobolevn.me description: Shell scripts to encrypt your private data inside a git repository. -baseurl: "" # the subpath of your site, e.g. /blog -url: "git-secret.io" # the base hostname & protocol for your site +baseurl: "/git-secret" # the subpath of your site, e.g. /blog +url: "sobolevn.me" # the base hostname & protocol for your site # GitHub links: github_username: sobolevn