From 3f83455f5ffcd63deed21f689513ed3939d0ddd4 Mon Sep 17 00:00:00 2001 From: windo Date: Thu, 31 Oct 2024 08:44:49 +0700 Subject: [PATCH] fix: deployment error 02 --- _config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_config.yaml b/_config.yaml index 079a72c..b34d1be 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,10 +1,13 @@ -name: Windo +name: "Windo Web Developer" +title: "Windo Web Developer" markdown: kramdown permalink: /blog/:year/:month/:day/:title highlighter: rouge sass: - sass_dir: _sass + sass_dir: _sass collections: playground: - output: true \ No newline at end of file + output: true + +repository: "hwindo/hwindo.github.io"