diff --git a/_config.yml b/_config.yml index 0f74571..4b8c052 100644 --- a/_config.yml +++ b/_config.yml @@ -13,23 +13,23 @@ baseurl: "" lang: en # Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone -timezone: +timezone: Asia/Kolkata # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: KBR Blogs # the main title -tagline: A text-focused Jekyll theme # it will display as the sub-title +tagline: Only Blogging Nothing More or Less # it will display as the sub-title description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + Sharing knowledge through blogging using jekyll theme chirpy template. # fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: "" +url: "https://blogs.kottedi.in" github: - username: github_username # change to your github username + username: rajukottedi # change to your github username twitter: username: twitter_username # change to your twitter username @@ -37,12 +37,12 @@ twitter: social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer - name: your_full_name - email: example@domain.com # change to your email address + name: Bangara Raju Kottedi + email: bangararaju.kottedi@gmail.com # change to your email address links: # The first element serves as the copyright owner's link - - https://twitter.com/username # change to your twitter homepage - - https://github.com/username # change to your github homepage + - https://twitter.com/rajukottedi # change to your twitter homepage + - https://github.com/rajukottedi # change to your github homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username @@ -76,7 +76,7 @@ theme_mode: # [light|dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: /assets/img/avatar.jpg # boolean type, the global switch for TOC in posts. toc: true diff --git a/assets/img/avatar.jpg b/assets/img/avatar.jpg new file mode 100644 index 0000000..a8da4ca Binary files /dev/null and b/assets/img/avatar.jpg differ diff --git a/assets/img/favicons/android-chrome-192x192.png b/assets/img/favicons/android-chrome-192x192.png new file mode 100644 index 0000000..97e277d Binary files /dev/null and b/assets/img/favicons/android-chrome-192x192.png differ diff --git a/assets/img/favicons/android-chrome-512x512.png b/assets/img/favicons/android-chrome-512x512.png new file mode 100644 index 0000000..df58ae0 Binary files /dev/null and b/assets/img/favicons/android-chrome-512x512.png differ diff --git a/assets/img/favicons/apple-touch-icon.png b/assets/img/favicons/apple-touch-icon.png new file mode 100644 index 0000000..84df7d7 Binary files /dev/null and b/assets/img/favicons/apple-touch-icon.png differ diff --git a/assets/img/favicons/blog-icon-150x150.png b/assets/img/favicons/blog-icon-150x150.png new file mode 100644 index 0000000..c6b0dc2 Binary files /dev/null and b/assets/img/favicons/blog-icon-150x150.png differ diff --git a/assets/img/favicons/favicon-16x16.png b/assets/img/favicons/favicon-16x16.png new file mode 100644 index 0000000..1fadd1d Binary files /dev/null and b/assets/img/favicons/favicon-16x16.png differ diff --git a/assets/img/favicons/favicon-32x32.png b/assets/img/favicons/favicon-32x32.png new file mode 100644 index 0000000..9e10480 Binary files /dev/null and b/assets/img/favicons/favicon-32x32.png differ diff --git a/assets/img/favicons/favicon.ico b/assets/img/favicons/favicon.ico new file mode 100644 index 0000000..ca86a11 Binary files /dev/null and b/assets/img/favicons/favicon.ico differ diff --git a/assets/img/favicons/mstile-150x150.png b/assets/img/favicons/mstile-150x150.png new file mode 100644 index 0000000..c6b0dc2 Binary files /dev/null and b/assets/img/favicons/mstile-150x150.png differ