diff --git a/_config.yml b/_config.yml index 0d74f5d..d6e02f1 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ description: >- # used by seo meta and the atom feed Sharing knowledge through blogging using jekyll theme chirpy template. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: "https://blog.kottedi.in" +url: "https://blog-uat.kottedi.in" github: username: rajukottedi # change to your github username @@ -193,3 +193,6 @@ jekyll-archives: permalinks: tag: /tags/:name/ category: /categories/:name/ + +show_drafts: false +future: false \ No newline at end of file diff --git a/_drafts/2023-07-20-future-post.md b/_drafts/2023-07-20-future-post.md new file mode 100644 index 0000000..f5ddf09 --- /dev/null +++ b/_drafts/2023-07-20-future-post.md @@ -0,0 +1,8 @@ +--- + +title: Future Post +date: 2023-07-22 0:00:00 +0530 + +--- + +# Future Post \ No newline at end of file diff --git a/_posts/2023-07-22-hello.md b/_posts/2023-07-22-hello.md index 1bcb288..768309e 100644 --- a/_posts/2023-07-22-hello.md +++ b/_posts/2023-07-22-hello.md @@ -3,7 +3,6 @@ title: Hello World date: 2023-07-22 0:00:00 +0530 tags: [hello, world] -published: true ---