diff --git a/_config.yml b/_config.yml index 441f0f9..d672261 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # `jekyll serve`. If you change this file, please restart the server process. -baseurl : "https://dgrv.github.io/dorian.gravier.github.io/" +# baseurl : "/dorian.gravier.github.io" show_downloads: false @@ -22,7 +22,7 @@ name : &name "Dorian Gravier" # &name is a YAML anchor which github_name : "DGrv" subtitle : "Dorian Gravier" # description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic." -url : https://dgrv.github.io/dorian.gravier.github.io/ +url : "https://dgrv.github.io/dorian.gravier.github.io/" # baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog" repository : "DGrv/dorian.gravier.github.io" teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" diff --git a/_posts/2024/2024-01-24-reduce_fr_mp4.md b/_posts/2024/2024-01-24-reduce_fr_mp4.md index 24581d1..8102a99 100644 --- a/_posts/2024/2024-01-24-reduce_fr_mp4.md +++ b/_posts/2024/2024-01-24-reduce_fr_mp4.md @@ -1,5 +1,4 @@ --- -layout: "post" title: "Create an alias to reduce the frame rate of video if above a certain valie in bash" date: "2024-01-24 16:13" comments_id: 76 diff --git a/files/Batch/Github/BACTH_GITHUB_Create_post_v01.bat b/files/Batch/Github/BACTH_GITHUB_Create_post_v01.bat index 74db490..10db89f 100644 --- a/files/Batch/Github/BACTH_GITHUB_Create_post_v01.bat +++ b/files/Batch/Github/BACTH_GITHUB_Create_post_v01.bat @@ -43,7 +43,6 @@ set filename=%datetimef%-%title%.md echo --- >> %filename% -echo layout: "post" >> %filename% echo title: "%title%" >> %filename% echo date: "%datetimehour%" >> %filename% echo comments_id: --------------------- >> %filename%