uat site changes

This commit is contained in:
Bangara Raju Kottedi 2023-07-22 14:38:17 +05:30
parent 8894ed0ccf
commit 99c58af561
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,8 @@
---
title: Future Post
date: 2023-07-22 0:00:00 +0530
---
# Future Post

View File

@ -3,7 +3,6 @@
title: Hello World
date: 2023-07-22 0:00:00 +0530
tags: [hello, world]
published: true
---