[Modified] Sitemap Generate Logic Add And Other Certification Links Add
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -2,4 +2,9 @@ source 'https://rubygems.org'
|
|||||||
|
|
||||||
gem 'webrick'
|
gem 'webrick'
|
||||||
# Run Google Page in local using "bundle exec jekyll s "
|
# Run Google Page in local using "bundle exec jekyll s "
|
||||||
gem "github-pages", group: :jekyll_plugins
|
|
||||||
|
group :jekyll_plugins do
|
||||||
|
gem 'github-pages'
|
||||||
|
gem 'jekyll-last-modified-at'
|
||||||
|
gem 'jekyll-sitemap'
|
||||||
|
end
|
||||||
|
|||||||
@@ -54,5 +54,11 @@ Each Section contains a number of units. **Below Table Link** containing informa
|
|||||||
|
|
||||||
- [Practice Exam List](practice-exam/exams.md)
|
- [Practice Exam List](practice-exam/exams.md)
|
||||||
|
|
||||||
|
## Other AWS And Azure Certification Notes
|
||||||
|
|
||||||
|
- [AWS Developer Associate (DVA-C02)](https://certification.kananinirav.com/aws-developer-associate/)
|
||||||
|
- [AWS Solutions Architect - Associate (SAA-C03)](https://certification.kananinirav.com/aws-solutions-architect-associate/)
|
||||||
|
- [Microsoft Azure Fundamentals (AZ-900)](https://certification.kananinirav.com/az-900-microsoft-azure-fundamentals/)
|
||||||
|
|
||||||
#### If you find the content of this website interesting and helpful, use the “Buy me a Coffee” link below to buy me a coffee.
|
#### If you find the content of this website interesting and helpful, use the “Buy me a Coffee” link below to buy me a coffee.
|
||||||
<a href="https://www.buymeacoffee.com/kananinirav" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
<a href="https://www.buymeacoffee.com/kananinirav" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
||||||
|
|||||||
14
_config.yml
14
_config.yml
@@ -29,3 +29,17 @@ giscus:
|
|||||||
crossorigin: "anonymous"
|
crossorigin: "anonymous"
|
||||||
input-position: "top"
|
input-position: "top"
|
||||||
loading: "lazy"
|
loading: "lazy"
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
-
|
||||||
|
scope:
|
||||||
|
path: ""
|
||||||
|
values:
|
||||||
|
sitemap: true
|
||||||
|
defaults:
|
||||||
|
-
|
||||||
|
scope:
|
||||||
|
path: "README.md"
|
||||||
|
values:
|
||||||
|
sitemap:
|
||||||
|
priority: 1.00
|
||||||
193
sitemap.xml
193
sitemap.xml
@@ -1,172 +1,25 @@
|
|||||||
|
---
|
||||||
|
layout: null
|
||||||
|
sitemap:
|
||||||
|
exclude: 'yes'
|
||||||
|
---
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset
|
{% if page.xsl %}
|
||||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
{% endif %}
|
||||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}
|
||||||
<url>
|
{% for page in pages %}
|
||||||
<loc>https://kananinirav.com/</loc>
|
<url>
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
||||||
<priority>1.00</priority>
|
{% if page.last_modified_at %}
|
||||||
</url>
|
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
||||||
<url>
|
{% endif %}
|
||||||
<loc>https://kananinirav.com/sections/cloud_computing.html</loc>
|
{% if page.sitemap.priority %}
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
<priority>{{ page.sitemap.priority }}</priority>
|
||||||
<priority>0.80</priority>
|
{% else %}
|
||||||
</url>
|
<priority>0.8</priority>
|
||||||
<url>
|
{% endif %}
|
||||||
<loc>https://kananinirav.com/sections/iam.html</loc>
|
</url>
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
{% endfor %}
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/ec2.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/ec2_storage.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/elb_asg.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/s3.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/databases.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/other_compute.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/deploying.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/global_infrastructure.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/cloud_integration.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/cloud_monitoring.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/vpc.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/security_compliance.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/machine_learning.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/account_management_billing_support.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/advanced_identity.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/other_aws_services.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/sections/architecting_and_ecosystem.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/exams.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>1.00</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-1.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-2.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-3.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-4.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/study-guide.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-5.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-6.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-7.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-8.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-9.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-10.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://kananinirav.com/practice-exam/practice-exam-11.html</loc>
|
|
||||||
<lastmod>2023-01-09T10:38:55+00:00</lastmod>
|
|
||||||
<priority>0.80</priority>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
</urlset>
|
||||||
Reference in New Issue
Block a user